editor: use CTRL-key instead of ALT-key to move world/view; ticket #551

This commit is contained in:
Dominik Geyer 2008-11-02 20:52:07 +00:00
parent a15c6946cd
commit 12127c0acd

View file

@ -1153,7 +1153,7 @@ static void do_map_editor(RECT view, RECT toolbar)
start_mx = mx;
start_my = my;
if(inp_key_pressed(KEY_LALT))
if(inp_key_pressed(KEY_LCTRL) || inp_key_pressed(KEY_RCTRL))
{
if(inp_key_pressed(KEY_LSHIFT))
operation = OP_PAN_EDITOR;