From d846dd6e9156aeab00aa530b30240294964c0d0f Mon Sep 17 00:00:00 2001 From: "George L. Albany" Date: Fri, 22 Jul 2022 19:19:48 -0400 Subject: Make `BaseButton` Shortcut feedback togglable --- doc/classes/BaseButton.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml index 47e1f85c97..638934bc9e 100644 --- a/doc/classes/BaseButton.xml +++ b/doc/classes/BaseButton.xml @@ -68,6 +68,9 @@ [Shortcut] associated to the button. + + If [code]true[/code], the button will appear pressed when its shortcut is activated. If [code]false[/code] and [member toggle_mode] is [code]false[/code], the shortcut will activate the button without appearing to press the button. + If [code]true[/code], the button will add information about its shortcut in the tooltip. -- cgit v1.2.3