forked from aseprite/aseprite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselect_accelerator.xml
More file actions
38 lines (33 loc) · 1.17 KB
/
select_accelerator.xml
File metadata and controls
38 lines (33 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!-- 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>