2014-06-19 09:49:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-08-15 23:57:23 +00:00
|
|
|
<stkgui>
|
2014-06-19 09:49:36 +02:00
|
|
|
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
|
2010-08-15 23:57:23 +00:00
|
|
|
|
2014-06-19 09:49:36 +02:00
|
|
|
<label id="title" width="100%" text_align="center" text="Press a key" proportion="1" />
|
2010-08-15 23:57:23 +00:00
|
|
|
|
2014-06-19 09:49:36 +02:00
|
|
|
<spacer height="25" width="10" />
|
2010-08-15 23:57:23 +00:00
|
|
|
|
2014-06-19 09:49:36 +02:00
|
|
|
<button id="assignEsc" I18N="When configuring input" text="Assign to ESC key" align="center"/>
|
|
|
|
<spacer height="10" width="10" />
|
2014-10-07 00:06:15 +02:00
|
|
|
<button id="assignNone" I18N="When configuring input" text="Assign nothing" align="center"/>
|
|
|
|
<spacer height="10" width="10" />
|
2014-06-19 09:49:36 +02:00
|
|
|
<button id="cancel" I18N="When configuring input" text="Press ESC to cancel" align="center"/>
|
2010-08-15 23:57:23 +00:00
|
|
|
|
2014-06-19 09:49:36 +02:00
|
|
|
</div>
|
2010-08-15 23:57:23 +00:00
|
|
|
</stkgui>
|