diff --git a/src/profile/Profile.cpp b/src/profile/Profile.cpp index 27aaea1e..09eaf50e 100644 --- a/src/profile/Profile.cpp +++ b/src/profile/Profile.cpp @@ -188,7 +188,11 @@ void Profile::useFallback() setProperty(MouseWheelZoomEnabled, true); setProperty(AlternateScrolling, true); +#ifdef Q_OS_MACOS + setProperty(KeyBindings, QStringLiteral("macos")); +#else setProperty(KeyBindings, QStringLiteral("default")); +#endif setProperty(ColorScheme, QStringLiteral("Breeze")); setProperty(Font, QFontDatabase::systemFont(QFontDatabase::FixedFont));