Recent Posts
None | 27 sec ago
None | 38 sec ago
C++ | 54 sec ago
PHP | 1 min ago
None | 1 min ago
Diff | 1 min ago
None | 1 min ago
Diff | 2 min ago
C# | 2 min ago
None | 2 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By root on the 30th of Jul 2009 07:50:50 PM Download | Raw | Embed | Report
  1. ###########################
  2. # xbindkeys configuration #
  3. ###########################
  4. #
  5. # Version: 0.1.3
  6. #
  7. # If you edit this, do not forget to uncomment any lines that you change.
  8. # The pound(#) symbol may be used anywhere for comments.
  9. #
  10. # A list of keys is in /usr/include/X11/keysym.h and in
  11. # /usr/include/X11/keysymdef.h
  12. # The XK_ is not needed.
  13. #
  14. # List of modifier (on my keyboard):
  15. #   Control, Shift, Mod1 (Alt), Mod2 (NumLock),
  16. #   Mod3 (CapsLock), Mod4, Mod5 (Scroll).
  17. #
  18. # Another way to specifie a key is to use 'xev' and set the
  19. # keycode with c:nnn or the modifier with m:nnn where nnn is
  20. # the keycode or the state returned by xev
  21. #
  22. # This file is created by xbindkey_config
  23. # The structure is :
  24. # # Remark
  25. # "command"
  26. # m:xxx + c:xxx
  27. # Shift+...
  28.  
  29.  
  30.  
  31.  
  32. #keystate_numlock = enable
  33. #keystate_scrolllock = enable
  34. #keystate_capslock = enable
  35.  
  36.  
  37.  
  38. "xbindkeys_show"
  39.    control+shift + q
  40.  
  41. # set directly keycode (here control + f with my keyboard)
  42. "xterm"
  43.    c:41 + m:0x4
  44.  
  45. # specify a mouse button
  46. "xterm"
  47.    control + b:2
  48.  
  49. #  Control + b:2 + Release
  50. "alltray"
  51.     alt + a
  52.     ##################################
  53.  
  54. #
  55. # End of xbindkeys configuration
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: