iohook
iohook copied to clipboard
fix: add 'break' statement at the end of the case block
Missing 'break' statement at the end of the case block, causing fall-through to the next case.