We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many thanks for this great program!
On youtube and some other websites like soundcloud (I think), the program behaves unexpectedly. E.g. sourcing the following:
setxkbmap us xmodmap -e "keysym space = Super_L" xmodmap -e "add mod4 = Super_L" xmodmap -e "keycode any = space" xcape -e 'Super_L=space'
On pressing the space key, a space keycode is sent directly to youtube.
space
I use i3 on Archlinux. Information from debug mode: when it works, here is what is printed:
Key pressed! Intercepted key event 3, key code 65 Key released! Generating space! Ignoring generated event. Ignoring generated event.
When it doesn't work:
Intercepted key event 2, key code 65 Key pressed!
so a space appears to be generated although this does not appear in the debug information.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Many thanks for this great program!
On youtube and some other websites like soundcloud (I think), the program behaves unexpectedly. E.g. sourcing the following:
On pressing the
space
key, aspace
keycode is sent directly to youtube.I use i3 on Archlinux. Information from debug mode: when it works, here is what is printed:
When it doesn't work:
so a space appears to be generated although this does not appear in the debug information.
The text was updated successfully, but these errors were encountered: