Refresh GUI documentation and profile synchronization
This commit is contained in:
+5
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user