Don't bind quit to any key by default
Quit is not a commmand you usually need very often, and generally don't want to use by accident. Apparently, on Spanish keyboard layout, n-with-tilde is interpreted by the Windows NetHack as M-q, and the key is next to l. Loot also asks for confirmation, just like quit. Prevent stuff like this by not binding the quit command to any key.
This commit is contained in:
@@ -539,6 +539,7 @@ when moving the cursor to examine the map, have '^' move to next trap even if
|
||||
that trap is displayed with some other symbol (web, vibrating square)
|
||||
change valkyrie and warrior (valk quest) monsters from chaotic to lawful
|
||||
change attendant (healer quest) monster from lawful to neutral
|
||||
quit is not longer bound to M-q
|
||||
|
||||
|
||||
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
|
||||
|
||||
Reference in New Issue
Block a user