|
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 |
|