-
Notifications
You must be signed in to change notification settings - Fork 13
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
Shift modifier isn't being applied #39
Comments
Try
|
@atx I had the same issue on my project and the eventual solution was to:
You can pass the fd/size as is from the wl_keyboard to the virtual one. Alternatively, just include the proper xkb_types and xkb_compat section in the keymap. You can generate one from your active one under xwayland: |
Interestingly the same can be seen with inherently uppercase keysyms. For example, |
wtype -M Shift -k o
wtype -M Shift o
wtype -M Shift -k o -m Shift
wtype -M shift -k o
wtype -M Shift -d 100 -k o
wtype -M "Shift" -k o
wtype -M "shift" -k o
wtype -M 'shift' -k o
And more combinations thereof. Absolutely none of it will return "O" (or whatever other key).
Tested on postmarketOS/edge/sway in foot and qutebrowser. Tested on void (non-musl)/dwl in foot.
The text was updated successfully, but these errors were encountered: