diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -109,4 +109,7 @@ Move ui hover code from ::draw to ::on_event, to properly handle widget event st Save audio devices by name instead of id. This is more robust since audio id can change(?). -Test gsr-global-hotkey on laptop keyboard (that has touchpad).
\ No newline at end of file +Improve linux global hotkeys startup time by parsing /proc/bus/input/devices instead of ioctl. + +Keyboard grabbing has some issues. If a key is grabbed while its being held down that it will be kept in held-down state (a hack exists to workaround this, but it may not work in all environments). + This also causes an issue where is a key is pressed before key is grabbed and then released while grabbed and then key is ungrabbed then the key will have to be pressed twice to register in the display server.
\ No newline at end of file |