Avoid some key handling problems on Mac.

(will also be fixed another way in Qt/Mac, but I like to
be thorough :-)
This commit is contained in:
warwick
2002-07-01 05:05:04 +00:00
parent 0ad86ebfd9
commit 6fc29fb400

View 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},