1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-11-01 15:42:12 +00:00

fix alt(meta), ctrl for emacs on macos

This commit is contained in:
spuch
2018-03-06 17:33:30 +08:00
parent b9d027291e
commit 654f8d0761
3 changed files with 7 additions and 3 deletions

View File

@@ -36,6 +36,10 @@ int main(int argc, char *argv[])
#endif
QApplication app(argc, argv);
// set application attributes
// Has no effects, see https://bugreports.qt.io/browse/QTBUG-51293
// app.setAttribute(Qt::AA_MacDontSwapCtrlAndMeta, true);
QQmlApplicationEngine engine;
FileIO fileIO;