[comp.unix.ultrix] remapping DS3100 keyboard

kent@sas.UUCP (Paul Kent) (09/01/89)

hello,

while we are on the subject, would anyone have the xmodmap
magic to convince "shift" "comma" and "shift" "dot" that they
are really  "less than" and "greater than" respectively.

i know that DECterm allows me to remap em, but cannot untrain my
fingers in all the other windows i use.


much appreciated
paul.


-- 
---- nothing ventured, nothing disclaimed ----
paul kent, SAS Institute, box 8000, cary nc 27512-8000 -- 919 467 8000
.... {seismo|mcnc}!rti!sas!kent  or  kent@sas.UUCP

erik@westworld.pa.dec.com (Erik Fortune) (09/02/89)

I use:

xmodmap - << ENDMAP
clear lock
add control = Caps_Lock
keycode 0xb1 = Meta_L
keycode 86 = Escape
keycode 232 = comma less
keycode 237 = period greater
keycode 188 = BackSpace Delete
ENDMAP

This makes sets it up so that:

lock generates control
compose generates alt
f1 generates Escape
,/, generates ,/<
./. generates ./>
delete generates backspace
shift-delete generates delete


Hope this helps,
    Erik
    (erik@wsl.dec.com)