Skip to content

Commit 46b97a9

Browse files
ert78gbmondalaci
authored andcommitted
feat(user-config): Add ISO key scancode (#441)
close: #437
1 parent 421f406 commit 46b97a9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/uhk-web/src/app/components/popover/tab/keypress/scancodes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@
314314
"id": "69",
315315
"text": "F12"
316316
},
317+
{
318+
"id": "100",
319+
"text": "| ISO"
320+
},
317321
{
318322
"id": "104",
319323
"text": "F13"

packages/uhk-web/src/app/services/mapper.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ export class MapperService {
185185
this.basicScanCodeTextMap.set(97, ['pgup', '9']);
186186
this.basicScanCodeTextMap.set(98, ['Insert', '0']);
187187
this.basicScanCodeTextMap.set(99, ['Del', '.']);
188+
this.basicScanCodeTextMap.set(100, ['ISO key', '|']);
188189
this.basicScanCodeTextMap.set(104, ['F13']);
189190
this.basicScanCodeTextMap.set(105, ['F14']);
190191
this.basicScanCodeTextMap.set(106, ['F15']);

0 commit comments

Comments
 (0)