-
Notifications
You must be signed in to change notification settings - Fork 139
Labels
X11 legacy: missing featureIndicates a need to implement legacy X11 featuresIndicates a need to implement legacy X11 featuresquestionIndicates that an issue, pull request, or discussion needs more informationIndicates that an issue, pull request, or discussion needs more information
Milestone
Description
Hi, I'm trying to remap Super+C to Ctrl+C using xkb, but I don't want to remap Super to Ctrl because I'm still using Super for other shortcuts. I have achieved this X using interpret F13 { RedirectKey(keys=c,modifiers=Control,clearmodifiers=Super) } and set symbols c to [c, C, F13]
I have tried set symbols c to [c, C, XF86Copy] on Mod4 xkb type but XF86Copy doesn't work with some applications because I still have modifier Super set when pressing Super+C
It would be great to have a way to clear modifier without using RedirectKey, or should I do something else.
david-fong, avila, hadabascus, mihi314 and d-g
Metadata
Metadata
Assignees
Labels
X11 legacy: missing featureIndicates a need to implement legacy X11 featuresIndicates a need to implement legacy X11 featuresquestionIndicates that an issue, pull request, or discussion needs more informationIndicates that an issue, pull request, or discussion needs more information