You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type for example Cmd + Arrow Right. It will be displayed as:
NONE Esc
NONE Char('[')
SHIFT Char('C')
in the command line, and:
NONE Esc
NONE Char('[')
SHIFT Char('D')
for Cmd + Arrow Left
Expected behavior
Show at least NONE Left or CTRL Left if pressed Cmd + Left, the same applies for right
OS
macOS
Terminal/Console
IntelliJ IDEA Terminal
Issue does not appear to work in iterm2. If I disable tab changing on Cmd + Arrow, and try to execute the thing, it will return me NONE + Left for Cmd + Left. Btw, I would be pleased to see an entry for Cmd key in KeyModifiers :D
The text was updated successfully, but these errors were encountered:
Describe the bug
Instead of displaying at least NONE + Left for Cmd + Left, it throws some gibberish
To Reproduce
Steps to reproduce the behavior:
in the command line, and:
for Cmd + Arrow Left
Expected behavior
Show at least
NONE Left
orCTRL Left
if pressed Cmd + Left, the same applies for rightOS
Terminal/Console
Issue does not appear to work in iterm2. If I disable tab changing on Cmd + Arrow, and try to execute the thing, it will return me NONE + Left for Cmd + Left. Btw, I would be pleased to see an entry for Cmd key in
KeyModifiers
:DThe text was updated successfully, but these errors were encountered: