How do I set Dvorak keyboard emulation in SuSE 3.7? Currently I am stuck in USA/English Qwerty. I'm on a PowerBook G3 bronze, pre Firewire. Sax2 and Yast2 warn me that my system is set to Xfree86 v3 because my video card is not compatible with Xfree86 v4 and that I should therefore configure with Sax: /usr/X11R6/bin/sax But my standard SuSE 3.7 installation does not have sax there, only sax2 and a file 'sax.sh' that opens sax2 when I open it, judging from the sax2 graphic in the resulting window. When I activate and set Dvorak in KDE's: Preferences > Peripherals > Keyboard, I get a totally b*a*n*a*n*a*s keyboard. Maybe that is because there is no Mac keyboard model available in the pop up menu there. So I reset that control panel to its original '[] Disable keyboard layouts' setting and return to Qwerty. How do I set Dvorak keyboard emulation in SuSE 3.7? Please help, Roger :-) trapped in Qwerty
On Mon, 2002-02-18 at 21:53, Roger Chrisman wrote:
How do I set Dvorak keyboard emulation in SuSE 3.7?
Please help,
Roger :-) trapped in Qwerty
hi, here is how i do it... attached is keysym.dvorak once in your desktop, open a shell and type
xmodmap -pke >keys.default
that'll give you a backup of your current keymap in case the next thing messes you up:
xmodmap keysym.dvorak
and there you have it. to switch back to QWERTY, type:
xmodmap keys.default
note on some setups you may need to uncomment the line !keycode 26 = 1 exclam if you have trouble with your 1 key or . key :) if you are really clever, put that xmodmap command into a shell script and put it in your .kde/Autostart so you don't have to do it every time you log in. I don't know why, but the keyboard settings in KDE all seem to be for x86 boxes. Why x86 keymaps are even included in PPC distros is a complete mystery to me! (there are x86 console maps too) note, this trick is only for XF86 ... it won't change your text consoles. I actually hand-edited a whole console keymap for dvorak on PPC, and then erased it somehow. It worked quite nicely. But that proved it can be done... and it wasn't terribly difficult, either. --isaac
participants (2)
-
isaac
-
Roger Chrisman