keyboard.rc
changeset 327 df575037165e
parent 299 2dbaa24f1a70
child 347 7139555dbd69
--- a/keyboard.rc	Mon Mar 08 13:35:53 1999 +0100
+++ b/keyboard.rc	Mon Mar 08 15:27:21 1999 +0100
@@ -222,7 +222,6 @@
     "/ to 'Compose'.
     map bindValue:#Escape  to:#'Cmd`'.
     map bindValue:#Compose to:#'AltMulti_key'.    "/ the right compose key
-    map bindValue:#Compose to:#'CtrlMulti_key'.   "/ the right compose key
 
     map bindValue:#Return  to:#'KP_Enter'.        "/ the keypads return key
 ].  
@@ -438,10 +437,11 @@
 "/ remove these lines, if your keyboard has a COMPOSE-key.
 "/ None of our Xdisplays here has one - so we simulate it using CTRL-R ...
 "/ which on some (of our) servers comes pretranslated as Multi_key, 
-"/ or even Mode_switch.
+"/ CtrlMulti_key or even Mode_switch.
 
-map bindValue:#Compose     to:#'Control_R'.     
-map bindValue:#Compose     to:#'Multi_key'.     
+map bindValue:#Compose     to:#'Control_R'.       "/ the right compose key
+map bindValue:#Compose     to:#'Multi_key'.       "/ the right compose key
+map bindValue:#Compose     to:#'CtrlMulti_key'.   "/ the right compose key
 "/ map bindValue:#Compose     to:#'Mode_switch'.