• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

help changing command hotkey

rohfagundes

New Member
Joined
Jan 18, 2013
Messages
14
Reaction score
0
hello, does anyone know how to do for a hotkey
if the F1 always to use the item that is in slot 6
google translator = X
 
Not sure if this is what u were looking for...

Example
-----------------
Code:
; 1 If Tibia window is active then apply hotkeys.

#IfWinActive, Tibia

; 2 Apply movement keys and chat binding.

§::Suspend
w::Up
a::Left
s::Down
d::Right
q::NumpadHome
e::NumpadPgUp
z::NumpadEnd
c::NumpadPgDn
1::F1
2::F2
3::F3
4::F4
f::F5
XButton1::F6
XButton2::F8


https://autohotkey.com/
 
I am looking to change my hotkey
forever F1 use the item that is in slot 6
even if the item F1 is changed will continue using the item that is in slot 6

edit:
resolved
 
Last edited:
Back
Top