Advertisement
Dj_Dexter

.xbindkeysrc

Jun 12th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Examples of commands:
  2.  
  3. "xbindkeys_show"
  4. control+shift + q
  5.  
  6. # set directly keycode (here control + f with my keyboard)
  7. #"xterm -geom 50x20+20+20"
  8. # Shift+Mod2+alt + s
  9. #
  10. ## set directly keycode (here control+alt+mod2 + f with my keyboard)
  11. #"xterm"
  12. # alt + c:0x29 + m:4 + mod2
  13. #
  14. ## Control+Shift+a release event starts rxvt
  15. #"rxvt"
  16. # release+control+shift + a
  17. #
  18. ## Control + mouse button 2 release event starts rxvt
  19. #"rxvt"
  20. # Control + b:2 + Release
  21.  
  22. ##################################
  23. # End of xbindkeys configuration #
  24. ##################################
  25. "gmrun"
  26. Alt + F2
  27. "xlock"
  28. Alt + F10
  29. "eject /dev/cd0a"
  30. Alt + F3
  31. #transset-df in openbsd, problem?
  32. "transset-df --min 0.1 -p --dec 0.2"
  33. control+shift + d
  34. "transset-df -p --inc 0.1"
  35. control+shift + f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement