Advertisement
Guest User

AutoHotkey scrpit for typing fancy characters by LittleDicky

a guest
Nov 29th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. #if GetKeyState("Capslock", "T") = 1
  2. a:: Send {U+0104}
  3. return ;Ą
  4. b:: Send {U+0181}
  5. return ;Ɓ
  6. c:: Send {U+0187}
  7. return ;Ƈ
  8. d:: Send {U+018A}
  9. return ;Ɗ
  10. e:: Send {U+01B8}
  11. return ;Ƹ
  12. f:: Send {U+0191}
  13. return ;Ƒ
  14. g:: Send {U+0193}
  15. return ;Ɠ
  16. h:: Send {U+0126}
  17. return ;Ħ
  18. i:: Send {U+01AA}
  19. return ;ƪ
  20. j:: Send {U+0134}
  21. return ;Ĵ
  22. k:: Send {U+0198}
  23. return ;Ƙ
  24. l:: Send {U+013F}
  25. return ;Ŀ
  26. m:: Send {M}
  27. return ;M
  28. n:: Send {U+019D}
  29. return ;Ɲ
  30. o:: Send {U+01A0}
  31. return ;Ơ
  32. p:: Send {U+01A4}
  33. return ;Ƥ
  34. r:: Send {U+01A6}
  35. return ;Ʀ
  36. s:: Send {U+01A7}
  37. return ;Ƽ-U+01BC Ƨ-U+01A7
  38. t:: Send {U+01AE}
  39. return ;Ʈ
  40. u:: Send {U+01B2}
  41. return ;Ʋ
  42. w:: Send {U+019C}
  43. return ;Ɯ
  44. x:: Send {X}
  45. return ;X
  46. y:: Send {U+01B3}
  47. return ;Ƴ
  48. z:: Send {U+01B5}
  49. return ;Ƶ
  50. #if
  51.  
  52. ^!F12::Suspend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement