File: sample.xml

package info (click to toggle)
hotkeys 0.5.5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,268 kB
  • ctags: 351
  • sloc: ansic: 2,655; sh: 374; makefile: 58; xml: 11
file content (54 lines) | stat: -rw-r--r-- 950 bytes parent folder | download
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
<?xml version="1.0"?>
<CONFIG model="Sample keyboard">

  <VolUp        keycode="173" adj="2"/>
  <VolDown      keycode="166" adj="2"/>
  <Mute         keycode="153"/>

<!--
Possible tags are (not all are implemented) :

    PrevTrack
    Play
    Eject
    Stop
    Pause
    NextTrack
    VolUp
    VolDown
    Mute
    WebBrowser
    Email
    Help
    WakeUp
    PowerDown
    Communities
    Search
    Idea
    Shopping
    Print
    Go
    Record
    Shell
    Transfer
    MyDocuments
    MyComputer
    Calculator
    iNews
    Sleep
    Suspend
    Rewind
    Rotate
-->


  <!-- User define functions -->

  <userdef keycode="152" command="xterm -rv">Xterms</userdef>
  <userdef keycode="149" command="mozilla -mail">Mozilla Mail</userdef>

  <userdef keycode="152" command="xmms -r">XMMS REW</userdef>
  <userdef keycode="149" command="xmms -p">XMMS PLAY</userdef>
  <userdef keycode="147" command="xmms -f">XMMS FWD</userdef>

</CONFIG>