How to emulate a scope? #53
SerovMihail
started this conversation in
General
Replies: 1 comment 1 reply
-
How do you plan to switch between widgets? By
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a system consisting of several widgets. Each widget should have its own set of shortcuts. For example, the specific shortcut 'alt+b' can call different functionality in widget 1 and widget 2.
How can I achieve this by using keyux? Now when I assign the same shortcuts for two buttons in different widgets the latest wins and the first is just ignored.
I appreciate any help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions