# To specify a key, you can use 'xbindkeys --key' or
# 'xbindkeys --multikey' and put one of the two lines in this file.
#
# The format of a command line is:
#    "command to start"
#       associated key
#
#
# 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:
#   Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
#   Mod3 (CapsLock), Mod4, Mod5 (Scroll).
#

# The release modifier is not a standard X modifier, but you can
# use it if you want to catch release events instead of press events

# By defaults, xbindkeys does not pay attention with the modifiers
# NumLock, CapsLock and ScrollLock.
# Uncomment the lines above if you want to pay attention to them.

keystate_numlock = enable
#keystate_capslock = enable
#keystate_scrolllock= enable

# Thinkpad Special Keys
# To apply shift, alt, or control change m:0x0 to:
# shift: m:0x1
# control: m:0x4
# alt: m:0x8
# shift+control: m:0x5
# shift+alt: 0x9
# control+alt: 0xc
# m:0x0 + c:236
# m:0x0 + c:178
# m:0x0 + c:229
# m:0x0 + c:230
# m:0x0 + c:231
# m:0x0 + c:232

# Other key codes (that require the leading m:0x0):
#  c:144 = CD Rewind
#  c:153 = CD Fast-Forward
#  c:162 = CD Play
#  c:164 = CD Stop
#  c:129 = Start Music CD
#  c:176 = Volume +
#  c:160 = Volume Mute
#  c:174 = Volume -
#  c:234 = Browseer Back
#  c:233 = Browser Forward
#  c:232 = Browser Stop
#  c:231 = Browser Refresh
#  c:122 = Browser Search
#  c:230 = Browser Facorites
#  c:130 = Browser Home
#  c:236 = E-mail
#  c:227 = Alarm/Timer/Clock
#  c:198 = Computer Home
#  c:161 = Calculator 
#  c:223 = Sleep

# Keys for IR Remotes (TV-Cards) WARNING: (X) means undefined for whatever reason
# 0->9 = number keys works as normal
# c:222 = Power
# (X)   = Timeshift
# (X)   = Loop
# (X)   = +100
# c:160 = Mute
# c:176 = Channel + (But is treated as volume + by default for tvtime)
# c:174 = Channel - (But is treated as volume - by default for tvtime)
# c:177 = Source
# (X)   = Volume -
# (X)   = Volume +
# (X)   = Snapshot
# c:162 = Scan
# c:82  = Rewind
# c:193 = Record
# c:86  = Fast Forward
# c:231 = Stop
# c:232 = Play
# (X)   = Pause
# (X)   = TV
# c:237 = FM

# Take a screenshot when the printscreen button is pushed
"xfce4-screenshooter"
  m:0x0 + c:111
