Add 2 missing F-Row keys
This commit is contained in:
parent
25b1d02157
commit
4cb7907547
1 changed files with 13 additions and 5 deletions
|
@ -910,13 +910,17 @@
|
|||
]
|
||||
},
|
||||
"KEYMAP_7BIT": {
|
||||
"key_count": 99,
|
||||
"key_count": 101,
|
||||
"layout": [
|
||||
{
|
||||
"label": "Esc",
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"label": "F1",
|
||||
"x": 2,
|
||||
|
@ -937,24 +941,28 @@
|
|||
"x": 5,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"x": 6,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"label": "F5",
|
||||
"x": 6.5,
|
||||
"x": 7,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"label": "F6",
|
||||
"x": 7.5,
|
||||
"x": 8,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"label": "F7",
|
||||
"x": 8.5,
|
||||
"x": 9,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"label": "F8",
|
||||
"x": 9.5,
|
||||
"x": 10,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue