From c79a2ad9ad2511096b2eccf6b3efd4f449d35049 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 30 May 2008 04:14:57 +0000 Subject: [PATCH] (map:left-square-bracket): Don't shift. (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 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/MIM/fr-azerty.mim b/MIM/fr-azerty.mim index 4608c45..b306ee5 100644 --- a/MIM/fr-azerty.mim +++ b/MIM/fr-azerty.mim @@ -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^" -- 1.7.10.4