Skip to content

Commit 09ccca7

Browse files
committed
Update keyboards in number and terminal
1 parent c1a59e8 commit 09ccca7

File tree

2 files changed

+116
-80
lines changed

2 files changed

+116
-80
lines changed

number/us.yaml

100644100755
Lines changed: 39 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,40 @@
11
outlines:
2-
default: { width: 28, height: 30 }
3-
action: { width: 28, height: 30 }
4-
altline: { width: 42, height: 30 }
5-
wide: { width: 42, height: 30 }
6-
spaceline: { width: 112, height: 30 }
7-
special: { width: 28, height: 30 }
8-
small: { width: 42, height: 30 }
9-
blank: { width: 14, height: 30 }
2+
default: { width: 30, height: 38 }
3+
action: { width: 30, height: 38 }
4+
altline: { width: 45, height: 38 }
5+
wide: { width: 45, height: 38 }
6+
spaceline: { width: 90, height: 38 }
7+
special: { width: 30, height: 38 }
8+
small: { width: 45, height: 38 }
9+
blank: { width: 15, height: 38 }
1010

1111
views:
1212
base:
13-
- "Tab - 1 2 3 4 5 6 7 8 9 0"
14-
- "Del + q w e r t y u i o p"
15-
- "Menu blank \" a s d f g h j k l blank"
16-
- "Shift_L blank preferences z x c v b n m / BackSpace"
17-
- "show_numbers Ctrl Alt , space period blank Return"
13+
- "Tab q w e r t y u i o p"
14+
- "Menu blank a s d f g h j k l blank"
15+
- "Shift_L \" z x c v b n m blank BackSpace"
16+
- "show_numbers Ctrl - , space period preferences Return"
1817
upper:
19-
- "M1 _ ! @ # $ % ^ & * ( )"
20-
- "M3 = Q W E R T Y U I O P"
21-
- "M4 blank ' A S D F G H J K L blank"
22-
- "Shift_L blank preferences Z X C V B N M \\ BackSpace"
23-
- "show_actions M2 M5 colon space ? blank Return"
18+
- "M1 Q W E R T Y U I O P"
19+
- "M3 blank A S D F G H J K L blank"
20+
- "Shift_L ' Z X C V B N M blank BackSpace"
21+
- "show_actions blank colon + ; space ? ! Return"
2422
numbers:
25-
- "Esc M1 # { } \\ / * - ( ) blank"
26-
- "Del M3 ! [ ] 7 8 9 + $ | blank"
27-
- "Home M4 ^ < > 4 5 6 = % ' blank"
28-
- "End M2 _ ; ~ 1 2 3 ↑ , BackSpace"
29-
- "show_letters M5 blank colon period space_small 0 ← ↓ → Return"
23+
- "Esc blank ~ | * $ 7 8 9 - Del"
24+
- "Home blank ^ \\ / % 4 5 6 + space_small"
25+
- "End blank < > ↑ blank 1 2 3 = BackSpace"
26+
- "show_letters colon ← ↓ → 0 period , Return"
3027
actions:
31-
- "Tab PgUp blank F1 F2 F3 F4 F5 F6"
32-
- "Del PgDn blank F7 F8 F9 F10 F11 F12"
33-
- "Menu Home blank M1 M2 M3 M4 M5 M6"
34-
- "show_numbers End blank M7 M8 M9 M10 M11 BackSpace"
35-
- "show_letters Ctrl Alt , space M12 Return"
28+
- "Del ( F1 F2 F3 F4 F5 F6"
29+
- "Menu ) F7 F8 F9 F10 F11 F12"
30+
- "show_numbers [ M1 M5 M6 M7 M8 BackSpace"
31+
- "show_letters ] M3 M9 M10 M11 M12 Return"
3632

