! keymap/ncd-15r --- xmodmap for NCD model 15R X terminals
! Author: Noah Friedman <friedman@prep.ai.mit.edu>
! Created: 1994-12-13
! Public domain

! $Id: ncd,v 1.1 1995/01/25 21:26:22 friedman Exp $

! The NCD X server cannot have more than two modifiers on each map, so to
! make the caps lock key act as meta, we must swap its definition with one
! of the other modifier keys, say, Alt_R.
! But it also seems there cannot be two keys with the same keysym, so
! change the original Alt_R to be capslock, but don't it back on the lock
! modifier because I hate capslock.


remove lock = Caps_Lock
remove mod1 = Alt_R

keycode 57 = Caps_Lock
keycode 20 = Alt_R

add mod1 = Alt_R

! ncd-15r ends here
