The Wiki for Tale 5 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Peshetmacros

From ATITD5
Revision as of 19:18, 17 February 2011 by Peshet (talk | contribs) (Created page with "==='''Resin - AHK'''=== <pre> #singleinstance force ;;tag tree `:: Send {R} Send {N} return ;;Exit app ^x::ExitApp ; Assign a hotkey to terminate this script. </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Resin - AHK

#singleinstance force

;;tag tree
`::

Send {R}
Send {N}


return

;;Exit app
^x::ExitApp  ; Assign a hotkey to terminate this script.