From 7592eebdf6f08a07dceaffd49dfc51c6e6cab3d4 Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 17 Sep 2020 19:02:23 -0700 Subject: [PATCH] another Qt "issue" --- win/Qt/Qt-issues.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/win/Qt/Qt-issues.txt b/win/Qt/Qt-issues.txt index 612180399..19b446704 100644 --- a/win/Qt/Qt-issues.txt +++ b/win/Qt/Qt-issues.txt @@ -57,4 +57,9 @@ intended to be displayed, is displayed (as blank terrain). 3.6 status conditions (Stone, Slime, Strngl, Deaf, Lev, Fly, Ride) have been implemented but need icon artwork (one 40x40 tile for each). +Qt menus which can execute nethack commands do so by stuffing command +keystrokes into the input buffer. If player's run-time config file +has BIND directives after windowtype:Qt (or anywhere if Qt is chosen +by default), menus aren't updated to use the new key assignments. + -----