! X11 modmap file from the Frame Demo Account.
! $Id: Xmodmap,v 1.1 1993/04/02 03:46:33 tvb Exp $
! This xmodmap file adds the Apollo 'Repeat' key as a Meta key.
! It also makes the two Alt keys on Int'l keyboards and the new
! DN2500 style keyboard as Mod2 for entering Int'l chars.


! Remove any definition for Meta.  (Do this if you don't want F0 as Meta.)
!clear Mod1

! "Relabel" key Repeat as Meta_L
! Apollo ShareMode server keycode for Repeat.
!keycode 187 = Meta_L
! Apollo X11R4 server keycode for Repeat.
!keycode 101 = Meta_L
! This one works for both, but only the first time.
keysym Repeat = Meta_L

! Make Repeat(now Meta_L) act as the Meta modifier.
add Mod1 = Meta_L

! Make Alt_R and Alt_L act as the Int'l char modifier.
add Mod2 = Alt_R
add Mod2 = Alt_L
