change hotkeys

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
doNo
Posts: 4
Joined: 18 Apr 2019, 06:56

change hotkeys

22 Apr 2019, 09:02

Hey,
im a beginner and look for a script that changes my keyboardkeys to other keys.
for example ipress "j" and the script transforms that in a buttonpress "i" for example.
cheers
zayntheboss
Posts: 15
Joined: 24 Feb 2019, 15:21

Re: change hotkeys

22 Apr 2019, 09:08

Code: Select all

j::
send, i
return
Ridwan
Posts: 144
Joined: 17 Oct 2015, 21:06
Location: Indonesia

Re: change hotkeys

22 Apr 2019, 09:17

Or the simple version.

Code: Select all

j::i
doNo
Posts: 4
Joined: 18 Apr 2019, 06:56

Re: change hotkeys

22 Apr 2019, 10:40

i created the script, i tried both variants, but it doesnt work for my purpose. it works when i type in the browser, but for my purpose, which is to switch keys for a pokersite it isnt working.
in option on the pokersite you can set hotkeys, for example "i" = fold your hand, but the pokersitedont accept keys from numbpad, so for this case i needed ascript.
any ideas why it isnt working and fixes? here is the code i want to work on the pokersite.

Code: Select all

Numpad1::y
Numpad2::x
Numpad3::c
Numpad4::a
Numpad6::d
Numpad8::w
Numpad9::e
NumpadClear::
send, s
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], Spawnova, william_ahk and 267 guests