Good evening everybody,
I'm trying to swap the left control key with the left shift key. I can do this with Xmodmap but the problem is I have to retype
I successfully modify the behavior of the caps lock key which acts now like escape. To do this, I've added to /usr/local/etc/hal/fdi/policy/x11-input.fdi the line
Unfortunately, the option shift:ctrl does not exist in /usr/local/share/X11/xkb/rules/base.lst so I cannot use it the same way. My question is: is there a way to modify the file x11-input.fdi so the ctrl left key acts as shift and inversely? Any other proposition is welcomed.
Thank you for your time,
Pierre Stévens.
I'm trying to swap the left control key with the left shift key. I can do this with Xmodmap but the problem is I have to retype
Xmodmap .xmodmap each time X.Org is started.I successfully modify the behavior of the caps lock key which acts now like escape. To do this, I've added to /usr/local/etc/hal/fdi/policy/x11-input.fdi the line
Code:
<merge key="input.x11_options.XkbOptions" type="string">caps:escape</merge>
Unfortunately, the option shift:ctrl does not exist in /usr/local/share/X11/xkb/rules/base.lst so I cannot use it the same way. My question is: is there a way to modify the file x11-input.fdi so the ctrl left key acts as shift and inversely? Any other proposition is welcomed.
Thank you for your time,
Pierre Stévens.