What's new

Simple Hotkey Remap

user10301051

Squid Slayer
Joined
Nov 27, 2016
Messages
65
Reaction score
17
Points
8
I like comfort, who doesn't? In my monotonous grinding I felt my hand having a hard time using the Function Keys to skill and then quickly spamming Ctrl+A to loot. Therefore I took few minutes of time and thought how remap the keys myself. By using AutoHotKey
The developers of this game has been adamant against players providing external mods or any kind of modification to the game, so Im not gonna send anyone any file, Ill just give them the script that i have been using to remap the keys for my comfort.

Install AutoHotKey
Create a blank notepad file
SREtGzF.png


Copy these few lines of simple codes in the notepad file:
#IfWinActive ahk_class KOP
NumpadAdd::Suspend
1::F1


Space::
Send, {LCtrl down}{a down}
sleep 250
Send, {LCtrl up}{a up}
Return

O8pvjMe.png


Save as any file name you want as long as you add .ahk at the end of the name
imPlZuv.png


Open the script wherever you saved it.
ujvhEN9.png

And you'll see it run in the windows tray icon
PQoAoSm.png


What the lines of code do:
RAQj2nx.png


Hope this helps anyone that is having a hard time farming or leveling. The devs might remove this post, but if anyone is having problems just pm me lets find a solution.

PS. If i have to type in chat i have to press the SUSPEND keybind inorder to type properly with spacebar. Then reactivate it after when i resume leveling.
 
Last edited:
Top