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="select_accelerator" text="@.title">
|
2014-10-29 14:58:03 +00:00
|
|
|
<vbox expansive="true">
|
2015-05-28 20:00:37 +00:00
|
|
|
<grid columns="3">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.key" />
|
2015-05-28 20:00:37 +00:00
|
|
|
<hbox id="key_placeholder" cell_align="horizontal" />
|
2023-11-22 13:40:51 +00:00
|
|
|
<button text="@.clear" id="clear_button" minwidth="60" />
|
2014-10-29 14:58:03 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.modifiers" />
|
2015-05-28 20:00:37 +00:00
|
|
|
<hbox cell_hspan="2" cell_align="horizontal">
|
2016-12-23 15:38:32 +00:00
|
|
|
<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" />
|
2014-10-29 14:58:03 +00:00
|
|
|
</hbox>
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.assigned_to" />
|
2014-10-30 03:33:40 +00:00
|
|
|
<label text="" id="assigned_to" cell_hspan="2" />
|
2014-10-29 14:58:03 +00:00
|
|
|
</grid>
|
|
|
|
|
2015-05-28 20:00:37 +00:00
|
|
|
<boxfiller />
|
2014-10-29 14:58:03 +00:00
|
|
|
<separator horizontal="true" />
|
|
|
|
|
|
|
|
<box horizontal="true">
|
|
|
|
<boxfiller />
|
|
|
|
<box horizontal="true" homogeneous="true">
|
2023-11-22 13:40:51 +00:00
|
|
|
<button text="@.ok" id="ok_button" magnet="true" minwidth="60" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@.cancel" id="cancel_button" />
|
2014-10-29 14:58:03 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
|
|
|
|
</vbox>
|
|
|
|
</window>
|
|
|
|
</gui>
|