-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sendkey gestures not recognised (Ubuntu 24.04) #40
Labels
question
Further information is requested
Comments
Could you paste output of |
The issue might be resolved by specifying multiple key presses in Array format instead of a comma-separated String, like this: swipe:
3:
left:
- sendkey: "HOMEPAGE,RIGHT" # Maximize a window vertically along the right side of the screen
+ sendkey: [HOMEPAGE, RIGHT] # Maximize a window vertically along the right side of the screen |
Hi,
I already tried the config with the multiple key presses and still it doen't work, but I don't have any error message... Weird... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I've just upgraded to the latest Ubuntu 24.04 LTS and I had to reinstall fusuma, amending the config file to use sendkey:
(I added the clearmodifiers after a few tries, but still same result)
So, after rebooting, fusuma is not working, and when run it on the terminal I get these:
sendkey: HOMEPAGE,H is unsupported.
sendkey: HOMEPAGE,UP is unsupported.
sendkey: HOMEPAGE,RIGHT is unsupported.
sendkey: HOMEPAGE,LEFT is unsupported.
Thing is, when I list the keys on sendkey, those are available, and I tried with the keyboard that they are the correct combination.
Clearly I am missing somenthing.
Glad if anyone could help.
Thanks in advance.
The text was updated successfully, but these errors were encountered: