From 7a626de26eaf9f0efea39f73a20516216d595d2f Mon Sep 17 00:00:00 2001 From: Callum Sykes <28632338+clicketyclackety@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:04:25 -0700 Subject: [PATCH] Added more info to Command.Shortcut --- src/Eto/Forms/Command.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Eto/Forms/Command.cs b/src/Eto/Forms/Command.cs index 85610b297..2a59f0527 100644 --- a/src/Eto/Forms/Command.cs +++ b/src/Eto/Forms/Command.cs @@ -252,6 +252,7 @@ public virtual bool Enabled /// /// Gets or sets the shortcut to trigger this command. + /// This property requires the to be hosted on a or the command will not be raised when the shortcut is used. /// /// The command shortcut. public Keys Shortcut { get; set; }