Add keyboard shortcuts to the death dialog and the quit confirm dialogs

This commit is contained in:
2015-10-04 18:47:17 -04:00
parent 96229d1f40
commit f8deb48edb
5 changed files with 8 additions and 8 deletions

View File

@@ -3,6 +3,6 @@
<dialog defbtn='cancel'>
<pict type='dlog' num='23' top='9' left='9'/>
<text top='5' left='51' width='255' height='32'>Warning: If you quit now, your game will be lost.</text>
<button name='quit' type='regular' top='46' left='178'>Quit</button>
<button name='quit' type='regular' def-key='ctrl q' top='46' left='178'>Quit</button>
<button name='cancel' type='regular' def-key='esc' top='46' left='248'>Cancel</button>
</dialog>