Skip to content

Commit

Permalink
Merge pull request #1810 from Stevoisiak/FreelookDefaultHotkeyFix
Browse files Browse the repository at this point in the history
Changed default freelook hotkey to match description
  • Loading branch information
degasus committed Jan 6, 2015
2 parents f080e02 + 2f47faf commit f63361a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/Core/ConfigManager.cpp
Expand Up @@ -70,8 +70,8 @@ static const struct
{ "IncreaseFrameLimit", 0, 0 /* wxMOD_NONE */ },
{ "DecreaseFrameLimit", 0, 0 /* wxMOD_NONE */ },

{ "FreelookIncreaseSpeed",49 /* '1' */, 4 /* wxMOD_SHIFT */ },
{ "FreelookDecreaseSpeed",50 /* '2' */, 4 /* wxMOD_SHIFT */ },
{ "FreelookDecreaseSpeed",49 /* '1' */, 4 /* wxMOD_SHIFT */ },
{ "FreelookIncreaseSpeed",50 /* '2' */, 4 /* wxMOD_SHIFT */ },
{ "FreelookResetSpeed", 70 /* 'F' */, 4 /* wxMOD_SHIFT */ },
{ "FreelookUp", 69 /* 'E' */, 4 /* wxMOD_SHIFT */ },
{ "FreelookDown", 81 /* 'Q' */, 4 /* wxMOD_SHIFT */ },
Expand Down

0 comments on commit f63361a

Please sign in to comment.