modifiers
|
|
hello, you should add if (event.ctrlKey || event.altKey || event.metaKey) {
at the top of the KeyCheck() function to prevent interferences with the browser's shortcuts (like C-l and C-k). |
|
|
hello, you should add if (event.ctrlKey || event.altKey || event.metaKey) {
at the top of the KeyCheck() function to prevent interferences with the browser's shortcuts (like C-l and C-k). |