News

In JavaScript or jQuery you often need to find out which key was pressed. Unfortunately, we don't have it as easy as comparing it against a string like "esc" or "space bar". Each key on the keyboard ...
c3-johnreddyzhang changed the title When pressed 3 more keys for shortcuts (cmd+shift+p) to open command palette, VS Code ignores When pressed 3 more keys for shortcuts (cmd+shift+p) to open command ...
And Sun says not to rely on virtual key codes. Despite this, is it possible to determine which of the two shift keys (left or right) is pressed?