Foo_Fickle said:2. I want to remap the original QWERTY backspace to caps lock. How is this done?
The best way is the following:
1. # run
xkbcomp $DISPLAY layout.xkb
2. Open layout.xkb with an editor, use search to find the line that starts with "key <BKSP>" and change it from:
key <BKSP> { [ BackSpace, BackSpace ] };
To:
key <BKSP> { [ Caps_Lock, Caps_Lock ] };
3. # run
xkbcomp layout.xkb $DISPLAY
4. Rename it to something like .Xkeymap (that will make it hidden) and put it in $HOME.
5. Next, place this line in your .xinitrc, so that you don't have to redo step number 3 every time you login:
test -f ~/.Xkeymap && xkbcomp ~/.Xkeymap $DISPLAY
__
As for the dead keys not working, I have no idea. Do they work in the tty?
Foo_Fickle said:Sorry if these are silly questions, but I'm new to this and can't seem to find a solution.
I don't mean to be rude, but don't go ahead of yourself by installing arch based distros like manjaro. Even guru users often stick to mainstream distros, just for ease of support.
Last edited by vaskozl (23-Aug-2013 23:40:31)
Posted without the aid of a rodent.