mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix missing morekeys in default layout causing null to be morekey
This commit is contained in:
parent
484a55f7f0
commit
7e0234cb22
File diff suppressed because it is too large
Load Diff
@ -1,32 +1,51 @@
|
||||
{
|
||||
"locale": "DEFAULT",
|
||||
"morekeys": {
|
||||
"q": [],
|
||||
"w": [],
|
||||
"e": [],
|
||||
"r": [],
|
||||
"t": [],
|
||||
"y": [],
|
||||
"u": [],
|
||||
"i": [],
|
||||
"o": [],
|
||||
"p": [],
|
||||
"a": [],
|
||||
"s": [],
|
||||
"b": [],
|
||||
"c": [],
|
||||
"d": [],
|
||||
"e": [],
|
||||
"f": [],
|
||||
"g": [],
|
||||
"h": [],
|
||||
"i": [],
|
||||
"j": [],
|
||||
"k": [],
|
||||
"l": [],
|
||||
"z": [],
|
||||
"x": [],
|
||||
"c": [],
|
||||
"v": [],
|
||||
"b": [],
|
||||
"n": [],
|
||||
"m": [],
|
||||
"n": [],
|
||||
"o": [],
|
||||
"p": [],
|
||||
"q": [],
|
||||
"r": [],
|
||||
"s": [],
|
||||
"t": [],
|
||||
"u": [],
|
||||
"v": [],
|
||||
"w": [],
|
||||
"x": [],
|
||||
"y": [],
|
||||
"z": [],
|
||||
|
||||
"misc_b": [],
|
||||
"misc_d": [],
|
||||
"misc_f": [],
|
||||
"misc_g": [],
|
||||
"misc_h": [],
|
||||
"misc_j": [],
|
||||
"misc_k": [],
|
||||
"misc_l": [],
|
||||
"misc_m": [],
|
||||
"misc_p": [],
|
||||
"misc_q": [],
|
||||
"misc_r": [],
|
||||
"misc_t": [],
|
||||
"misc_v": [],
|
||||
"misc_w": [],
|
||||
"misc_x": [],
|
||||
"misc_y": [],
|
||||
"misc_z": [],
|
||||
|
||||
"misc_a": [
|
||||
"à",
|
||||
|
Loading…
Reference in New Issue
Block a user