From kde-games-devel Mon Jul 28 17:59:21 2008 From: Albert Astals Cid Date: Mon, 28 Jul 2008 17:59:21 +0000 To: kde-games-devel Subject: [Kde-games-devel] KGoldrunner problems with pause shortcut Message-Id: <200807281959.22150.aacid () kde ! org> X-MARC-Message: https://marc.info/?l=kde-games-devel&m=121726800213299 Hi, same as kbreakout and kblackbox, kgoldrunner suffers from shortcuts not being translated because toString(QKeySequence::PortableText) is being used instead of toString(QKeySequence::NativeText) I've not fixed it because there are two other problems that have a bit bigger impact and i did not have time to see if they broke something else. The first problem is that initStatusBar(); is called before setupGUI() so the part of pauseKeys of initStatusBar is still using the non-user-set shortcuts. The other is that KGoldrunner::optionsConfigureKeys is not being called when shortcuts are configured as i see it was the intention. Albert _______________________________________________ kde-games-devel mailing list kde-games-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-games-devel