1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
| flc2a
| # implements a natural mapping from the Hebrew keyboard
| # to Hebrew letters in the Ivrit font.
| # Note that capital letters remain unchanged.
|
| t t \0x05d0
| t c \0x05d1
| t d \0x05d2
| t s \0x05d3
| t v \0x05d4
| t u \0x05d5
| t z \0x05d6
| t j \0x05d7
| t y \0x05d8
| t h \0x05d9
| t f \0x05db
| t l \0x05da
| t k \0x05dc
| t n \0x05de
| t o \0x05dd
| t b \0x05e0
| t i \0x05df
| t x \0x05e1
| t g \0x05e2
| t p \0x05e3
| t ; \0x05e4
| t m \0x05e6
| t . \0x05e5
| t e \0x05e7
| t r \0x05e8
| t a \0x05e9
| t , \0x05ea
| t ' ,
| t / .
| t ` ;
| t q /
| t w '
| t ~ \-2
|
|