We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421f406 commit 46b97a9Copy full SHA for 46b97a9
packages/uhk-web/src/app/components/popover/tab/keypress/scancodes.json
@@ -314,6 +314,10 @@
314
"id": "69",
315
"text": "F12"
316
},
317
+ {
318
+ "id": "100",
319
+ "text": "| ISO"
320
+ },
321
{
322
"id": "104",
323
"text": "F13"
packages/uhk-web/src/app/services/mapper.service.ts
@@ -185,6 +185,7 @@ export class MapperService {
185
this.basicScanCodeTextMap.set(97, ['pgup', '9']);
186
this.basicScanCodeTextMap.set(98, ['Insert', '0']);
187
this.basicScanCodeTextMap.set(99, ['Del', '.']);
188
+ this.basicScanCodeTextMap.set(100, ['ISO key', '|']);
189
this.basicScanCodeTextMap.set(104, ['F13']);
190
this.basicScanCodeTextMap.set(105, ['F14']);
191
this.basicScanCodeTextMap.set(106, ['F15']);
0 commit comments