Update virtual-keys.ts

This commit is contained in:
Alexander-Ger-Reich
2025-09-14 12:58:59 +02:00
committed by GitHub
parent e9cccd58ea
commit 196b9555ab

View File

@@ -31,11 +31,11 @@ export const keyboardOptions = {
],
qwertz: [
'{escape} F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12',
'Backquote Digit1 Digit2 Digit3 Digit4 Digit5 Digit6 Digit7 Digit8 Digit9 Digit0 Minus Equal {backspace}',
'{tab} KeyQ KeyW KeyE KeyR KeyT KeyZ KeyU KeyI KeyO KeyP KeyUE BracketLeft BracketRight Backslash',
'{capslock} KeyA KeyS KeyD KeyF KeyG KeyH KeyJ KeyK KeyL KeyOE KeyAE Semicolon Quote {enter}',
'{shiftleft} KeyY KeyX KeyC KeyV KeyB KeyN KeyM Comma Period Slash {shiftright}',
'{controlleft} {winleft} {altleft} {space} {altright} {winright} {menu} {controlright}'
'DEBackquote DEDigit1 DEDigit2 DEDigit3 DEDigit4 DEDigit5 DEDigit6 DEDigit7 DEDigit8 DEDigit9 DEDigit0 DEDigit00 DEDigit000 {backspace}',
'{tab} DEKeyQ KeyW DEKeyE KeyR KeyT KeyZ KeyU KeyI KeyO KeyP DEKeyUE DEPlus',
'{capslock} KeyA KeyS KeyD KeyF KeyG KeyH KeyJ KeyK KeyL DEKeyOE DEKeyAE DEHashtag {enter}',
'{shiftleft} DEaufrechtstrich KeyY KeyX KeyC KeyV KeyB KeyN KeyM DEComma DEPunkt DEMinus {shiftright}',
'{DEcontrolleft} {winleft} {altleft} {space} {DEaltright} {winright} {menu} {DEcontrolright}'
],
azerty: [
'{escape} F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12',
@@ -63,9 +63,35 @@ export const keyboardOptions = {
Equal: '+<br/>=',
'{backspace}': 'Backspace',
KeyUE: ',
KeyOE: 'Ö',
KeyAE: 'Ä',
DEBackquote: '^<br/>°',
DEDigit1: '1 !',
DEDigit2: '2 "',
DEDigit3: '3 §',
DEDigit4: '4 $',
DEDigit5: '5 %',
DEDigit6: '6 &',
DEDigit7: '7{/',
DEDigit8: '8[(',
DEDigit9: '9])',
DEDigit0: '0}=',
DEDigit00: 'ß\\?',
DEDigit000: '´ `',
DEKeyQ: 'Q @',
DEKeyE: 'E €',
DEPlus: '+~*',
DEHashtag: '# \'',
DEaufrechtstrich: '<|>',
DEComma: ', ;',
DEPunkt: '. :',
DEMinus: '- _',
'{DEcontrolleft}': 'STRG',
'{DEaltright}': 'ALT GR',
'{DEcontrolright}': 'STRG',
DEKeyUE: 'Ü',
DEKeyOE: 'Ö',
DEKeyAE: 'Ä',
'{tab}': 'Tab',
KeyQ: 'Q',