2014-10-29 14:58:03 +00:00
|
|
|
<!-- Aseprite -->
|
2016-12-23 15:38:32 +00:00
|
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
2014-10-29 14:58:03 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="keyboard_shortcuts" text="@keyboard_shortcuts.title">
|
2015-08-25 20:15:14 +00:00
|
|
|
<vbox>
|
|
|
|
<hbox expansive="true">
|
|
|
|
<vbox>
|
2015-11-30 18:08:18 +00:00
|
|
|
<search id="search" magnet="true" />
|
2015-08-25 20:15:14 +00:00
|
|
|
<view width="80" expansive="true">
|
|
|
|
<listbox id="section" expansive="true" />
|
|
|
|
</view>
|
|
|
|
<separator horizontal="true" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@keyboard_shortcuts.import" id="import_button" />
|
|
|
|
<button text="@keyboard_shortcuts.export" id="export_button" />
|
|
|
|
<button text="@keyboard_shortcuts.reset" id="reset_button" />
|
2015-08-25 20:15:14 +00:00
|
|
|
</vbox>
|
|
|
|
<vbox expansive="true">
|
2015-11-30 18:08:18 +00:00
|
|
|
<view id="search_view" expansive="true">
|
|
|
|
<listbox id="search_list" />
|
|
|
|
</view>
|
2015-08-25 20:15:14 +00:00
|
|
|
<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">
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@keyboard_shortcuts.ok" closewindow="true" id="ok" magnet="true" width="60" />
|
|
|
|
<button text="@keyboard_shortcuts.cancel" closewindow="true" />
|
2015-08-25 20:15:14 +00:00
|
|
|
</hbox>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2014-10-29 14:58:03 +00:00
|
|
|
</window>
|
|
|
|
</gui>
|