3733
buttons:
3834
Shift_L:
3935
action:
4036
locking:
41-
lock_view: "upper"
37+
lock_view: "upper"
4238
unlock_view: "base"
4339
outline: "altline"
4440
icon: "key-shift"
@@ -99,28 +95,28 @@ buttons:
9995
label: "Head"
10096
M2:
10197
outline: "small"
102-
text: "I got your text, thank you"
103-
label: "I got"
98+
text: "M2"
99+
label: "M2"
104100
M3:
105101
outline: "small"
106-
text: "name@hotmail.com"
107-
label: "Hotm"
102+
text: "OK, Thank You!"
103+
label: "OK,"
108104
M4:
109105
outline: "small"
110-
text: "name@gmail.com"
111-
label: "Gmai"
106+
text: "M4"
107+
label: "M4"
112108
M5:
113109
outline: "small"
114110
text: "M5"
115111
label: "M5"
116112
M6:
117113
outline: "small"
118-
text: "am"
119-
label: "am"
114+
text: "M6"
115+
label: "M6"
120116
M7:
121117
outline: "small"
122-
text: "pm"
123-
label: "pm"
118+
text: "M7"
119+
label: "M7"
124120
M8:
125121
outline: "small"
126122
text: "M8"
@@ -211,16 +207,16 @@ buttons:
211207
outline: "small"
212208
keysym: "Page_Down"
213209
"":
214-
outline: "default"
210+
outline: "altline"
215211
keysym: "Up"
216212
"":
217-
outline: "default"
213+
outline: "altline"
218214
keysym: "Down"
219215
"":
220-
outline: "default"
216+
outline: "altline"
221217
keysym: "Left"
222218
"":
223-
outline: "default"
219+
outline: "altline"
224220
keysym: "Right"
225221
Up:
226222
label: ""

number/us_wide.yaml

100644100755
Lines changed: 77 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
---
22
outlines:
3-
default: { width: 45, height: 40 }
4-
action: { width: 45, height: 40 }
5-
altline: { width: 45, height: 40 }
6-
wide: { width: 45, height: 40 }
7-
spaceline: { width: 90, height: 40 }
8-
blank: { width: 15, height: 40 }
9-
blank2: { width: 30, height: 40 }
10-
blank3: { width: 45, height: 40 }
11-
special: { width: 45, height: 40 }
12-
small: { width: 45, height: 40 }
3+
default: { width: 48, height: 42 }
4+
action: { width: 48, height: 42 }
5+
altline: { width: 48, height: 42 }
6+
wide: { width: 48, height: 42 }
7+
spaceline: { width: 96, height: 42 }
8+
def_13: { width: 16, height: 42 }
9+
def_23: { width: 32, height: 42 }
10+
special: { width: 48, height: 42 }
11+
small: { width: 48, height: 42 }
1312

