Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/keyboard.cc')
-rw-r--r--src/client/keyboard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/keyboard.cc b/src/client/keyboard.cc
index 70bca9e..86fb2d4 100644
--- a/src/client/keyboard.cc
+++ b/src/client/keyboard.cc
@@ -224,7 +224,7 @@ Keyboard::Keyboard()
add_key("euro", SDLK_EURO);
// mouse button aliases
- add_key("mouse1", 512 + SDL_BUTTON_LEFT, 0, "+control");
+ add_key("mouse1", 512 + SDL_BUTTON_LEFT, 0, "+freelook");
add_key("mouse2", 512 + SDL_BUTTON_RIGHT, 0, "+fire");
add_key("mouse3", 512 + SDL_BUTTON_MIDDLE);