I have a button which lists various files (recent downloads). It was originally a menu, but i converted into a menu button because I want the drop down to stay open until I click somewhere else. When I have it as a simple menu, dragging the mouse of the dropdown list closes it, which is annoying.
Now that it is a menu button, the shortcut ctrl+J (or shift+J), no longer opens the menu (spawns the drop down list). Is it possible to get the benefits of both - a persistent dialog and the ability to open it with a shortcut?
Cheers,
John
<?xml version="1.0"?>
<button always_enable="yes" backcol="none" display="label" hotkey="shift+J" icon_size="large" label_pos="right" textcol="none" timed="yes" type="menu_button">
<label>Downloads</label>
<icon1>#newbuttonmenu</icon1>
<button backcol="none" display="label" icon_size="large" label_pos="right" textcol="#ffffff" type="menu_button">
<label>Downloads</label>
<icon1>#Fluent_UI_DUALTONE:downloads</icon1>
<function type="normal">
<instruction>Go PATH="E:\OneDrive\Recent Download Shortcuts" FOLDERCONTENT="RESOLVESHORTCUTS,sortdate,sortreverse,nodirs,maxfiles=25,hideext,useshell,maxwidth=75,maxdepth=5"</instruction>
</function>
</button>
</button>
