Breaking Changes in Version 5 #1111
JohannesKlauss
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a document to keep track of breaking changes from version 4 to 5.
General
The library will only listen to the code, not to the produced key.
After looking in the implementation of a few other libraries I came to the conclusion that listening to the produced key doesn't make a lot of sense. There are way too many layouts to handle the produced key in a useful way. This will be quite a breaking change, but I feel that this is necessary in order to clean up the mess that version 4 introduced.
HotkeysProvider
enabledScopes
is renamed toactiveScopes
since it's too close toenableScope
useHotkeys
Beta Was this translation helpful? Give feedback.
All reactions