mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
65baa8d943
Issue #777
41 lines
1.3 KiB
XML
41 lines
1.3 KiB
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2001-2015 by David Capello -->
|
|
<gui>
|
|
<window id="keyboard_shortcuts" text="Keyboard Shortcuts">
|
|
<vbox>
|
|
<hbox expansive="true">
|
|
<vbox>
|
|
<view width="80" expansive="true">
|
|
<listbox id="section" expansive="true" />
|
|
</view>
|
|
<separator horizontal="true" />
|
|
<button text="&Import" id="import_button" />
|
|
<button text="&Export" id="export_button" />
|
|
<button text="&Reset" id="reset_button" />
|
|
</vbox>
|
|
<vbox expansive="true">
|
|
<view id="menus_view" expansive="true">
|
|
<listbox id="menus" />
|
|
</view>
|
|
<view id="commands_view" expansive="true">
|
|
<listbox id="commands" />
|
|
</view>
|
|
<view id="tools_view" expansive="true">
|
|
<listbox id="tools" />
|
|
</view>
|
|
<view id="actions_view" expansive="true">
|
|
<listbox id="actions" />
|
|
</view>
|
|
</vbox>
|
|
</hbox>
|
|
<hbox>
|
|
<boxfiller />
|
|
<hbox homogeneous="true">
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
|
<button text="&Cancel" closewindow="true" />
|
|
</hbox>
|
|
</hbox>
|
|
</vbox>
|
|
</window>
|
|
</gui>
|