-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
The gesture can work but when you are writing something the gebaar will print the command like the first screenshot.
As the second picture shows it also confuses the boundary between command when I swipe twice and more.
And my gebaard.toml is :
[commands.swipe.three]
left_up = ""
right_up = ""
up = "xdotool key super"
left_down = ""
right_down = ""
down = "xdotool key super+a"
left = "xdotool key alt+Tab+Left"
right = "xdotool key alt+Tab+Right"
[commands.swipe.four]
left_up = ""
right_up = ""
up = "xdotool key ctrl+alt+Down"
left_down = ""
right_down = ""
down = "xdotool key ctrl+alt+Up"
left = "xdotool key ctrl+Tab"
right = "xdotool key ctrl+Tab"
Metadata
Metadata
Assignees
Labels
No labels

