Export hotkeys
See original GitHub issueHi, amazing lib 💛
Is it possible to export hotkeys
? seems kind of necessary specially to use with modifier keys
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Importing and Exporting Shortcut Data
You can use the Shortcut Exporter to export all of your Shortcut organization data to JSON files, which you can use to transfer...
Read more >Import and export keyboard shortcuts in Motion - Apple Support
Export a set of keyboard shortcuts · In the Command Editor, click the pop-up menu, then choose Export. · Choose Motion > Commands...
Read more >Export Keyboard Shortcuts | Toon Boom Learn
How to export your keyboard shortcut configuration. Do one of the following to open the Keyboard Shortcuts dialog: Windows or GNU/Linux ...
Read more >How to export hotkeys? - Layout - KiCad.info Forums
in Preferences->Hotkeys you can import a hotkey file (*.hotkey). Ok. But then I found nothing about how to EXPORT hotkeys. What did I...
Read more >Can you export hotkeys to a friend? : r/starcraft - Reddit
I recently started my Dad on the game. Is there a way to export hotkeys, so he and I use the same ones?...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
hotkeys-js is not being re exported since (as I mentioned above) you can easily use the package by itself it you need to. Also Version 4 will drop hotkeys-js as its underlying dependency, so it would be an upcoming breaking change.
As mentioned in #649 if you provide an example that breaks
isHotkeyPressed
I am happy to try to fix it and then you don’t need the hotkeys package reexported to check for modifier keys 🙂Makes sense, I’ll try to reproduce the issue in a code sandbox