-
-
Notifications
You must be signed in to change notification settings - Fork 29
Hotkeys support w/o having to be in special groups #279
Copy link
Copy link
Open
Labels
LinuxSpecific to LinuxSpecific to LinuxUI/UX/QtRelates to Qt, visuals and user interactionsRelates to Qt, visuals and user interactionsdependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or enhancement requestNew feature or enhancement requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
LinuxSpecific to LinuxSpecific to LinuxUI/UX/QtRelates to Qt, visuals and user interactionsRelates to Qt, visuals and user interactionsdependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or enhancement requestNew feature or enhancement requesthelp wantedExtra attention is neededExtra attention is needed
Is your feature request related to a problem? Please describe.
Getting hotkeys working on Linux isn't the most friendly process for end-users, and requires playing around with security permissions.
X11 prevents using
sudoas a workaround because then the desktop server will be from a different user (which can't be recorded)...Describe the solution you'd like
Work out of the box. Or have a better workaround.
Describe alternatives you've considered
Completely rewrite the hotkey handling code to stop using the
keyboardlibrary.Additional context
Extracted from #224
numpad and modifier keys are also untested atm