(map:left-square-bracket): Don't shift.
authorhanda <handa>
Fri, 30 May 2008 04:14:57 +0000 (04:14 +0000)
committerhanda <handa>
Fri, 30 May 2008 04:14:57 +0000 (04:14 +0000)
(map:left-curly-bracket): Don't shift.
(map:alt-2-7, map:ctrl-2-7): Deleted.
(map:alt-2, map:alt-7): New maps.
(state:init): Add `shift' to the branch actions of
`left-square-bracket' and `left-curly-bracket'.  Delete branches
alt-2-7 and ctrl-2-7, add branches alt-2 and alt-7.

MIM/fr-azerty.mim

index 4608c45..b306ee5 100644 (file)
@@ -149,18 +149,18 @@ respectively."))
 
  ;; Deadkeys
  (left-square-bracket
-  ("[" (shift circumflex)))
+  ("["))
 
  (left-curly-bracket
-  ("{" (shift diaeresis)))
+  ("{"))
 
- (alt-2-7
-  ((A-2) (shift tilde))
-  ((A-7) (shift grave)))
+ (alt-2
+  ((A-2))
+  ((C-A-2)))
 
- (ctrl-alt-2-7
-  ((C-A-2) (shift tilde))
-  ((C-A-7) (shift grave)))
+ (alt-7
+  ((A-7))
+  ((C-A-7)))
 
  ;; Letters with diacritical marks
  (circumflex
@@ -212,10 +212,10 @@ respectively."))
 (state
  (init
   (normal)
-  (left-square-bracket)
-  (left-curly-bracket)
-  (alt-2-7)
-  (ctrl-alt-2-7))
+  (left-square-bracket (shift circumflex))
+  (left-curly-bracket (shift diaeresis))
+  (alt-2 (shift tilde))
+  (alt-7 (shift grave)))
 
  (circumflex
   "AZ^"