Add ISO key to all keymaps.

This commit is contained in:
László Monda
2017-10-29 00:37:53 +02:00
parent cdc4a169de
commit d1c8ef94fc

View File

@@ -301,7 +301,11 @@
"type": "basic", "type": "basic",
"modifierMask": 2 "modifierMask": 2
}, },
null, {
"keyActionType": "keystroke",
"type": "basic",
"scancode": 100
},
{ {
"keyActionType": "keystroke", "keyActionType": "keystroke",
"type": "basic", "type": "basic",
@@ -1298,7 +1302,11 @@
"type": "basic", "type": "basic",
"modifierMask": 2 "modifierMask": 2
}, },
null, {
"keyActionType": "keystroke",
"type": "basic",
"scancode": 100
},
{ {
"keyActionType": "keystroke", "keyActionType": "keystroke",
"type": "basic", "type": "basic",
@@ -2303,7 +2311,11 @@
"type": "basic", "type": "basic",
"modifierMask": 2 "modifierMask": 2
}, },
null, {
"keyActionType": "keystroke",
"type": "basic",
"scancode": 100
},
{ {
"keyActionType": "keystroke", "keyActionType": "keystroke",
"type": "basic", "type": "basic",
@@ -3308,7 +3320,11 @@
"type": "basic", "type": "basic",
"modifierMask": 2 "modifierMask": 2
}, },
null, {
"keyActionType": "keystroke",
"type": "basic",
"scancode": 100
},
{ {
"keyActionType": "keystroke", "keyActionType": "keystroke",
"type": "basic", "type": "basic",
@@ -4305,7 +4321,11 @@
"type": "basic", "type": "basic",
"modifierMask": 2 "modifierMask": 2
}, },
null, {
"keyActionType": "keystroke",
"type": "basic",
"scancode": 100
},
{ {
"keyActionType": "keystroke", "keyActionType": "keystroke",
"type": "basic", "type": "basic",
@@ -4464,7 +4484,11 @@
"type": "basic", "type": "basic",
"scancode": 4 "scancode": 4
}, },
null, {
"keyActionType": "keystroke",
"type": "basic",
"scancode": 100
},
null, null,
{ {
"keyActionType": "keystroke", "keyActionType": "keystroke",
@@ -5333,7 +5357,11 @@
"type": "basic", "type": "basic",
"modifierMask": 2 "modifierMask": 2
}, },
null, {
"keyActionType": "keystroke",
"type": "basic",
"scancode": 100
},
{ {
"keyActionType": "keystroke", "keyActionType": "keystroke",
"type": "basic", "type": "basic",
@@ -6342,7 +6370,11 @@
"type": "basic", "type": "basic",
"modifierMask": 2 "modifierMask": 2
}, },
null, {
"keyActionType": "keystroke",
"type": "basic",
"scancode": 100
},
{ {
"keyActionType": "keystroke", "keyActionType": "keystroke",
"type": "basic", "type": "basic",
@@ -7074,9 +7106,9 @@
{ {
"macroActionType": "key", "macroActionType": "key",
"action": "tap", "action": "tap",
"type": "basic",
"scancode": 15, "scancode": 15,
"modifierMask": 1, "modifierMask": 1
"type": "basic"
}, },
{ {
"macroActionType": "text", "macroActionType": "text",
@@ -7085,8 +7117,8 @@
{ {
"macroActionType": "key", "macroActionType": "key",
"action": "tap", "action": "tap",
"scancode": 40, "type": "basic",
"type": "basic" "scancode": 40
} }
] ]
}, },
@@ -7102,4 +7134,4 @@
] ]
} }
] ]
} }