Add tab,newline and space
This commit is contained in:
parent
cd28bee157
commit
586e3d2010
12
dvorak.json
12
dvorak.json
@ -374,5 +374,17 @@
|
||||
"~": {
|
||||
"modifier": "00000010",
|
||||
"decimal": 53
|
||||
},
|
||||
"\t": {
|
||||
"modifier": "00000000",
|
||||
"decimal": 43
|
||||
},
|
||||
"\n": {
|
||||
"modifier": "00000000",
|
||||
"decimal": 40
|
||||
},
|
||||
" ": {
|
||||
"modifier": "00000000",
|
||||
"decimal": 44
|
||||
}
|
||||
}
|
||||
|
12
qwerty.json
12
qwerty.json
@ -374,5 +374,17 @@
|
||||
"~": {
|
||||
"modifier": "00000010",
|
||||
"decimal": 53
|
||||
},
|
||||
"\t": {
|
||||
"modifier": "00000000",
|
||||
"decimal": 43
|
||||
},
|
||||
"\n": {
|
||||
"modifier": "00000000",
|
||||
"decimal": 40
|
||||
},
|
||||
" ": {
|
||||
"modifier": "00000000",
|
||||
"decimal": 44
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user