Advertisement
purxiz

Untitled

Oct 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn  ; Enable warnings to assist with detecting common errors.
  3. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  5. ^1::
  6.     Send, $\forall$
  7. Return
  8. ^2::
  9.     Send, $\exists$
  10. Return
  11. ^3::
  12.     Send, $\wedge$
  13. Return
  14. ^4::
  15.     Send, $\lor$
  16. Return
  17. ^5::
  18.     Send, $\rightarrow$
  19. Return
  20. ^6::
  21.     Send, $\leftrightarrow$
  22. Return
  23. ^8::
  24.     Send, $\neg$
  25. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement