forked from calin-darie/extra-keyboard-layouts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thumbsmodifiersv2.toml
180 lines (173 loc) · 9.97 KB
/
thumbsmodifiersv2.toml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# kalamine keyboard layout descriptor
name = "azerty-lafaye" # full layout name, displayed in the keyboard settings
name8 = "AzertyL" # short Windows filename: no spaces, no special chars
locale = "fr" # locale/language id
variant = "custom" # layout variant id
author = "xdej" # author name
description = "custom AZERTY with AltGr layout to avoid keys ²BY167=^$ù*< and have thumb on Scissor's modifiers"
url = "https://www.modesdemploi.fr/keysonic/ack-3400u/caracteristiques"
version = "0.0.1"
geometry = "ISO"
full = '''
┌─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┲━━━━━━━━━━┓
│ │ 1 ! │ 2 > │ 3 < │ 4 $ │ 5 % │ 6 ^ │ 7 & │ 8 * │ 9 ± │ 0 ° │ ° } │ + ┃ ┃
│ Alt │ & | │ é ~ │ " # │ ' { │ ( [ │ - | │ è ` │ _ \ │ ç ^ │ à @ │ ) ] │ = | ┃ ⌫ ┃
┢━━━━━┷━━┱──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┺━━┳━━━━━━━┫
┃ ┃ A │ Z 1 │ E │ R 6 │ T │ Y │ U │ I │ O │ P + │ │ ┃ ┃
┃ ↹ ┃ â │ & │ ê │ - │ ù │ è │ û │ î │ ô │ = │ ⎇ │ Ctrl┃ ┃
┣━━━━━━━━┻┱────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┴┬────┺┓ ⏎ ┃
┃ ┃ Q ␛ │ S ⌫ │ D € │ F 7 │ G │ H ← │ J ↓ │ K ↑ │ L → │ M ⏎ │ % │ µ ┃ ┃
┃ ⇬ ┃ ␛ │ ⌫ │ | │ è │ ù │ ← │ ↓ │ ↑ │ → │ ⏎ │ ù │ * ┃ ┃
┣━━━━━━┳━━┹──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┲━━┷━━━━━┻━━━━━━┫
┃ ┃ │ W │ X │ C │ V 6 │ B │ N │ ? │ . / │ / / │ § ┃ ┃
┃ ⇧ ┃ ⇧ │ │ │ │ - │ y │ b │ , │ ; : │ : : │ ! ┃ ⇧ ┃
┣━━━━━━┻┳━━━━┷━━┳━━┷━━━━┱┴─────┴─────┴─────┴─────┴─────┴─┲━━━┷━━━┳━┷━━━━━╋━━━━━━━┳━━━━━━━┫
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃
┃ Ctrl ┃ super ┃ Alt ┃ ␣ ┃ AltGr ┃ super ┃ menu ┃ Ctrl ┃
┗━━━━━━━┻━━━━━━━┻━━━━━━━┹────────────────────────────────┺━━━━━━━┻━━━━━━━┻━━━━━━━┻━━━━━━━┛
'''
# Layers
# --------------------------------------------------------------------------------
#
# ### base
#
# The `base` layer contains the base and shifted keys:
#
# +-----+
# shift -------> | ? |
# base --------> | / |
# +-----+
#
# When the base and shift keys correspond to the same character, you may only
# specify the uppercase char:
#
# +-----+
# shift -------> | A |
# (base = a) --> | |
# +-----+
#
# ### altgr
#
# The `altgr` layer contains the altgr and shift+altgr symbols:
#
# +-----+
# | | <----- (altgr+shift+key is undefined)
# | { | <----- altgr+key = {
# +-----+
#
# ### full
#
# The `full` view lets you specify the `base` and `altgr` levels together:
#
# +-----+
# shift -------> | A | <----- (altgr+shift+key is undefined)
# (base = a) --> | { | <----- altgr+key = {
# +-----+
# Dead Keys
# --------------------------------------------------------------------------------
#
# ### Usage
#
# Dead keys are preceded by a `*` sign. They can be used in the `base` layer:
#
# +-----+
# shift -------> |*" | = dead diaeresis
# base --------> |*' | = dead acute accent
# +-----+
#
# … as well as in the `altgr` layer:
#
# +-----+
# shift = " ---> | "*" | <----- altgr+shift+key = dead diaeresis
# base = ' ----> | '*' | <----- altgt+key = dead acute accent
# +-----+
#
# ### Standard Dead Keys
#
# The following dead keys are supported, and their behavior cannot be customized:
#
# id XKB name base/accented chars
#
# *` grave AAAaEeIiNnOoUuWwYyЕеИи
# -> ÀÀÀàÈèÌìǸǹÒòÙùẀẁỲỳЀѐЍѝ
# *‟ doublegrave AAAaEeIiOoRrUuѴѴ
# -> ȀȀȀȁȄȅȈȉȌȍȐȑȔȕѶѷ
# *´ acute AAAaCcEeGgIiKkLlMmNnOoPpRrSsUuWwYyZzΑαΕεΗηΙιΟοΥυΩωГгКк
# -> ÁÁÁáĆćÉéǴǵÍíḰḱĹĺḾḿŃńÓóṔṕŔশÚúẂẃÝýŹźΆάΈέΉήΊίΌόΎύΏώЃѓЌќ
# *” doubleacute OOOoUuУу
# -> ŐŐŐőŰűӲӳ
# *^ circumflex AAAaCcEeGgHhIiJjOoSsUuWwYyZz0123456789()+-=
# -> ÂÂÂâĈĉÊêĜĝĤĥÎîĴĵÔôŜŝÛûŴŵŶŷẐẑ⁰¹²³⁴⁵⁶⁷⁸⁹⁽⁾⁺⁻⁼
# *ˇ caron AAAaCcDdEeGgHhIiKkLlNnOoRrSsTtUuZzƷʒ0123456789()+-=
# -> ǍǍǍǎČčĎďĚěǦǧȞȟǏǐǨǩĽľŇňǑǒŘřŠšŤťǓǔŽžǮǯ₀₁₂₃₄₅₆₇₈₉₍₎₊₋₌
# *˘ breve AAAaEeGgIiOoUuΑαΙιΥυАаЕеЖжИиУу
# -> ĂĂĂăĔĕĞğĬĭŎŏŬŭᾸᾰῘῐῨῠӐӑӖӗӁӂЙйЎў
# *⁻ invertedbreve AAAaEeIiOoUuRr
# -> ȂȂȂȃȆȇȊȋȎȏȖȗȒȓ
# *~ tilde AAAaEeIiNnOoUuVvYy<>=
# -> ÃÃÃãẼẽĨĩÑñÕõŨũṼṽỸỹ≲≳≃
# *¯ macron AAAaÆæEeGgIiOoUuYy
# -> ĀĀĀāǢǣĒēḠḡĪīŌōŪūȲȳ
# *¨ diaeresis AAAaEeHhIiOotUuWwXxYyΙιΥυАаЕеӘәЖжЗзИиІіОоӨөУуЧчЫыЭэ
# -> ÄÄÄäËëḦḧÏïÖöẗÜüẄẅẌẍŸÿΪϊΫϋӒӓЁёӚӛӜӝӞӟӤӥЇїӦӧӪӫӰӱӴӵӸӹӬӭ
# *˚ abovering AAAaUuwy
# -> ÅÅÅåŮůẘẙ
# *¸ cedilla CCCcDdEeGgHhKkLlNnRrSsTt
# -> ÇÇÇçḐḑȨȩĢģḨḩĶķĻļŅņŖŗŞşŢţ
# *, belowcomma SSSsTt
# -> ȘȘȘșȚț
# *˛ ogonek AAAaEeIiOoUu
# -> ĄĄĄąĘęĮįǪǫŲų
# */ stroke AAAaBbCcDdEeGgHhIiJjLlOoPpRrTtUuYyZz<≤≥>=
# -> ȺȺȺⱥɃƀȻȼĐđɆɇǤǥĦħƗɨɈɉŁłØøⱣᵽɌɍŦŧɄʉɎɏƵƶ≮≰≱≯≠
# *˙ abovedot AAAaBbCcDdEeFfGgHhIijLlMmNnOoPpRrSsTtWwXxYyZz
# -> ȦȦȦȧḂḃĊċḊḋĖėḞḟĠġḢḣİıȷĿŀṀṁṄṅȮȯṖṗṘṙṠṡṪṫẆẇẊẋẎẏŻż
# *. belowdot AAAaBbDdEeHhIiKkLlMmNnOoRrSsTtUuVvWwYyZz
# -> ẠẠẠạḄḅḌḍẸẹḤḥỊịḲḳḶḷṂṃṆṇỌọṚṛṢṣṬṭỤụṾṿẈẉỴỵẒẓ
# *µ greek AAAaBbDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuWwXxYyZz
# -> ΑΑΑαΒβΔδΕεΦφΓγΗηΙιΘθΚκΛλΜμΝνΟοΠπΧχΡρΣσΤτΥυΩωΞξΨψΖζ
# *¤ currency AAAaBbÇCçcDdEeFfGgHhIiKkLlMmNnOoPpRrSsTtþÞUuWwYy
# -> ₳₳₳؋₱฿₵₡₵¢₯₫₠€₣ƒ₲₲₴₴៛﷼₭₭₤£ℳ₥₦₦૱௹₧₰₨₢$₪₮৳৲৲圓元₩₩円¥
#
# ### Custom Dead Key
#
# There is one dead key (1dk), noted `**`, that can be customized by specifying
# how it modifies each character in the `base` layer:
#
# +-----+
# shift -------> | ? ¿ | <----- 1dk, shift+key
# base --------> | / ÷ | <----- 1dk, key
# +-----+
#
# When the base and shift keys correspond to the same accented character, you may
# only specify the lowercase accented char in the `base` layer:
#
# +-----+
# shift -------> | A | <----- (1dk, shift+key = À)
# (base = a) --> | à | <----- 1dk, key = à
# +-----+
#
# You may also chain dead keys by specifying a dead key in the `1dk` layer:
#
# +-----+
# shift -------> | G |
# (base = g) --> | *µ | <----- 1dk, key = dead Greek
# +-----+
#
# **Warning:** chained dead keys are not supported by MSKLC, and KbdEdit will be
# required to build a Windows driver for such a keyboard layout.
# Space Bar
# --------------------------------------------------------------------------------
#
# Kalamine descriptor files have an optional section to define specific behaviors
# of the space bar in non-base layers:
#
# [spacebar]
# shift = "\u202f" # NARROW NO-BREAK SPACE
# altgr = "\u0020" # SPACE
# altgr_shift = "\u00a0" # NO-BREAK SPACE
# 1dk = "\u2019" # RIGHT SINGLE QUOTATION MARK
# 1dk_shift = "\u2019" # RIGHT SINGLE QUOTATION MARK
#
# Kalamine doesn’t support non-space chars on the `base` layer for the space bar.
# Space characters outside of the space bar are not supported either.