diff options
Diffstat (limited to 'src/client/keyboard.cc')
| -rw-r--r-- | src/client/keyboard.cc | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/client/keyboard.cc b/src/client/keyboard.cc index a29b601..232e0bb 100644 --- a/src/client/keyboard.cc +++ b/src/client/keyboard.cc @@ -45,6 +45,9 @@ Keyboard::Keyboard()  	add_action("+camup", Action::None, "rotate camera up");  	add_action("+camdown", Action::None, "rotate camera down"); +	add_action("+zoomin", Action::None, "zoom camera in"); +	add_action("+zoomout", Action::None, "zoom camera out"); +  	add_action("+thrustup", Action::None, "increase thruster");  	add_action("+thrustdown", Action::None, "decrease thruster"); | 
