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?

link|improve this question
feedback

migrated from stackoverflow.com May 18 '10 at 10:10

This question came from our site for professional and enthusiast programmers.

1 Answer

Ah, for Gnome to recognize it I had to add it to:

/usr/share/X11/xkb/rules/{base,evdev}.{xml,lst}
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.