change keycode for KEY_LPG{FWD,BCK} in emu mode

KEY_LPGFWD now binds to F7 and KEY_LPGBCK to F6.

you will get a interesting result when testing
alt combo with previous keycode.
pull/2/merge
Qingping Hou 12 years ago
parent eaafcafb9e
commit 219aa74e74

@ -129,8 +129,8 @@ end
function setEmuKeycodes()
KEY_PGFWD = 117
KEY_PGBCK = 112
KEY_LPGBCK = 69 -- F3
KEY_LPGFWD = 70 -- F4
KEY_LPGBCK = 72 -- F6
KEY_LPGFWD = 73 -- F7
KEY_HOME = 110 -- home
KEY_BACK = 22 -- backspace
KEY_DEL = 119 -- Delete

Loading…
Cancel
Save