Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. `::suspend
  2. ctrl & 4::send {esc}
  3. ctrl & Mbutton::send {mbutton down}
  4. ctrl & Mbutton up::send {Mbutton up}
  5. 1::RButton
  6. 3::LButton
  7. ctrl & a::send a
  8. ctrl & b::send b
  9. ctrl & c::send c
  10. ctrl & d::send d
  11. ctrl & e::send e
  12. ctrl & f::send f
  13. ctrl & g::send g
  14. ctrl & h::send h
  15. ctrl & i::send i
  16. ctrl & j::send j
  17. ctrl & k::send k
  18. ctrl & l::send l
  19. ctrl & m::send m
  20. ctrl & n::send n
  21. ctrl & o::send o
  22. ctrl & p::send p
  23. ctrl & q::send q
  24. ctrl & r::send r
  25. ctrl & s::send s
  26. ctrl & t::send t
  27. ctrl & u::send u
  28. ctrl & v::send v
  29. ctrl & w::send w
  30. ctrl & x::send x
  31. ctrl & y::send y
  32. ctrl & z::send z
  33.  
  34. ctrl & 5::send 5
  35. ctrl & 6::send 6
  36. ctrl & 7::send 7
  37. ctrl & 8::send 8
  38. ctrl & 9::send 9
  39. ctrl & 0::send 0
  40.  
  41. ctrl & ,::send {,}
  42. ctrl & .::send .
  43.  
  44. ctrl & /::send /
  45.  
  46. ctrl & space::send {space}
  47.  
  48. ctrl & escape::send {escape}
  49.  
  50. ctrl & backspace::send {backspace}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement