From: warwick Date: Wed, 2 Apr 2003 07:04:16 +0000 (+0000) Subject: Another key fix for MacOSX. X-Git-Tag: MOVE2GIT~2043 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccb0973a2300ec69453a3ddc328832f3ab094697;p=nethack Another key fix for MacOSX. --- diff --git a/win/Qt/qt_win.cpp b/win/Qt/qt_win.cpp index 0e735ae02..6f85bbb85 100644 --- a/win/Qt/qt_win.cpp +++ b/win/Qt/qt_win.cpp @@ -3588,7 +3588,7 @@ NetHackQtMainWindow::NetHackQtMainWindow(NetHackQtKeyBuffer& ks) : { game, "Options\tShift+O", "O", 3}, { game, "Explore mode\tShift+X", "X", 3}, { game, 0, 0, 3}, - { game, "Save\tShift+S", "Sy", 3}, + { game, "Save\tSy", "Sy", 3}, { game, "Quit\tAlt+Q", "\361", 3}, { apparel, "Apparel off\tShift+A", "A", 2},