Default mac KeyBindings to 'macos'

wilder
Hannah von Reth 5 years ago committed by Kurt Hindenburg
parent fb7ff04d15
commit e7cc5cd34e
  1. 4
      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));

Loading…
Cancel
Save