Hi,
I have swapped backspace key with ` (grave) key. So I added a layout in the /usr/share/X11/xkb/symbols/us with the following lines:
key <TLDE> { BackSpace, BackSpace, BackSpace, BackSpace ] };
key <BKSP> { grave, asciitilde, dead_tilde, asciitilde ] };
Now the backspace and grave work well, but when I press shift + grave (previously backspace key), I get grave, not asciitilde.
This is strange because I tried the same thing (with the same us file) with Chakra linux and it worked without any problem.
Where should I look for?
Thank you,
-Joon