react-hotkeys-hook: [BUG] "meta" key is not working after upgrading to version `4.3.5`
Describe the bug
meta
key is not working any more after upgrading from version 4.3.2
to version 4.3.5
To Reproduce Steps to reproduce the behavior:
- Upgrade to version
4.3.5
Expected behavior
meta
key to work
Desktop (please complete the following information):
- Windows
- Chrome
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 4
- Comments: 19 (8 by maintainers)
Awesome. I’ll release a proper version tomorrow.
Tested on my end. Meta works as expected now in osX and it is “converted” to
Ctrl
on Chrome on Windows. Thank you!Ah, it looks like
mod
is what I’m looking for.@JohannesKlauss Hi, Sorry but I still have issue with the meta key in
4.3.7
. Here is an example ofuseHotkeys('meta+k'
with an eventctrl+k
on chromium linux.