-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanoput.fa.js
More file actions
45 lines (44 loc) · 1.51 KB
/
Copy pathlanoput.fa.js
File metadata and controls
45 lines (44 loc) · 1.51 KB
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
39
40
41
42
43
44
45
/**
* lanoput.fa.js
*
* Copyright 2015 by Mahmoud Mostafa <[email protected]>
* Copyright 2002-2011 by Kaveh Ahmadi <http://www.kavehahmadi.com> <[email protected]>
*
* This file is part of Lanoput.
*
* Lanoput is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Lanoput is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with Lanoput. If not, see <http://www.gnu.org/licenses/>.
*
*/
lanoput.languages.fa = {
"title" : "Farsi",
// Farsi keyboard map based on Iran Popular Keyboard Layout
"keymap" : [
32, 33, 34, 35, 36, 37, 1548, 1711,
41, 40, 215, 43, 1608, 45, 46, 47,
48, 49, 50, 51, 52, 53, 54, 55,
56, 57, 58, 1705, 44, 61, 46, 1567,
64, 1616, 1584, 125, 1609, 1615, 1609, 1604,
1570, 247, 1600, 1548, 47, 8217, 1583, 215,
1563, 1614, 1569, 1613, 1601, 8216, 123, 1611,
1618, 1573, 126, 1580, 1688, 1670, 94, 95,
1662, 1588, 1584, 1586, 1740, 1579, 1576, 1604,
1575, 1607, 1578, 1606, 1605, 1574, 1583, 1582,
1581, 1590, 1602, 1587, 1601, 1593, 1585, 1589,
1591, 1594, 1592, 60, 124, 62, 1617
],
"direction" : "rtl",
"aliases" : [
"fa-ir"
]
};