summaryrefslogtreecommitdiff
path: root/symbols/il
diff options
context:
space:
mode:
authorChayim <c@kirshen.com>2020-09-23 15:27:02 +0000
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2020-09-23 15:27:02 +0000
commitaf4123f8c98489670020cd20c5f0d9a77f306211 (patch)
tree9cc72abac40249deb0c14f9404a1208db1c4e4d9 /symbols/il
parentc0dacda21b3ed315e84e211e08a500058c102c56 (diff)
downloadxkeyboard-config-af4123f8c98489670020cd20c5f0d9a77f306211.tar.gz
Adding numbers and symbols to phonetic key map.
Prior to these changes, the keymap was not useful. It allowed for use of the Hebrew alphabet, but no numbers or punctuation marks. This includes a change explicitly for brackets, to solve bracketing in general. This change now makes il(phonetic) a useable keymap in day-to-day work.
Diffstat (limited to 'symbols/il')
-rw-r--r--symbols/il14
1 files changed, 13 insertions, 1 deletions
diff --git a/symbols/il b/symbols/il
index dcd640c..0283e7c 100644
--- a/symbols/il
+++ b/symbols/il
@@ -145,7 +145,19 @@ xkb_symbols "phonetic" {
name[Group1]= "Hebrew (phonetic)";
- key <AE12> { [ equal, plus, hebrew_doublelowline, hebrew_doublelowline ]};
+ include "il(basic)"
+ key <AE09> { [ 9, parenleft ] };
+ key <AE10> { [ 0, parenright ] };
+ key <TLDE> { [ grave, asciitilde ] };
+
+ key <AD11> { [ bracketleft, braceleft ] };
+ key <AD12> { [ bracketright, braceright ] };
+ key <AC10> { [ semicolon, colon ] };
+ key <AC11> { [ apostrophe, quotedbl ] };
+ key <AB08> { [ comma, less ] };
+ key <AB09> { [ period, greater ] };
+ key <AB10> { [ slash, question ] };
+ key <BKSL> { [ backslash, bar ] };
key <LatQ> { [ hebrew_qoph, hebrew_qoph ] };
key <LatW> { [ hebrew_waw, hebrew_waw ] };