Add Alt+L and Alt+F shortcuts in palette popup

This commit is contained in:
David Capello 2016-11-14 15:52:51 -03:00
parent 57f51e65e2
commit a5e860c556

View File

@ -1,13 +1,13 @@
<!-- ASEPRITE -->
<!-- Copyright (C) 2014 by David Capello -->
<!-- Copyright (C) 2014-2016 by David Capello -->
<gui>
<vbox id="palette_popup">
<label text="Available Palettes:" />
<view id="view" expansive="true" />
<hbox>
<button id="load_pal" text="Load" width="80" />
<button id="load_pal" text="&amp;Load" width="80" />
<hbox expansive="true" />
<button id="open_folder" text="Open Folder" width="60" />
<button id="open_folder" text="Open &amp;Folder" width="60" />
</hbox>
</vbox>
</gui>