Make joysticks actually work
[lsnes.git] / lsnes.rc
blob40a602d796d34fb5c30466dc302c0ebbdf635275
1 bind-key /rctrl q quit-emulator
2 bind-key rctrl/rctrl q quit-emulator /y
3 bind-key pause pause-emulator
4 alias-command +speed set-setting targetfps infinite
5 alias-command -speed unset-setting targetfps
6 bind-key scrollock +speed
7 bind-key pageup scroll-up
8 bind-key pagedown scroll-down
9 bind-key home scroll-fullup
10 bind-key end scroll-fulldown
11 bind-key key121 toggle-console
13 bind-key left +controller1left
14 bind-key up +controller1up
15 bind-key right +controller1right
16 bind-key down +controller1down
17 bind-key rctrl +controller1A
18 bind-key ralt +controller1B
19 bind-key rshift +controller1X
20 bind-key l +controller1Y
21 bind-key o +controller1L
22 bind-key p +controller1R
23 bind-key return +controller1start
24 bind-key 0 +controller1select
26 bind-key a +controller2left
27 bind-key w +controller2up
28 bind-key d +controller2right
29 bind-key s +controller2down
30 bind-key lctrl +controller2A
31 bind-key lalt +controller2B
32 bind-key lshift +controller2X
33 bind-key z +controller2Y
34 bind-key 1 +controller2L
35 bind-key 3 +controller2R
36 bind-key tab +controller2start
37 bind-key x +controller2select
39 bind-key backspace +advance-frame
41 bind-key /shift f1 save-state movieslot1.lsmv
42 bind-key /shift f2 save-state movieslot2.lsmv
43 bind-key /shift f3 save-state movieslot3.lsmv
44 bind-key /shift f4 save-state movieslot4.lsmv
45 bind-key /shift f5 save-state movieslot5.lsmv
46 bind-key /shift f6 save-state movieslot6.lsmv
47 bind-key /shift f7 save-state movieslot7.lsmv
48 bind-key /shift f8 save-state movieslot8.lsmv
49 bind-key /shift f9 save-state movieslot9.lsmv
50 bind-key /shift f10 save-state movieslota.lsmv
51 bind-key /shift f11 save-state movieslotb.lsmv
52 bind-key /shift f12 save-state movieslotc.lsmv
54 bind-key shift/shift f1 load-state movieslot1.lsmv
55 bind-key shift/shift f2 load-state movieslot2.lsmv
56 bind-key shift/shift f3 load-state movieslot3.lsmv
57 bind-key shift/shift f4 load-state movieslot4.lsmv
58 bind-key shift/shift f5 load-state movieslot5.lsmv
59 bind-key shift/shift f6 load-state movieslot6.lsmv
60 bind-key shift/shift f7 load-state movieslot7.lsmv
61 bind-key shift/shift f8 load-state movieslot8.lsmv
62 bind-key shift/shift f9 load-state movieslot9.lsmv
63 bind-key shift/shift f10 load-state movieslota.lsmv
64 bind-key shift/shift f11 load-state movieslotb.lsmv
65 bind-key shift/shift f12 load-state movieslotc.lsmv