This patch allows ALT-? to do #? in NetHack mode by not doing TranslateAccelerator in NetHack mode. This relies on the short circuit logic of || (much of NetHack code relies on it, it's just an explanatory note).
This patch allows ALT-? to do #? in NetHack mode by not doing TranslateAccelerator in NetHack mode. This relies on the short circuit logic of || (much of NetHack code relies on it, it's just an explanatory note).