!
! This file is intended to be used for the xmodmap program when running
! an xterm under X11. This allows us to use the Meta key to be used
! as an <Alt> key and have the function keys do as they should on
! a PC keyboard so that we can run with Crisp. Also, by using these
! bindings, we can run CRISP under a shell/cmdtool under XView.

keysym F1 = F1 0x8c 0x98 0xa4
keysym F2 = F2 0x8d 0x99 0xa5
keysym F3 = F3 0x8e 0x9a 0xa6
keysym F4 = F4 0x8f 0x9b 0xa7
keysym F5 = F5 0x90 0x9c 0xa8
keysym F6 = F6 0x91 0x9d 0xa9
keysym F7 = F7 0x92 0x9e 0xaa
keysym F8 = F8 0x93 0x9f 0xab
keysym F9 = F9 0x94 0xa0 0xac
keysym F10 = F10 0x95 0xa1 0xad
keysym F11 = F11 0x96 0xa2 0xae
keysym F12 = F12 0x97 0xa3 0xaf
keysym a = a A 0xb0 0xb0
keysym b = b B 0xb1 0xb1
keysym c = c C 0xb2 0xb2
keysym d = d D 0xb3 0xb3
!
! Cannot use 0xb4 for 'e' because we end up with an acute accent
! which is a two character sequence and until I figure out how to remove
! this feature, we'll have to map it out of the way.
keysym e = e E 0xf1 0xf1
keysym f = f F 0xb5 0xb5
keysym g = g G 0xb6 0xb6
keysym h = h H 0xb7 0xb7
!
! 0xb8 is a cedilla which is also a problem.
keysym i = i I 0xf2 0xf2
keysym j = j J 0xb9 0xb9
keysym k = k K 0xba 0xba
keysym l = l L 0xbb 0xbb
keysym m = m M 0xbc 0xbc
keysym n = n N 0xbd 0xbd
keysym o = o O 0xbe 0xbe
keysym p = p P 0xbf 0xbf
keysym q = q Q 0xc0 0xc0
keysym r = r R 0xc1 0xc1
keysym s = s S 0xc2 0xc2
keysym t = t T 0xc3 0xc3
keysym u = u U 0xc4 0xc4
keysym v = v V 0xc5 0xc5
keysym w = w W 0xc6 0xc6
keysym x = x X 0xc7 0xc7
keysym y = y Y 0xc8 0xc8
keysym z = z Z 0xc9 0xc9
keysym 0 = 0 parenright 0xe7 0xe7
keysym 1 = 1 exclam 0xe8 0xe8
keysym 2 = 2 at 0xe9 0xe9
keysym 3 = 3 numbersign 0xea 0xea
keysym 4 = 4 dollar 0xeb 0xeb
keysym 5 = 5 percent 0xec 0xec
keysym 6 = 6 asciicircum 0xed 0xed
keysym 7 = 7 ampersand 0xee 0xee
keysym 8 = 8 asterisk 0xef 0xef
keysym 9 = 9 parenleft 0xf0 0xf0
! Word-left
keysym Left = Left KP_4 0xdc 0xdc
keysym KP_4 = Left KP_4 0xdc 0xdc
! Word-right
keysym Right = Right KP_6 0xde 0xde
! Undo key
!keysym F26 = 0xc4 
!keysym KP_Subtract = 214
!keysym KP_Add = 213
!keysym Insert = 0xca
add mod1 = 0xffe9 Alt_L Alt_R
add mod2 = Alt_L

