Advertisement
nickjedl

Space_between_every_letter.ahk

Mar 3rd, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. *a::
  2. Send, {a}{Space}
  3. return
  4.  
  5. *b::
  6. Send, {b}{Space}
  7. return
  8.  
  9. *c::
  10. Send, {c}{Space}
  11. return
  12.  
  13. *d::
  14. Send, {d}{Space}
  15. return
  16.  
  17. *e::
  18. Send, {e}{Space}
  19. return
  20.  
  21. *f::
  22. Send, {f}{Space}
  23. return
  24.  
  25. *g::
  26. Send, {g}{Space}
  27. return
  28.  
  29. *h::
  30. Send, {h}{Space}
  31. return
  32.  
  33. *i::
  34. Send, {i}{Space}
  35. return
  36.  
  37. *j::
  38. Send, {j}{Space}
  39. return
  40.  
  41. *k::
  42. Send, {k}{Space}
  43. return
  44.  
  45. *l::
  46. Send, {l}{Space}
  47. return
  48.  
  49. *m::
  50. Send, {m}{Space}
  51. return
  52.  
  53. *n::
  54. Send, {n}{Space}
  55. return
  56.  
  57. *o::
  58. Send, {o}{Space}
  59. return
  60.  
  61. *p::
  62. Send, {p}{Space}
  63. return
  64.  
  65. *q::
  66. Send, {q}{Space}
  67. return
  68.  
  69. *r::
  70. Send, {r}{Space}
  71. return
  72.  
  73. *s::
  74. Send, {s}{Space}
  75. return
  76.  
  77. *t::
  78. Send, {t}{Space}
  79. return
  80.  
  81. *u::
  82. Send, {u}{Space}
  83. return
  84.  
  85. *v::
  86. Send, {v}{Space}
  87. return
  88.  
  89. *w::
  90. Send, {w}{Space}
  91. return
  92.  
  93. *x::
  94. Send, {x}{Space}
  95. return
  96.  
  97. *y::
  98. Send, {y}{Space}
  99. return
  100.  
  101. *z::
  102. Send, {z}{Space}
  103. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement