Results 1 to 4 of 4
I was trying out the Dvorak layout in the time I installed Fedora 12, but have since found the placement of punctuation marks unconvenient for programming, and it was too ...
- 11-24-2009 #1Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
Change keyboard layout in console mode
I was trying out the Dvorak layout in the time I installed Fedora 12, but have since found the placement of punctuation marks unconvenient for programming, and it was too frustrating to actually have to think about typing.
So I changed the setings in GNOME, and it was fine. The next day when I booted up, it was in pure console mode (I set it that way intentionally because I like it better than X login, and it safely falls back to the command line if I mess up X). Problem: it was in Dvorak and my keyboard is QWERTY. I had to reset the settings in GNOME again, too. I had to live with this a few days now. How do I remove all traces of choosing Dvorak during installation?
- 11-24-2009 #2
Somewhere in one of your startup scripts there is a keymap setting. I've never used Fedora but I seem to remember that Red Hat used to put all this sort of information in a special system configuration directory tree in /etc (I think it was called sysconfig) and the scripts picked it up from there. Fedora probably does the same. Gnome will take the setting from there too. You could look for the keymap setting file in that tree or you could grep for "dvorak" using
. Once you've found the file, you can edit it to use the qwerty keymap.Code:find -name "*"|xargs grep dvorak
"I'm just a little old lady; don't try to dazzle me with jargon!"
- 11-24-2009 #3Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
I found the file /etc/sysconfig/keyboard, and I changed all instances of "dvorak" to "us" there. I'll see what happens tomorrow.
- 11-26-2009 #4Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
It works now.


Reply With Quote