Refresh GUI documentation and profile synchronization

This commit is contained in:
2026-07-24 10:35:47 +02:00
parent 08db94bb6b
commit 7d381218f3
15 changed files with 226 additions and 35 deletions
+5 -2
View File
@@ -5,9 +5,12 @@
// HID Tastatur → Capture-Button (Klicken + Taste drücken) + Modifier-Checkboxen
// HID Consumer → Dropdown mit benannten Medien-/Lautstärke-Aktionen
// Host Command → Zahlen-Eingabe (Command-ID)
// Makro → acht HID-Key-Steps
// Profilwechsel → Zielprofil oder zyklisch nächstes Profil
// Keine Aktion → nichts
//
// Optional (nur MX-Buttons): LED-Basisfarbe + LED-Animation + Geschwindigkeit
// Optional (nur MX-Buttons): LED-Basisfarbe + vier auswählbare Animationen +
// Geschwindigkeit. Das Binärmodell akzeptiert zusätzlich drei Animationen.
namespace VersaGUI;
@@ -405,7 +408,7 @@ public class ActionDialog : Form
var macroHint = new Label
{
Text = "Klicke einen Step, dann Taste drücken. Leere Steps werden übersprungen.",
Text = "Klicke einen Step, dann Taste drücken. Der erste leere Step beendet das Makro.",
Location = new Point(0, 0),
Size = new Size(396, 28),
ForeColor = SystemColors.GrayText,