added altmode for smaller pans and zooms

This commit is contained in:
Dobrica Pavlinusic
2011-11-26 15:52:20 +01:00
parent 95952f7b11
commit 04087c072f
2 changed files with 28 additions and 15 deletions

View File

@@ -118,7 +118,8 @@ function set_emu_keycodes()
KEY_A = 38
KEY_S = 39
KEY_D = 40
KEY_SHIFT = 50
KEY_SHIFT = 50 -- left shift
KEY_ALT = 64 -- left alt
KEY_VPLUS = 95 -- F11
KEY_VMINUS = 96 -- F12
end