This is a discussion on Keyboard Mapping - dtwmrc within the comp.unix.solaris forums, part of the Solaris Operating System category; --> I need to put a ergonomic keybaord onto a Sun Blade. I've used a USB PC keybaord which works ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I need to put a ergonomic keybaord onto a Sun Blade. I've used a USB PC keybaord which works OK but a few keys don't work (\| ~# ") correctly. I (think?) I can get the keys working by editing .dt/dtwmrc file with something like Shift<key>2 root|window ???????? but I can't get the required resource value/settings. Can anyone help with remapping the keyboard settings unde CDE ? (Solaris 9) Thanks in advance Leigh |
| ||||
| Well, gave up on dtwmrc and used xmodmap pc_keyboard.sh #!/bin/sh xmodmap -e "keycode 38 = 2 quotedbl" xmodmap -e "keycode 39 = 3 sterling" xmodmap -e "keycode 59 = apostrophe at" xmodmap -e "keycode 57 = numbersign asciitilde" xmodmap -e "keycode 107 = backslash bar" Appears to be working OK leigh |
| Thread Tools | |
| Display Modes | |
|
|