is-hotkey
is-hotkey copied to clipboard
mac os alt+a not working
Hey there can't make work is-hotkey
with alt+a
combination keyboard on Mac, layout us
. I've try both:
-
isHotkey("opt+a")
-
isHotkey("opt+a", {byKey: true})
Here is an example code sandbox
Thank you.
Hey there can't make work
is-hotkey
withalt+a
combination keyboard on Mac, layoutus
. I've try both:
isHotkey("opt+a")
isHotkey("opt+a", {byKey: true})
Here is an example code sandbox
Thank you.
Try to use "mod+a"
. That accepts mod for the classic "cmd on Mac, ctrl on Windows" use case.
I've looked into it it's mostly because of Mac os itself which triggers dead_key when option is pressed with a or other key.