# This is your personal file for IceWM's hotkey definitions.
#
# 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+Del"		/usr/share/icewm/shutdown-dialog
key "Alt+Ctrl+t"		xterm
key "Alt+Ctrl+f"		spacefm
key "Alt+Ctrl+e"		leafpad
key "Alt+F2"			gmrun

key "Super+r"		gmrun
key "Super+e"		spacefm
key "Super+f"		spacefm --find-files
key "Super+t"		leafpad
key "Super+s"		roxterm
key "Super+a" roxterm --color-scheme Tango -T "Root Terminal" -e /bin/bash -c 'echo -n "Enter Root "; su -|| sleep 2'
#key "Super+a"		xterm -bg black -fg white -title "Root Terminal" -sb -e su
key "Super+b"		browser
# Uncomment next line to enable quick on/off for touchpad
#key "Super+p"		vtptoggle
key "Print"		scrot -e 'mtpaint $f'

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

# "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"		browser
key "XF86Mail"			browser mailto: 
key "XF86Search"		browser http://www.google.com/
key "XF86Eject"			eject
