You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an invalid keysym is silently ignored and sends a NoSymbol (keysym 0) instead of showing an error message. For example, using the following gesture:
Describe the bug
Using an invalid keysym is silently ignored and sends a
NoSymbol
(keysym 0) instead of showing an error message. For example, using the following gesture:Expected behaviour
I would expect an error to be shown on stdout/stderr, preferably on toucheg startup, or otherwise when the action is triggered.
Actual behaviour
Touchegg sends a
NoSymbol
(keysym 0) instead of showing an error message, according toxev
:Your environment
The text was updated successfully, but these errors were encountered: