geek rescue kit Code
Brought to you by:
ctaf
###########################
# xbindkeys configuration #
###########################
#
# Version: 0.1.3
#
# If you edit this, do not forget to uncomment any lines that you change.
# The pound(#) symbol may be used anywhere for comments.
#
# A list of keys is in /usr/include/X11/keysym.h and in
# /usr/include/X11/keysymdef.h
# The XK_ is not needed.
#
# List of modifier (on my keyboard):
# Control, Shift, Mod1 (Alt), Mod2 (NumLock),
# Mod3 (CapsLock), Mod4, Mod5 (Scroll).
#
# Another way to specifie a key is to use 'xev' and set the
# keycode with c:nnn or the modifier with m:nnn where nnn is
# the keycode or the state returned by xev
#
# This file is created by xbindkey_config
# The structure is :
# # Remark
# "command"
# m:xxx + c:xxx
# Shift+...
#keystate_numlock = enable
#keystate_scrolllock = enable
#keystate_capslock = enable
"sudo killall xmms"
control + F10
## play
##volume down
"amixer set Master 3-"
control+ F11
"amixer set Master 3+"
control+ F12
## Examples of commands
"xkill"
control+alt+ k
##startfast
"fbrun"
control+shift + q
#3ddesks
"3ddesk"
m:0xc + c:40
Control+Alt + d
#Res
"xrandr -s 3"
m:0x5 + c:60
Control+Shift + colon
#Res2
"xrandr -s 0"
m:0x5 + c:61
Control+Shift + exclam
#EsdonOff
"~/.ctafconf/bin/ct-esdonoff"
m:0x40 + c:26
Mod4 + e
#xwit
"xwit -resize 0 0 -names Terminal"
m:0x1 + c:49
Shift + twosuperior
#xwit2
"xwit -resize 1024 300 -names Terminal"
m:0x5 + c:49
Control+Shift + twosuperior
#
# End of xbindkeys configuration