summaryrefslogtreecommitdiff
path: root/appl/wm/hebrew.m
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-22 17:07:39 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-22 17:07:39 +0000
commit37da2899f40661e3e9631e497da8dc59b971cbd0 (patch)
treecbc6d4680e347d906f5fa7fca73214418741df72 /appl/wm/hebrew.m
parent54bc8ff236ac10b3eaa928fd6bcfc0cdb2ba46ae (diff)
20060303a
Diffstat (limited to 'appl/wm/hebrew.m')
-rw-r--r--appl/wm/hebrew.m30
1 files changed, 30 insertions, 0 deletions
diff --git a/appl/wm/hebrew.m b/appl/wm/hebrew.m
new file mode 100644
index 00000000..63515aa7
--- /dev/null
+++ b/appl/wm/hebrew.m
@@ -0,0 +1,30 @@
+hebrewtab := array[] of {
+ Remaptab(' ', ' '),
+ Remaptab('t', 16r5d0+0),
+ Remaptab('c', 16r5d0+1),
+ Remaptab('d', 16r5d0+2),
+ Remaptab('s', 16r5d0+3),
+ Remaptab('v', 16r5d0+4),
+ Remaptab('u', 16r5d0+5),
+ Remaptab('z', 16r5d0+6),
+ Remaptab('j', 16r5d0+7),
+ Remaptab('y', 16r5d0+8),
+ Remaptab('h', 16r5d0+9),
+ Remaptab('l', 16r5d0+10),
+ Remaptab('f', 16r5d0+11),
+ Remaptab('k', 16r5d0+12),
+ Remaptab('o', 16r5d0+13),
+ Remaptab('n', 16r5d0+14),
+ Remaptab('i', 16r5d0+15),
+ Remaptab('b', 16r5d0+16),
+ Remaptab('x', 16r5d0+17),
+ Remaptab('g', 16r5d0+18),
+ Remaptab(';', 16r5d0+19),
+ Remaptab('p', 16r5d0+20),
+ Remaptab('.', 16r5d0+21),
+ Remaptab('m', 16r5d0+22),
+ Remaptab('e', 16r5d0+23),
+ Remaptab('r', 16r5d0+24),
+ Remaptab('a', 16r5d0+25),
+ Remaptab(',', 16r5d0+26)
+};