mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-11 00:22:56 -05:00
Update mappings.ts
This commit is contained in:
committed by
GitHub
parent
3de21f295b
commit
0e30b62894
@@ -152,12 +152,7 @@ export const KeyboardCodes: Map<string, number> = new Map([
|
||||
['ControlRight', 228],
|
||||
['ShiftRight', 229],
|
||||
['AltRight', 230],
|
||||
['MetaRight', 231],
|
||||
|
||||
// DE-spezifische Tokens (wichtig für qwertz-Layout)
|
||||
['{DEcontrolleft}', 'ControlLeft'], // wird in display als 'STRG' gezeigt
|
||||
['{DEcontrolright}', 'ControlRight'],
|
||||
['{DEaltright}', 'AltRight'] // AltGr
|
||||
['MetaRight', 231]
|
||||
]);
|
||||
|
||||
export const ModifierCodes: Map<string, number> = new Map([
|
||||
|
||||
Reference in New Issue
Block a user