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:
Pasi Kallinen
2021-06-04 09:13:27 +03:00
parent 0fcc151706
commit 8849f66dae
4 changed files with 4 additions and 17 deletions

View File

@@ -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