1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Keystrokes widget

This commit is contained in:
Shy
2024-10-20 11:41:54 +02:00
parent 3f4f0a2afd
commit b7b66814a8
4 changed files with 199 additions and 2 deletions
@@ -72,5 +72,13 @@
"widgets.widgets.memory.withLabel": "Arbeitsspeicher: %s",
"widgets.widgets.memory.showPercentage": "Prozentsatz anzeigen",
"widgets.widgets.memory.showLabel": "Beschriftung anzeigen",
"widgets.widgets.serverIP.dynamicWidth": "Widget-Breite dynamisch festlegen"
"widgets.widgets.serverIP.dynamicWidth": "Widget-Breite dynamisch festlegen",
"widgets.widgets.keystrokes.showJumpKey": "Sprungtaste anzeigen",
"widgets.widgets.common.sizePercent": "Widgetgröße (%)",
"widgets.widgets.keystrokes.colorBackgroundPressed": "Hintergrundfarbe (Taste gedrückt)",
"widgets.widgets.keystrokes.colorBackgroundUnpressed": "Hintergrundfarbe (Taste nicht gedrückt)",
"widgets.widgets.keystrokes.colorKeyPressed": "Farbe der Taste (gedrückt)",
"widgets.widgets.keystrokes.colorKeyUnpressed": "Farbe der Taste (nicht gedrückt)",
"widgets.widgets.keystrokes": "Keystrokes",
"widgets.widgets.keystrokes.description": "Zeigt an, welche Tasten du momentan drückst."
}
@@ -72,5 +72,13 @@
"widgets.widgets.memory.withLabel": "Memory: %s",
"widgets.widgets.memory.showPercentage": "Show percentage",
"widgets.widgets.memory.showLabel": "Show label",
"widgets.widgets.serverIP.dynamicWidth": "Dynamically set widget width"
"widgets.widgets.serverIP.dynamicWidth": "Dynamically set widget width",
"widgets.widgets.keystrokes.showJumpKey": "Show Jump Key",
"widgets.widgets.common.sizePercent": "Widget size (%)",
"widgets.widgets.keystrokes.colorBackgroundPressed": "Background color (key pressed)",
"widgets.widgets.keystrokes.colorBackgroundUnpressed": "Background color (key not pressed)",
"widgets.widgets.keystrokes.colorKeyPressed": "Key color (pressed)",
"widgets.widgets.keystrokes.colorKeyUnpressed": "Key color (not pressed)",
"widgets.widgets.keystrokes": "Keystrokes",
"widgets.widgets.keystrokes.description": "Shows which keys you are currently pressing."
}