aseprite/data/widgets/keyboard_shortcuts.xml
2016-12-23 12:38:32 -03:00

45 lines
1.5 KiB
XML

<!-- Aseprite -->
<!-- Copyright (C) 2001-2016 by David Capello -->
<gui>
<window id="keyboard_shortcuts" text="@keyboard_shortcuts.title">
<vbox>
<hbox expansive="true">
<vbox>
<search id="search" magnet="true" />
<view width="80" expansive="true">
<listbox id="section" expansive="true" />
</view>
<separator horizontal="true" />
<button text="@keyboard_shortcuts.import" id="import_button" />
<button text="@keyboard_shortcuts.export" id="export_button" />
<button text="@keyboard_shortcuts.reset" id="reset_button" />
</vbox>
<vbox expansive="true">
<view id="search_view" expansive="true">
<listbox id="search_list" />
</view>
<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="@keyboard_shortcuts.ok" closewindow="true" id="ok" magnet="true" width="60" />
<button text="@keyboard_shortcuts.cancel" closewindow="true" />
</hbox>
</hbox>
</vbox>
</window>
</gui>