aseprite/data/widgets/keyboard_shortcuts.xml

68 lines
2.7 KiB
XML

<!-- Aseprite -->
<!-- Copyright (C) 2018 Igara Studio S.A. -->
<!-- Copyright (C) 2001-2016 David Capello -->
<gui>
<window id="keyboard_shortcuts" text="@keyboard_shortcuts.title">
<vbox>
<splitter horizontal="true" expansive="true" noborders="true" childspacing="2"
by="pixel" position="80" id="section_splitter">
<vbox expansive="true">
<search id="search" magnet="true" />
<view expansive="true">
<listbox id="section" expansive="true">
<listitem text="@.section_menus" />
<listitem text="@.section_commands" />
<listitem text="@.section_tools" />
<listitem text="@.section_action_modifiers" />
<listitem text="@.section_mouse_wheel" />
</listbox>
</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 id="lists_placeholder" 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 id="wheel_section" expansive="true">
<hbox>
<buttonset columns="2" id="wheel_behavior">
<item text="@.default_wheel_behavior" />
<item text="@.custom_wheel_behavior" />
</buttonset>
</hbox>
<check text="@options.wheel_zoom" id="wheel_zoom"
pref="editor.zoom_with_wheel" />
<check text="@options.slide_zoom" id="slide_zoom"
pref="editor.zoom_with_slide" />
<view expansive="true">
<listbox id="wheel_actions" />
</view>
</vbox>
</vbox>
</splitter>
<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>