Name
root
Ściągnij
Tekst
Syntax
Plain Text
Tabwidth
4
Data
Fri, 11 Apr 2008 08:03:45 -0700

  1. # For the benefit of emacs users: -*- shell-script -*-
  2. ###########################
  3. # xbindkeys configuration #
  4. ###########################
  5. #
  6. # Version: 1.8.2
  7. #
  8. # If you edit this file, do not forget to uncomment any lines
  9. # that you change.
  10. # The pound(#) symbol may be used anywhere for comments.
  11. #
  12. # To specify a key, you can use 'xbindkeys --key' or
  13. # 'xbindkeys --multikey' and put one of the two lines in this file.
  14. #
  15. # The format of a command line is:
  16. #    "command to start"
  17. #      associated key
  18. #
  19. #
  20. # A list of keys is in /usr/include/X11/keysym.h and in
  21. # /usr/include/X11/keysymdef.h
  22. # The XK_ is not needed.
  23. #
  24. # List of modifier:
  25. #  Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
  26. #  Mod3 (CapsLock), Mod4, Mod5 (Scroll).
  27. #
  28.  
  29. # The release modifier is not a standard X modifier, but you can
  30. # use it if you want to catch release events instead of press events
  31.  
  32. # By defaults, xbindkeys does not pay attention with the modifiers
  33. # NumLock, CapsLock and ScrollLock.
  34. # Uncomment the lines above if you want to pay attention to them.
  35.  
  36. "/bin/mute.sh"
  37. m:0x10 + c:160
  38.  
  39. "amixer -c0 sset PCM 3dB-"
  40. m:0x10 + c:174
  41.  
  42. "amixer -c0 sset PCM 3dB+"
  43. m:0x10 + c:176
  44.  
  45. "/bin/screen.sh darker"
  46. m:0x10 + c:101
  47.  
  48. "/bin/screen.sh lighter"
  49. m:0x10 + c:212
  50. ##################################
  51. # End of xbindkeys configuration #
  52. ##################################
  53.