diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-05 21:48:14 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-05 21:48:14 +0000 |
commit | 53180ce2e7b496306012316ca220fea978576a8c (patch) | |
tree | e52d6164116de32e335dcaed29e9d947c9cc7249 /runtime/keymap/canfr-win.vim | |
parent | dfb9ac00215670dedfd1fb7c1bb54195e9a929a5 (diff) | |
download | vim-git-53180ce2e7b496306012316ca220fea978576a8c.tar.gz |
updated for version 7.0103v7.0103
Diffstat (limited to 'runtime/keymap/canfr-win.vim')
-rw-r--r-- | runtime/keymap/canfr-win.vim | 182 |
1 files changed, 91 insertions, 91 deletions
diff --git a/runtime/keymap/canfr-win.vim b/runtime/keymap/canfr-win.vim index 7a405bf0b..1907fc5b4 100644 --- a/runtime/keymap/canfr-win.vim +++ b/runtime/keymap/canfr-win.vim @@ -1,91 +1,91 @@ -" Vim Keymap file for the normalized Canadian multilingual keyboard
-" CAN/CSA Z243.200-92 using the latin1 encoding.
-" This mapping is limited in scope, as it assumes that the AltGr
-" key works as it typically does in a Windows system with a multilingual
-" English keyboard. It probably won't work with the US keyboard on US
-" English versions of Windows, because those don't provide the AltGr keys.
-" The mapping was tested with Win2k and WinXP.
-
-" Maintainer: Eric Joanis <joanis@cs.toronto.edu>
-" Last Change: 2004 Jan 13
-
-" 2003 Dec 04
-" Initial Revision
-
-" 2004 Jan 13
-" Added the upper case accented characters, forgotten in the initial version.
-
-" All characters are given literally, conversion to another encoding (e.g.,
-" UTF-8) should work.
-scriptencoding latin1
-
-" Use this short name in the status line.
-let b:keymap_name = "canfr"
-
-loadkeymap
-< '
-> "
-/ é
-? É
-' è
-\" È
-\\ à
-| À
-[a â
-[e ê
-[i î
-[o ô
-[u û
-[A Â
-[E Ê
-[I Î
-[O Ô
-[U Û
-[[ ^
-{a ä
-{e ë
-{i ï
-{o ö
-{u ü
-{y ÿ
-{A Ä
-{E Ë
-{I Ï
-{O Ö
-{U Ü
-] ç
-} Ç
-` /
-~ \\
-^ ?
-ú «
-ø »
-¬ <
-® >
-» °
-Ûa à
-Ûe è
-Ûi ì
-Ûo ò
-Ûu ù
-ÛA À
-ÛE È
-ÛI Ì
-ÛO Ò
-ÛU Ù
-ÛÛ `
-Ýa ã
-Ýo õ
-Ýn ñ
-Ýs ß
-ÝA Ã
-ÝO Õ
-ÝN Ñ
-ÝS ß
-ÝÝ ~
-à |
-· {
-¸ }
-¹ [
-° ]
-½ ¬
+" Vim Keymap file for the normalized Canadian multilingual keyboard +" CAN/CSA Z243.200-92 using the latin1 encoding. +" This mapping is limited in scope, as it assumes that the AltGr +" key works as it typically does in a Windows system with a multilingual +" English keyboard. It probably won't work with the US keyboard on US +" English versions of Windows, because those don't provide the AltGr keys. +" The mapping was tested with Win2k and WinXP. + +" Maintainer: Eric Joanis <joanis@cs.toronto.edu> +" Last Change: 2004 Jan 13 + +" 2003 Dec 04 +" Initial Revision + +" 2004 Jan 13 +" Added the upper case accented characters, forgotten in the initial version. + +" All characters are given literally, conversion to another encoding (e.g., +" UTF-8) should work. +scriptencoding latin1 + +" Use this short name in the status line. +let b:keymap_name = "canfr" + +loadkeymap +< ' +> " +/ é +? É +' è +\" È +\\ à +| À +[a â +[e ê +[i î +[o ô +[u û +[A Â +[E Ê +[I Î +[O Ô +[U Û +[[ ^ +{a ä +{e ë +{i ï +{o ö +{u ü +{y ÿ +{A Ä +{E Ë +{I Ï +{O Ö +{U Ü +] ç +} Ç +` / +~ \\ +^ ? +ú « +ø » +¬ < +® > +» ° +Ûa à +Ûe è +Ûi ì +Ûo ò +Ûu ù +ÛA À +ÛE È +ÛI Ì +ÛO Ò +ÛU Ù +ÛÛ ` +Ýa ã +Ýo õ +Ýn ñ +Ýs ß +ÝA Ã +ÝO Õ +ÝN Ñ +ÝS ß +ÝÝ ~ +à | +· { +¸ } +¹ [ +° ] +½ ¬ |