File: i8kbuttons.conf

package info (click to toggle)
i8kutils 1.27
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 236 kB
  • ctags: 167
  • sloc: ansic: 1,212; sh: 778; makefile: 157
file content (26 lines) | stat: -rw-r--r-- 775 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
# Sample /etc/i8kbuttons configuration file (used by /etc/init.d/i8kbuttons).

# Change these sample commands with your mixer commands!!!
I8KBUTTONS_UP_CMD="echo up"
I8KBUTTONS_DOWN_CMD="echo down"
I8KBUTTONS_MUTE_CMD="echo mute"

# Poll interval (milliseconds)
I8KBUTTONS_TIMEOUT=100

# Autorepeat interval (milliseconds)
I8KBUTTONS_REPEAT=0

# Set kernel keycodes (for kernel 2.6.x). Set to "true" to enable.
I8KBUTTONS_SETKEYCODES=false

# Kernel scancodes and keycodes
I8K_SCAN_PLAY="e001"; I8K_KEY_PLAY="171"
I8K_SCAN_STOP="e002"; I8K_KEY_STOP="172"
I8K_SCAN_PREV="e003"; I8K_KEY_PREV="187"
I8K_SCAN_NEXT="e004"; I8K_KEY_NEXT="189"
I8K_SCAN_MUTE="e020"; I8K_KEY_MUTE="113"
I8K_SCAN_VOLD="e02e"; I8K_KEY_VOLD="114"
I8K_SCAN_VOLU="e030"; I8K_KEY_VOLU="115"

# end of file