Skip to content
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

Does not work on certain websites #118

Open
urbainvaes opened this issue Oct 30, 2019 · 0 comments
Open

Does not work on certain websites #118

urbainvaes opened this issue Oct 30, 2019 · 0 comments

Comments

@urbainvaes
Copy link

urbainvaes commented Oct 30, 2019

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant