erjiang / huion-keys

Linux program to create custom bindings for Huion tablet hotkeys
GNU General Public License v3.0
13 stars 4 forks source link

Holdable keys #8

Closed erjiang closed 3 years ago

erjiang commented 3 years ago

Currently, all key bindings are immediately pressed on a button-down event. The user may want some keys to be held down for as long as they hold the button down. For example, Krita can be configured to switch to the eyedropper for as long as the Ctrl key is held down.

Either we make all keys held down until button is released, or we make the config able to specify which bindings are immediate and which bindings can be held down. Suggestions for config syntax welcome.

erjiang commented 3 years ago

Implemented by #9