Conversation
I have a keyboard and a keymap that result in the same character being printed for two different Alt- combinations. How do I remap one of the combos to print a different character, that is not available currently?

#Linux #X11
1
1
0

@buherator

1. xkbcomp -xkb $DISPLAY /tmp/a
2. vim /tmp/a
3. test xkbcomp /tmp/a $DISPLAY
4. put 3. into your .xinitrc

use xev(1) to find the key code of the buttons you want to change.

1
0
1
@stf Ha, it works, thank you!
0
0
0