# This is an example for IceWM's hotkey definition file.
#
# Place your variants in /etc/icewm or in $HOME/.icewm
# since modifications to this file will be discarded when you
# (re)install icewm.
#
# A list of all valid keyboard symbols can be found in
# /usr/include/X11/keysym.h, keysymdefs.h, XF86keysym.h, ...
# You'll have to omit XK_ prefixs and to replace XF86XK_ prefixes by
# XF86. Valid modifiers are Alt, Ctrl, Shift, Meta, Super and Hyper.
#
key "Alt+Ctrl+t"		aterm
key "Alt+Ctrl+e"		leadpad
key "Alt+Ctrl+g"		gimp
key "Alt+Ctrl+f"		firefox
key "Alt+Ctrl+d"		dillo

key "Alt+Ctrl+KP_Divide"	aumix -v -5		# lower volume
key "Alt+Ctrl+KP_Multiply"	aumix -v +5		# raise volume

key "Super+1"		xrandr -s 0
key "Super+2"		xrandr -s 1
key "Super+3"		setfl -
key "Mode_switch+3"		setfl -
key "Super+4"		setfl +
key "Mode_switch+4"		setfl +
key "Super+5"		xrandr -o normal
key "Alt+Ctrl+c"	screencap
key "Shift+Ctrl+c"	screencap
key "XF86LaunchA"	mrxvt
key "XF86LaunchB"	xmms-wrapper
key "XF86LaunchC"	rox
#key "XF86LaunchD"	
key "XF86Launch0"	dillo
key "XF86Launch1"	sylpheedr
key "XF86Launch2"	xmms-wrapper
key "XF86Launch3"	rox
key "XF86Launch4"	stardict

key "XF86RotateWindows"	rotate.sh

# "Multimedia key" bindings for XFree86. Gather the keycodes of your
# advanced function keys by watching the output of the xev command whilest
# pressing those keys and map those symbols by using xmodmap.

key "XF86Standby"		killall -QUIT icewm
key "XF86AudioLowerVolume"	aumix -v -5
key "XF86AudioRaiseVolume"	aumix -v +5
key "XF86AudioMute"		aumix -v 0
key "XF86AudioPlay"		cdplay play 1
key "XF86AudioStop"		cdplay stop
key "XF86HomePage"		netscape -noraise -remote openHomepage
key "XF86Mail"			netscape -noraise -remote openURL(mailto:,new-window) 
key "XF86Search"		netscape -noraise -remote openURL(http://www.google.com/)
key "XF86Eject"			eject
