This repository has been archived by the owner on Mar 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
options.js
84 lines (82 loc) · 3.22 KB
/
options.js
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
// The languages and vocabularies available.
var _options = {
sq: {
name: 'Shqip',
webapp: 'https://l10n.org.al',
vocabularies: {
ICT_sq: 'Fjalori ICT',
huazime_sq: 'Fjalë të Huaja',
},
disqus: 'l10n-sq', // disqus shortname
translate_in_context_url: 'https://l10n.org.al/btr/project/dashohoxha/v.btranslator.org/',
keyboard: {
layout: 'custom',
customLayout: {
'normal' : [
"q w e r t y u i o p",
"a s d f g h j k l :",
"z x c v b n m ' \" !",
"\u00eb \u00e7 {bksp} {enter} {accept} {cancel}",
"{shift} {alt} . {space}",
],
'shift' : [
"Q W E R T Y U I O P",
"A S D F G H J K L ;",
"Z X C V B N M ` \u00a6 ?",
"\u00cb \u00c7 {tab} {enter} {accept} {cancel}",
"{shift} {alt} , {space}",
],
'alt' : [
"0 1 2 3 4 5 6 7 8 9",
"\u00a7 \u20ac $ # % _ - + = *",
"( ) [ ] { } < > / \\",
"& | ~ ^ {enter} {accept} {cancel}",
"{shift} {alt} @ {space}",
],
/*
'alt-shift' : [
"0 1 2 3 4 5 6 7 8 9",
"\u00a7 \u20ac $ # % _ - + = *",
"( ) [ ] { } < > / \\",
"& | ~ ^ {enter} {accept} {cancel}",
"{shift} {alt} @ {space}",
],
*/
},
},
/*
//keyboard: { layout: 'albanian-qwerty' },
keyboard: {
layout: 'custom',
customLayout: {
'normal' : [
"` 1 2 3 4 5 6 7 8 9 0 - = {bksp}",
"{tab} q w e r t y u i o p \u00eb '",
"a s d f g h j k l ; \u00e7 # {enter}",
"{shift} \\ z x c v b n m , . / {shift}",
"{accept} {alt} {space} {alt} {cancel}"],
'shift' : [
'\u00ac ! " \u00a7 $ % ^ & * ( ) _ + {bksp}',
"{tab} Q W E R T Y U I O P \u00cb @",
"A S D F G H J K L : \u00c7 ~ {enter}",
"{shift} \u00a6 Z X C V B N M < > ? {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
'alt' : [
"| 1 2 3 4 5 6 { } [ ] - = {bksp}",
"{tab} q w \u20ac r t y u i o p \u00f7 \u00d7",
"a s d f g h j k l ; \u00e7 # {enter}",
"{shift} \\ z x c v b n m , . / {shift}",
"{accept} {alt} {space} {alt} {cancel}"
],
'alt-shift' : [
'| ! " \u00a7 $ % ^ & * ( ) _ + {bksp}',
"{tab} Q W \u20AC R T Y U I O P \u00cb @",
"A S D F G H J K L : \u00c7 ~ {enter}",
"{shift} \u00a6 Z X C V B N M < > ? {shift}",
"{accept} {alt} {space} {alt} {cancel}"
] },
},
*/
},
};