feat: dynamic keymap prototype

This commit is contained in:
2023-12-03 00:01:51 +01:00
parent d9dd003b01
commit f7d99d8d7b
5 changed files with 25 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ const de = {
filter: {
ALL: "Alle",
},
LIVE_LAYOUT_INFO: "Diese Aktion wurde auf Basis des Systemtastaturlayouts ermittelt.",
SHIFT_WARNING: "Diese Aktion hält <kbd class='icon'>shift</kbd>",
ALT_CODE_WARNING: "Dieser Alt-Code Hack funktioniert nur unter Windows",
},

View File

@@ -29,6 +29,7 @@ const en = {
filter: {
ALL: "All",
},
LIVE_LAYOUT_INFO: "This output was determined using on your system layout.",
SHIFT_WARNING: "This action holds <kbd class='icon'>shift</kbd>",
ALT_CODE_WARNING: "This alt-code hack only works on Windows",
},