Advertisement
purxiz

Untitled

Oct 19th, 2017
92
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. ^2::
  8.     Send, $\exists$
  9. ^3::
  10.     Send, $\wedge$
  11. ^4::
  12.     Send, $\lor$
  13. ^5::
  14.     Send, $\rightarrow$
  15. ^6::
  16.     Send, $\leftrightarrow$
  17. ^8::
  18.     Send, $\neg$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement