From aed8ce9da277f5ecffe968b324f242c41c3b752a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:50:31 +0200 Subject: Adding upstream version 2:9.0.1378. Signed-off-by: Daniel Baumann --- runtime/keymap/hebrewp_cp1255.vim | 58 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 runtime/keymap/hebrewp_cp1255.vim (limited to 'runtime/keymap/hebrewp_cp1255.vim') diff --git a/runtime/keymap/hebrewp_cp1255.vim b/runtime/keymap/hebrewp_cp1255.vim new file mode 100644 index 0000000..990f908 --- /dev/null +++ b/runtime/keymap/hebrewp_cp1255.vim @@ -0,0 +1,58 @@ +" codepage 1255 on Windows is equal to ISO 8859-8 but it +" adds in the vowel points, known as 'niqud', which are present in +" CP1255: Note: there are several 'standards' for placement of the vowel +" points, and I ignored all of them. Since we can input English by simply +" pressing Ctrl-^ and eliminating this map, I saw no reason to try to use +" exotic key locations. If you don't like it, that's just too bad :-) +let b:keymap_name = "hebp" +loadkeymap +K " final kaf +M " final mem +N " final nun +P " final pe +T " tet +X " final tsadi +a " alef +b " bet +d " dalet +g " gimel +h " he +j " het +k " kaf +l " lamed +m " mem +n " nun +s " samekh +p " pe +q " qof +r " resh +t " tav +u " ayin +v " vav +w " shin +x " tsadi +y " yod +z " zayin +" vowels: +A: " sheva +HE " hataf segol +HA " hataf patah +HO " hataf qamats +I " hiriq +AY " tsere +E " segol +AA " patah +AO " qamats +O " holam +U " qubuts +D " dagesh +]T " meteg +]Q " maqaf +]R <ĚChar-207> " rafe +]p " paseq +SR " shin-dot +SL " sin-dot +]P " sof-pasuq +VV " double-vav +VY " vav-yod +YY " yod-yod -- cgit v1.2.3