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
Describe the bug
The "alt + minus" key mapping (neither "-") doesn't work on Firefox, Mac OS.
How are you using react hotkeys components? (HotKeys, GlobalHotKeys, IgnoreKeys etc)
HotKeys
Expected behavior
{
ZOOM_OUT: ["alt+-", "alt+minus"],
}
The matched function should be called.
Platform (please complete the following information):
Version 1.1.4
Browser Firefox 69.0.3 (64-bit)
OS: Mac OS 10.14.6
The text was updated successfully, but these errors were encountered:
rfontoura
changed the title
[BUG] Minus key doesn't work on Firefox (Mac OS)
[BUG] "alt+-" (Alt Minus) key doesn't work on Firefox (Mac OS)
Oct 21, 2019
It worked when I upgraded to 2.0.0. But now my tests with GlobalHotkeys aren't working. Worked using simple keys (like g) and HotKeys. Tests with hotkeys involving Alt or Command keys are not working.
Unfortunately I do not have the time to actively work on this package, but I am seeking other active maintainers. If you are willing to create a pull request or help out, that would be an excellent way of moving this forward.
Describe the bug
The "alt + minus" key mapping (neither "-") doesn't work on Firefox, Mac OS.
How are you using react hotkeys components? (HotKeys, GlobalHotKeys, IgnoreKeys etc)
HotKeys
Expected behavior
The matched function should be called.
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: