From 9de912caf578c2c8ac0354a6fd6c962d66d3807d Mon Sep 17 00:00:00 2001 From: Tomasz Chabora Date: Sat, 11 May 2019 18:32:53 +0200 Subject: Improvements to incremental search --- doc/classes/PopupMenu.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 4924175b6e..e8e68475af 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -524,6 +524,9 @@ Sets the delay time for the submenu item to popup on mouse hovering. If the popup menu is added as a child of another (acting as a submenu), it will inherit the delay time of the parent menu item. Default value: [code]0.3[/code] seconds. + + If [code]true[/code], allows to navigate [PopupMenu] with letter keys. Default value: [code]false[/code]. + -- cgit v1.2.3