]> granicus.if.org Git - nethack/commitdiff
Avoid some key handling problems on Mac.
authorwarwick <warwick>
Mon, 1 Jul 2002 05:05:04 +0000 (05:05 +0000)
committerwarwick <warwick>
Mon, 1 Jul 2002 05:05:04 +0000 (05:05 +0000)
(will also be fixed another way in Qt/Mac, but I like to
be thorough :-)

win/Qt/qt_win.cpp

index b9774366cb0606cefb5354c1805cfb841cd48d2d..248d79c87b6e0ca874a3a09b21e546ba00687635 100644 (file)
@@ -3523,7 +3523,7 @@ NetHackQtMainWindow::NetHackQtMainWindow(NetHackQtKeyBuffer& ks) :
        { apparel,      "Wield weapon\tw",      "w", 3},
        { apparel,      "Exchange weapons\tx",      "x", 3},
        { apparel,      "Two weapon combat\t#two",      "#tw", 3},
-       { apparel,      "Load quiver\tQ",       "Q", 3},
+       { apparel,      "Load quiver\tShift+Q",       "Q", 3},
        { apparel,      0, 0, 3},
        { apparel,      "Wear armour\tShift+W",       "W", 3},
        { apparel,      "Take off armour\tShift+T",   "T", 3},
@@ -3541,7 +3541,7 @@ NetHackQtMainWindow::NetHackQtMainWindow(NetHackQtKeyBuffer& ks) :
        { act1, "Drop\td?",             "d?", 2},
        { act1, "Eat\te?",              "e?", 2},
        { act1, "Engrave\tShift+E",           "E", 3},
-       { act1, "Fight\tF",             "F", 3},
+       { act1, "Fight\tShift+F",             "F", 3},
        { act1, "Fire from quiver\tf",  "f", 2},
        { act1, "Force\tAlt+F",           "\346", 3},
        { act1, "Get\t,",               ",", 2},