summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameView.cpp')
-rw-r--r--src/game/GameView.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp
index 885b1e5..85d0e8d 100644
--- a/src/game/GameView.cpp
+++ b/src/game/GameView.cpp
@@ -1267,6 +1267,10 @@ void GameView::OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool
case '[':
c->AdjustBrushSize(-1, !alt, shiftBehaviour, ctrlBehaviour);
break;
+ case 'i':
+ if(ctrl)
+ c->Install();
+ break;
}
if(key >= '0' && key <= '9')