Dwarf Fortress Bug Tracker - Dwarf Fortress
View Issue Details
0008495Dwarf FortressTypos/Grammarpublic2014-11-01 00:182014-12-31 10:56
Maukka 
Toady One 
nonetextN/A
resolvedfixed 
0.40.14 
0.40.24 
0008495: Space in keybinding's "Press space to abort." should be esc(main menu/leave screen bind)
When adding a keybind in the ESC->Keybindings menu it says space is cancel but actually both the "Main menu" and "Leave screen" bind do it.
binary patch
Issue History
2014-11-01 00:18MaukkaNew Issue
2014-11-01 05:57lethosorAssigned To => lethosor
2014-11-01 05:57lethosorStatusnew => confirmed
2014-11-01 07:19lethosorNote Added: 0030822
2014-12-30 06:24lethosorTag Attached: binary patch
2014-12-31 10:56Toady OneStatusconfirmed => resolved
2014-12-31 10:56Toady OneFixed in Version => Next Version
2014-12-31 10:56Toady OneResolutionopen => fixed
2014-12-31 10:56Toady OneAssigned Tolethosor => Toady One

Notes
(0030822)
lethosor   
2014-11-01 07:19   
It appears that changing line 299 of KeybindingScreen.cpp to this should work:
gps.addst("Select binding, or press " + enabler.GetKeyDisplay(INTERFACEKEY_LEAVESCREEN) + " 
to abort");