contrib: gpg-error: Provide a lock obj for NACL
[vlc.git] / doc / lirc / example.lircrc
blob71f7beda479f6696b775bd41ea3b144551c54710
1 # This is an example .lircrc file that shows the different config strings that
2 # vlc understand. Button names are from an animax remote, and these may change
3 # with different remotes.
5 # The current full list of config strings vlc understands is always in vlc's
6 # src/libvlc.h file. Look for lines like:
7 # add_key( "key-fullscreen", KEY_FULLSCREEN, FULLSCREEN_KEY_TEXT,
8 #          FULLSCREEN_KEY_LONGTEXT, VLC_FALSE );
9 # You will need the first argument of these lines. in this case: key-fullscreen
11 begin
12   prog = vlc
13   button = PLAY_UP
14   config = key-play
15 end
17 begin
18   prog = vlc
19   button = PAUSE_UP
20   config = key-pause
21 end
23 # Use this target if you have a combined play/pause button
24 begin
25   prog = vlc
26   button = PLAY_UP
27   config = key-play-pause
28 end
30 begin
31   prog = vlc
32   button = STOP_UP
33   config = key-stop
34 end
36 begin
37   prog = vlc
38   button = POWER_UP
39   config = key-quit
40 end
42 begin
43   prog = vlc
44   button = SKIP_FORWARD_UP
45   config = key-next
46 end
48 begin
49   prog = vlc
50   button = SKIP_BACKWARD
51   config = key-prev
52 end
54 begin
55   prog = vlc
56   button = RED_BUTTON_UP
57   config = key-fullscreen
58 end
60 begin
61   prog = vlc
62   button = REWIND_UP
63   config = key-slower
64 end
66 begin
67   prog = vlc
68   button = FORWARD_UP
69   config = key-faster
70 end
72 #Audio controls
73 begin
74   prog = vlc
75   button = VOLUME_DOWN_DOWN
76   config = key-vol-down
77 end
79 begin
80   prog = vlc
81   button = VOLUME_UP_DOWN
82   config = key-vol-up
83 end
85 begin
86   prog = vlc
87   button = SOMEBUTTON
88   config = key-audio-track
89 end
91 begin
92   prog = vlc
93   button = MUTE_UP
94   config = key-vol-mute
95 end
97 #For dvd navigation
98 begin
99   prog = vlc
100   button = 4_UP
101   config = key-nav-left 
104 begin
105   prog = vlc
106   button = 5_UP
107   config = key-nav-down
110 begin
111   prog = vlc
112   button = 2_UP
113   config = key-nav-up
116 begin
117   prog = vlc
118   button = 6_UP
119   config = key-nav-right
122 begin
123   prog = vlc
124   button = MENU_UP
125   config = key-nav-activate
128 begin
129   prog = vlc
130   button = 9_UP
131   config = key-subtitle-track