mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
39 lines
1.2 KiB
XML
39 lines
1.2 KiB
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2001-2015 by David Capello -->
|
|
<gui>
|
|
<window id="select_accelerator" text="Keyboard Shortcut">
|
|
<vbox expansive="true">
|
|
<grid columns="3">
|
|
<label text="Key:" />
|
|
<hbox id="key_placeholder" cell_align="horizontal" />
|
|
<button text="Clear" id="clear_button" width="60" />
|
|
|
|
<label text="Modifiers:" />
|
|
<hbox cell_hspan="2" cell_align="horizontal">
|
|
<check text="Ctrl" id="ctrl" />
|
|
<check text="Cmd" id="cmd" />
|
|
<check text="Alt" id="alt" />
|
|
<check text="Shift" id="shift" />
|
|
<check text="Space" id="space" />
|
|
<check text="Win" id="win" />
|
|
</hbox>
|
|
|
|
<label text="Assigned to:" />
|
|
<label text="" id="assigned_to" cell_hspan="2" />
|
|
</grid>
|
|
|
|
<boxfiller />
|
|
<separator horizontal="true" />
|
|
|
|
<box horizontal="true">
|
|
<boxfiller />
|
|
<box horizontal="true" homogeneous="true">
|
|
<button text="OK" id="ok_button" magnet="true" width="60" />
|
|
<button text="Cancel" id="cancel_button" />
|
|
</box>
|
|
</box>
|
|
|
|
</vbox>
|
|
</window>
|
|
</gui>
|