I wrote a new X11 keyboard layout file, how do I get my system to recognize it?
- by grimborg
I like to configure my keys my way, so I wrote a keyboard symbols file and I put it in /usr/share/X11/xkb/symbols/cat
I use it by running setxkbmap cat -variant dvorak (and it works), but it doesn't show up in the console configuration (dpkg-reconfigure console-setup) nor in the Gnome keyboard settings... nor anywhere else, so I have to run setxkbmap every time.
I suppose that I have to register it somewhere, but where? Any hints?
Thanks!