Skip to content

Commit

Permalink
RMG-Core: change default value of SettingsID::Keybinding_ViewLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jan 14, 2024
1 parent fdd46b0 commit 9c5b6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RMG-Core/Settings/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ static l_Setting get_setting(SettingsID settingId)
setting = {SETTING_SECTION_KEYBIND, "Fullscreen", std::string("Alt+Return")};
break;
case SettingsID::Keybinding_ViewLog:
setting = {SETTING_SECTION_KEYBIND, "ViewLog", std::string("Ctrl+L")};
setting = {SETTING_SECTION_KEYBIND, "ViewLog", std::string("Ctrl+Alt+L")};
break;
case SettingsID::KeyBinding_GraphicsSettings:
setting = {SETTING_SECTION_KEYBIND, "GraphicsSettings", std::string("Ctrl+G")};
Expand Down

0 comments on commit 9c5b6f1

Please sign in to comment.