WARNING:



Do not use AutoHotkey (or anything else) to automate in-game actions.
Macros are a bannable offense in the client, in which 1 button/shortcut = 1 ingame action.
Outside the client you can do whatever you like.
  1. install AutoHotkey
  2. after it's installed, right-click your desktop, hover the cursor over New, and select AutoHotkey Script
  3. right-click the new file and select "Edit script" then paste and/or edit your script(s), then save the edits
  4. double-click the file to run it and you're set. A green icon with a white H will appear in your system tray

Scripts:


Tripwire quick signature adder (click to show/hide)


Code:

^!x:: ClipOld := ClipboardAll Send, ^v Sleep 20 Clipboard := RegExReplace(Clipboard,"(?m)^.{0,4}","") Sleep 20 Send, ^v Sleep 20 Send, {tab} Sleep 20 Send, {tab} Sleep 20 Clipboard := ClipOld Sleep 20 ClipOld = return ^!c:: ClipOld := ClipboardAll Send, ^v Sleep 20 Clipboard := RegExReplace(Clipboard,"(?m)^.{0,4}","") Sleep 20 Send, ^v Sleep 20 Send, {enter} Sleep 20 Send, {enter} Sleep 20 Clipboard := ClipOld Sleep 20 ClipOld = return

Usage:
  1. in EVE: have the signature of your inhole as the only or the topmost sig in your clipboard
  2. in TW: double-click a sig in TW to edit it (cursor should be in the left ID field)
  3. hit Control + Alt + X
    • sig ID fields will be filled & cursor will move to Type field
  4. add non-K162 Type & Save (hit Enter)
    • if you already added the Type from the other side, you can use Control + Alt + C instead, which adds the sig & Saves

Tripwire system paster for manual input or ESI outages (click to show/hide)


Code:

^+x:: ClipboardOld := ClipboardAll Clipboard := Clipboard Clipboard := RegExReplace(Clipboard, "<.*?>") Send, ^v Sleep 20 ClipboardOld := return ^+c:: ClipboardOld := ClipboardAll Clipboard := Clipboard Clipboard := RegExReplace(Clipboard, "<.*?>") Send, ^v Sleep 20 Send, {enter} Sleep 20 ClipboardOld := return

Usage:
  1. in EVE: right-click a system name and select Copy
  2. in TW: put the cursor in the Leads field in an Edit Signature window and hit Control + Shift + X
    • without this script you have to work around EVE's jank (either a trailing space or HTML formatting need edited out)
      • trivial, but adds up when you do it 50 or 100 or 1000 times...
    • Control + Shift + C does the same thing but sends Enter as well
      • use this in the System Search field (magnifying glass) or in an Edit Signature window if you don't need to edit other data

dotlan range checkers (click to show/hide)


Code:

^!1:: ClipOld := ClipboardAll Clipboard := RegExReplace(Clipboard," (?=\S)", "_") Sleep 20 Run, https://evemaps.dotlan.net/range/Ark`,5/%clipboard% Sleep 20 Clipboard := ClipOld Sleep 20 ClipOld = Return ^!2:: ClipOld := ClipboardAll Clipboard := RegExReplace(Clipboard," (?=\S)", "_") Sleep 20 Run, https://evemaps.dotlan.net/range/Sin`,5/%clipboard% Sleep 20 Clipboard := ClipOld Sleep 20 ClipOld = Return ^!3:: ClipOld := ClipboardAll Clipboard := RegExReplace(Clipboard," (?=\S)", "_") Sleep 20 Run, https://evemaps.dotlan.net/range/Lif`,5/%clipboard% Sleep 20 Clipboard := ClipOld Sleep 20 ClipOld = Return ^!4:: ClipOld := ClipboardAll Clipboard := RegExReplace(Clipboard," (?=\S)", "_") Sleep 20 Run, https://evemaps.dotlan.net/range/Hel`,5/%clipboard% Sleep 20 Clipboard := ClipOld Sleep 20 ClipOld = Return ^!w:: ClipOld := ClipboardAll Clipboard := RegExReplace(Clipboard," (?=\S)", "_") Sleep 20 Run, https://evemaps.dotlan.net/range/5/%clipboard% Sleep 20 Clipboard := ClipOld Sleep 20 ClipOld = Return ^!e:: ClipOld := ClipboardAll Clipboard := RegExReplace(Clipboard," (?=\S)", "_") Sleep 20 Run, https://evemaps.dotlan.net/range/10/%clipboard% Sleep 20 Clipboard := ClipOld Sleep 20 ClipOld = Return

Usage: in EVE, drag a system name into a chat box, Control + A, Control + X, then Control + Alt + 1/2/3/4/W/E.
These replace spaces in systems names with underscores so the 16 systems with spaces in the names open proper URLs (otherwise your browser would replace a space with "%20").

zkill searcher (click to show/hide)


Code:

^!q:: Send, ^x clipwait Run, https://zkillboard.com/search/%clipboard% Return

Usage: put something you wanna search in your clipboard (e.g. a sus character/corp/alliance or a hull or hull class) then hit Control + Alt + Q.


Here's how to change the hotkeys to whichever key combos you prefer.
You can also make an AHK file run automatically when Windows starts.

Jambeeno.com is provided under a Creative Commons Attribution 4.0 license. EVE Index. If you found something here useful, Jambe N'det appreciates gifts (Fedos, Spiced Wine, ISK, etc). EVE Online and the EVE logo are registered trademarks of CCP hf. All rights reserved. Full copyright notice.