summaryrefslogtreecommitdiff
path: root/doc/examples/lircrc
blob: 7e8af105f3c6b49e2c1e22e1b4b125af617a02a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Example of .lircrc file for controlling Q2PRO.
#
# Commands prefixed with @ simulate Quake 2 keypresses,
# and are useful for menu navigation. Commands without @ prefix
# are just executed directly as if typed manually at the console.
#
# Config example below is already useful for some simple MVD
# playback or GTV watching, just replace mceusb with your remote
# contol name and fix the button names.

begin
    prog = q2pro
    remote = mceusb
    button = Up
    config = @UPARROW
end

begin
    prog = q2pro
    remote = mceusb
    button = Down
    config = @DOWNARROW
end

begin
    prog = q2pro
    remote = mceusb
    button = Left
    config = @LEFTARROW
end

begin
    prog = q2pro
    remote = mceusb
    button = Right
    config = @RIGHTARROW
end

begin
    prog = q2pro
    remote = mceusb
    button = Back
    config = @ESCAPE
end

begin
    prog = q2pro
    remote = mceusb
    button = Home
    config = cmd score
end

begin
    prog = q2pro
    remote = mceusb
    button = Guide
    config = cmd menu
end

begin
    prog = q2pro
    remote = mceusb
    button = Star
    config = pushmenu game
end

begin
    prog = q2pro
    remote = mceusb
    button = Stop
    config = killserver
end

begin
    prog = q2pro
    remote = mceusb
    button = Record
    config = screenshot
end

begin
    prog = q2pro
    remote = mceusb
    button = Pause
    config = pause
end

begin
    prog = q2pro
    remote = mceusb
    button = Power
    config = quit
end