1413
views:
1514
base:
16-
- "Tab blank q w e r t blank ( ) 7 8 9 - y u i o p Esc"
17-
- "Menu blank2 a s d f g \\ / 4 5 6 + blank h j k l blank2 Del "
18-
- "Shift_L preferences z x c v b blank2 * 1 2 3 ↑ b n m , period BackSpace"
19-
- "show_actions Ctrl Alt space M1 M2 blank2 $ = 0 ← ↓ → space ; \" Return"
15+
- "Tab blank q w e r t s_| @ 7 8 9 - y u i o p Esc"
16+
- "Menu s_/ a s d f g blank # 4 5 6 + blank h j k l s_b Del "
17+
- "Shift_L preferences z x c v b * 1 2 3 ↑ b n m , period BackSpace"
18+
- "show_actions Ctrl Alt space s_( s_) s_< $ = 0 ← ↓ → space colon \" Return"
2019
upper:
21-
- "Tab blank Q W E R T blank [ ] Home ↑ PgUp _ Y U I O P Esc"
22-
- "Menu blank2 A S D F G < >| → # blank H J K L blank2 Del"
23-
- "Shift_L preferences Z X C V B blank2 @ End ↓ PgDn ↑ B N M ! ? BackSpace"
24-
- "show_actions Ctrl Alt space M3 M4 blank2 http com M8 ← ↓ → space colon ' Return"
20+
- "Tab blank Q W E R T blank2 blank3 Home ↑ PgUp _ Y U I O P Esc"
21+
- "Menu s_{ A S D F G blank &blank3 → # blank H J K L s_} Del"
22+
- "Shift_L preferences Z X C V B blank3 End ↓ PgDn ↑ B N M ! ? BackSpace"
23+
- "show_actions Ctrl Alt space s_[ s_] s_> blank3 http com ← ↓ → space ; ' Return"
2524
actions:
26-
- "Tab F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 blank3 blank3 blank3 blank3 blank2 Esc"
27-
- "Menu ~ ! @ # $ % ^ & * < > blank3 blank3 blank3 blank3 blank3 blank2 Del"
28-
- "blank3 M1 M2 M3 M4 blank2 M5 M6 M7 M8 M9 M10 ↑ http com blank3 blank3 blank3 BackSpace"
29-
- "show_letters Ctrl Alt space blank2 Up Left Down Right blank3 ← ↓ → space blank3 blank3 Return"
30-
25+
- "Tab F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 M1 M2 M3 M4 Esc"
26+
- "Menu ! @ # $ % ^ & * ( ) ~ blank3 M5 M6 M7 M8 Del"
27+
- "blank3 1 2 3 4 5 6 7 8 9 0 ↑ blank3 M9 M10 M11 M12 BackSpace"
28+
- "show_letters Ctrl Alt space blank3 Up Left Down Right ← ↓ → space http com Return"
29+
3130
buttons:
3231
Shift_L:
3332
action:
@@ -76,18 +75,51 @@ buttons:
7675
outline: "spaceline"
7776
text: " "
7877
blank:
79-
outline: "blank"
78+
outline: "def_13"
8079
text: ""
8180
blank2:
82-
outline: "blank2"
81+
outline: "def_23"
8382
text: ""
8483
blank3:
85-
outline: "blank3"
84+
outline: "default"
8685
text: ""
8786
Return:
8887
outline: "wide"
8988
icon: "key-enter"
9089
keysym: "Return"
90+
s_|:
91+
outline: "def_23"
92+
text: "|"
93+
s_(:
94+
outline: "def_23"
95+
text: "("
96+
s_):
97+
outline: "def_23"
98+
text: ")"
99+
s_/:
100+
outline: "def_23"
101+
text: "/"
102+
s_b:
103+
outline: "def_23"
104+
text: "\\"
105+
s_{:
106+
outline: "def_23"
107+
text: "{"
108+
s_}:
109+
outline: "def_23"
110+
text: "}"
111+
s_[:
112+
outline: "def_23"
113+
text: "["
114+
s_]:
115+
outline: "def_23"
116+
text: "]"
117+
s_<:
118+
outline: "def_23"
119+
text: "<"
120+
s_>:
121+
outline: "def_23"
122+
text: ">"
91123
colon:
92124
text: ":"
93125
M1:
@@ -96,28 +128,28 @@ buttons:
96128
label: "Head"
97129
M2:
98130
outline: "small"
99-
text: "I got your text, thank you"
100-
label: "I got"
131+
text: "M2"
132+
label: "M2"
101133
M3:
102134
outline: "small"
103-
text: "name@hotmail.com"
104-
label: "Hotm"
135+
text: "OK, Thank You!"
136+
label: "OK,"
105137
M4:
106138
outline: "small"
107-
text: "name@gmail.com"
108-
label: "Gmai"
139+
text: "M4"
140+
label: "M4"
109141
M5:
110142
outline: "small"
111143
text: "M5"
112144
label: "M5"
113145
M6:
114146
outline: "small"
115-
text: "am"
116-
label: "am"
147+
text: "M6"
148+
label: "M6"
117149
M7:
118150
outline: "small"
119-
text: "pm"
120-
label: "pm"
151+
text: "M7"
152+
label: "M7"
121153
M8:
122154
outline: "small"
123155
text: "M8"
@@ -130,10 +162,18 @@ buttons:
130162
outline: "small"
131163
text: "M10"
132164
label: "M10"
165+
M11:
166+
outline: "small"
167+
text: "M11"
168+
label: "M11"
169+
M12:
170+
outline: "small"
171+
text: "M12"
172+
label: "M12"
133173
http:
134174
outline: "small"
135175
text: "https://"
136-
label: "http"
176+
label: "http"
137177
com:
138178
outline: "small"
139179
text: ".com"

0 commit comments

Comments
 (0)