-
Notifications
You must be signed in to change notification settings - Fork 115
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
Out of bounds F keys #116
Comments
bump. same issue, F13 onwards |
Same issue, trying to map F20 |
Same issue - I want to map Shift_R=XK_F19 |
It's just F13-F24, remove the XK_ prefix, as per man xcape you can use the macro labels minus the XK_ prefix
I'm having a separate issue though that as a receiver event it only generates the events once and then never works again (e.g F13=2), unless i do something like "F13=2;F13=2" then it works but types twice i am still experimenting with it and posting it as a separate issue |
I'm getting the same issue, trying to run The output
|
I'm using
xcape -e 'Caps_Lock=Escape;Super_L=0xffd4'
, the keysym forF23
is0xffd4
, as shown by/usr/include/X11/keysymdef.h
xcape
doesn't recognize it and instead throwsWARNING: No keycode found for keysym 0xffd4 (0xffd4) in mapping Super_L. Ignoring this mapping.
Is there another way to map it to F23 like keys?
The text was updated successfully, but these errors were encountered: