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