is-hotkey icon indicating copy to clipboard operation
is-hotkey copied to clipboard

mac os alt+a not working

Open gingray opened this issue 3 years ago • 2 comments

Hey there can't make work is-hotkey with alt+a combination keyboard on Mac, layout us. I've try both:

  1. isHotkey("opt+a")
  2. isHotkey("opt+a", {byKey: true})

Here is an example code sandbox

Thank you.

gingray avatar Oct 07 '21 18:10 gingray

Hey there can't make work is-hotkey with alt+a combination keyboard on Mac, layout us. I've try both:

  1. isHotkey("opt+a")
  2. 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.

Fiv5 avatar Jun 02 '22 11:06 Fiv5

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.

RavenColEvol avatar Dec 06 '22 14:12 RavenColEvol