Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33335
Collapse All | Expand All

(-)fnfx-0.2.orig/etc/fnfxd.conf (-4 / +7 lines)
Lines 11-25 Link Here
11
[actions]
11
[actions]
12
12
13
action(key="Fn-Escape";command="mute")
13
action(key="Fn-Escape";command="mute")
14
action(key="Remote (Mute)";command="mute")
15
16
action(key="Fn-F3";command="suspend to ram")
17
action(key="Fn-F4";command="suspend to disk")
18
action(key="Fn-F5";command="toggle video")
14
action(key="Fn-F6";command="brightness down")
19
action(key="Fn-F6";command="brightness down")
15
action(key="Fn-F7";command="brightness up")
20
action(key="Fn-F7";command="brightness up")
16
action(key="Fn-3";command="toggle fan")
21
17
action(key="Fn-1";command="volume down")
22
action(key="Fn-1";command="volume down")
18
action(key="Fn-2";command="volume up")
23
action(key="Fn-2";command="volume up")
19
action(key="Fn-5";command="toggle video")
24
action(key="Fn-3";command="toggle fan")
20
25
21
#action(key="Fn-F3";command="suspend to ram")
22
#action(key="Fn-F4";command="suspend to disk")
23
26
24
[mixer]
27
[mixer]
25
28
(-)fnfx-0.2.orig/etc/fnfxrc_example (-2 / +20 lines)
Lines 17-27 Link Here
17
17
18
[actions]
18
[actions]
19
19
20
action(key="Hotbutton (I-Button)";command="xmms")
21
action(key="Fn-Escape";command="mute")
20
action(key="Fn-Escape";command="mute")
22
action(key="Fn-F1";command="xscreensaver-command -lock")
21
action(key="Remote (Mute)";command="mute")
22
23
action(key="Fn-F3";command="suspend to ram")
24
action(key="Fn-F4";command="suspend to disk")
25
action(key="Fn-F5";command="toggle video")
23
action(key="Fn-F6";command="brightness down")
26
action(key="Fn-F6";command="brightness down")
24
action(key="Fn-F7";command="brightness up")
27
action(key="Fn-F7";command="brightness up")
28
25
action(key="Fn-1";command="volume down")
29
action(key="Fn-1";command="volume down")
26
action(key="Fn-2";command="volume up")
30
action(key="Fn-2";command="volume up")
31
action(key="Fn-3";command="toggle fan")
32
33
action(key="Hotbutton (Play/Pause)";command="xmms --play-pause")
34
action(key="Hotbutton (Stop)";command="xmms --stop");
35
action(key="Hotbutton (Skip Track Back";command="xmms --rew")
36
action(key="Hotbutton (Skip Track Forward";command="xmms --fwd")
37
38
action(key="Remote (Play/Pause)";command="xmms --play-pause")
39
action(key="Remote (Stop)";command="xmms --stop");
40
action(key="Remote (Skip Track Back";command="xmms --rew")
41
action(key="Remote (Skip Track Forward";command="xmms --fwd")
42
#action(key="Remote (Menu)";command="xmmsfind_remote")
43
44
action(key="Fn-F1";command="xscreensaver-command -lock")
27
45
(-)fnfx-0.2.orig/etc/keymap (+12 lines)
Lines 75-78 Link Here
75
key(value=0xb85;description="Hotbutton (TV-Button)")
75
key(value=0xb85;description="Hotbutton (TV-Button)")
76
key(value=0xb86;description="Hotbutton (E-Button)")
76
key(value=0xb86;description="Hotbutton (E-Button)")
77
key(value=0xb87;description="Hotbutton (I-Button)")
77
key(value=0xb87;description="Hotbutton (I-Button)")
78
key(value=0xd55;description="Remote (TV-Button)")
79
key(value=0xd42;description="Remote (Maximize)")
80
key(value=0xd43;description="Remote (Switch)")
81
key(value=0xd54;description="Remote (Mute)")
82
key(value=0xd4c;description="Remote (Menu)")
83
key(value=0xd4d;description="Remote (Mode)")
84
key(value=0xd4e;description="Remote (Play/Pause)")
85
key(value=0xd4f;description="Remote (Stop)")
86
key(value=0xd50;description="Remote (Skip Track Back)")
87
key(value=0xd51;description="Remote (Rewind)")
88
key(value=0xd52;description="Remote (Fast Forward)")
89
key(value=0xd53;description="Remote (Skip Track Forward)")
78
90

Return to bug 33335