## Enable debugging.
# verbose

## Query plugin states whenever the popup menu is activated, rather
## than only on startup. This is slower but more accurate.
reload_plugins

## Don't hide the window. Useful if you want your window manager to
## swallow jogdiald.
# persistent

## Swap up/down movements.
# reverse


## "up" and "down" must be bound to keysyms or "Mouse_X".

## Mouse_X is best for wheelmouse-aware applications, but it may not
## work if your X server is not configured for 5 buttons.
bind up      Mouse_4
bind down    Mouse_5

## Alternatively, you can use this to send PageUp/PageDown with the wheel.
# bind up      Prior
# bind down    Next


## Other keys bindings are interpreted as shell commands.

bind capture xawtv -c /dev/video0 -g 320x240 &
## Not compatible with the sonypi driver.
# bind capture capture -s

# bind fnesc
# bind fnf1
# bind fnf2
bind fnf3	./mute.sh
bind fnf4	aumix -v 50
bind fnf5	spicctrl -b 255
# bind fnf6
# bind fnf7
# bind fnf8
# bind fnf9
# bind fnf10
# bind fnf11
# bind fnf12
bind fn1	xterm &
# bind fn2
# bind fnd
# bind fne
# bind fnf
# bind fns
# bind fnb


## Relative paths are interpreted from the location of "jogdialrc".

plugin ./brightness
# plugin ./irda
plugin ./pcmcia
# plugin ./shutdown Reboot -r
# plugin ./shutdown Shutdown -h

plugin ./volume
plugin ./mute
plugin ./record
plugin ./play
plugin ./xmms

## linux-2.4.5 has a ymfpci driver, which makes these ALSA plugins obsolete.
## (The Yamaha sound chip on some vaios used to be supported only by ALSA).
# plugin ./volume_alsa
# plugin ./mute_alsa
# plugin ./record_alsa
# plugin ./play_alsa
