Advertisement
Guest User

eventKey.cfg

a guest
Sep 1st, 2015
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. #Please config this file if you like.
  2.  
  3. {
  4. 'ubuntu'=>{
  5. swipe2 =>{
  6. # press => "LAL/F8",
  7. },
  8. swipe3 =>{
  9. right => "LCT/LAL/LEF", # ctrl + alt + left
  10. left => "LCT/LAL/RIG", # ctrl + alt + right
  11. down => "LCT/LSK/d", # ctrl + super + d
  12. up => "LSK/w", # super + w
  13. press => "LSK/s", # super + s
  14. },
  15. swipe4=>{
  16. # right => "RAL/LAL/RIG", # alt + right
  17. # left => "RAL/LAL/LEF", # alt + left
  18. # down => "LSK/w", # super + w
  19. # up => "LSK/s", # super + s
  20. # press => "LAL/F8", # alt + F8
  21. },
  22. swipe5=>{
  23. # right => "LAL/RIG", # alt + right
  24. # left => "LAL/LEF", # alt + left
  25. # down => "LCT/LAL/DOW", # ctrl + alt + down
  26. # up => "LCT/LAL/UP", # ctrl + alt + up
  27. # press => "LAL/F7", # alt + F7
  28. },
  29. edgeSwipe2=>{
  30. right => "LAL/TAB", # alt + tab
  31. left => "LSH/LCT/TAB", # shift + ctrl + tab
  32. },
  33. edgeSwipe3=>{
  34. # down => "LAL/F4", # alt + F4
  35. # up => "LCT/LAL/t", # ctrl + alt + t
  36. },
  37. edgeSwipe4=>{
  38. # down => "LAL/F4", # alt + F4
  39. # up => "LCT/LAL/t", # ctrl + alt + t
  40. }
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement