diff options
Diffstat (limited to 'mnv/runtime/keymap/croatian_iso-8859-2.mnv')
| -rw-r--r-- | mnv/runtime/keymap/croatian_iso-8859-2.mnv | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/mnv/runtime/keymap/croatian_iso-8859-2.mnv b/mnv/runtime/keymap/croatian_iso-8859-2.mnv new file mode 100644 index 0000000000..fc77fe2dbb --- /dev/null +++ b/mnv/runtime/keymap/croatian_iso-8859-2.mnv @@ -0,0 +1,84 @@ +" MNV Keymap file for Croatian characters, classical variant, iso-8859-2 encoding +" +" Maintainer: Paul B. Mahol <onemda@gmail.com> +" Last Changed: 2007 Oct 14 + +scriptencoding iso-8859-2 + +let b:keymap_name = "croatian-iso-8859-2" +" Uncomment line below if you prefer short name +"let b:keymap_name = "hr-iso-8859-2" + +loadkeymap +" swap y and z, not important +z y +Z Y +y z +Y Z + +" s< +[ � +" S< +{ � +" D/ +} � +" d/ +] � +" c< +; � +" c' +' � +" C< +: � +" C' +" � +" z< +\ � +" Z< +| � +� | +� @ +� \ +� � +� � +� � +� � +� � +� � +� � +� { +� } +� [ +� ] +@ " +^ & +& / +* ( +( ) +) = +_ ? +- ' += + ++ * +/ - +< ; +> : +? _ +� ~ +� � +� � +� � +� ^ +� � +� � +� ` +� � +� � +� � + +" you still want to be able to type <, > +� < +� > + +` � +� � |
