We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alt
I tried applying some key mappings on a Mac for the Option key via the likes of <A-h> but the mappings aren't taking effect.
Option
<A-h>
Looking at the logs when pressing the key combinations in question, it's reporting that alt = false , but altGr = true.
alt = false
altGr = true
[ { "key": "<A-h>", "command": "window.moveLeft", "when": "normalMode" }, { "key": "<A-l>", "command": "window.moveRight", "when": "normalMode" } ]
[INFO] [609.252s] Oni2.Store.dispatch : dispatch: KeyDown { key = [(KeyPress.PhysicalKey { PhysicalKey.key = (Key.Character <opaque>); modifiers = { Modifiers.control = false; alt = false; altGr = true; shift = false; super = false } }); (KeyPress.PhysicalKey { PhysicalKey.key = (Key.Character <opaque>); modifiers = { Modifiers.control = false; alt = false; altGr = false; shift = false; super = false } }) ]; scancode = 11; time = <opaque>} [INFO] [609.253s] Oni2.Store.dispatch : dispatch: (TextInput ("\203\153", <opaque>)) [DEBUG] [609.254s] Oni2.Store.dispatch : After: (TextInput ("\203\153", <opaque>))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried applying some key mappings on a Mac for the
Option
key via the likes of<A-h>
but the mappings aren't taking effect.Looking at the logs when pressing the key combinations in question, it's reporting that
alt = false
, butaltGr = true
.keybindings.js
Oni Log output when pressing Opt-h
The text was updated successfully, but these errors were encountered: