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
| flc2a
| # implements a natural mapping from the U.S. keyboard
| # to Hebrew characters in the Ivrit font.
| # Note that capital letters remain unchanged.
|
| t a \0x05d0
| t b \0x05d1
| t g \0x05d2
| t d \0x05d3
| t h \0x05d4
| t v \0x05d5
| t z \0x05d6
| t c \0x05d7
| t t \0x05d8
| t y \0x05d9
| t k \0x05db
| t f \0x05da
| t l \0x05dc
| t m \0x05de
| t o \0x05dd
| t n \0x05e0
| t i \0x05df
| t e \0x05e1
| t _ \0x05e2
| t p \0x05e4
| t u \0x05e3
| t j \0x05e6
| t w \0x05e5
| t q \0x05e7
| t r \0x05e8
| t s \0x05e9
| t x \0x05ea
| t ~ \-3
|
|