Search found 5 matches

by Arcanist
20 Aug 2014, 05:57
Forum: Scripts and Functions (v1)
Topic: Multiple keypads-to-virtual-joysticks remapping work-around
Replies: 3
Views: 3431

Re: Multiple keypads-to-virtual-joysticks remapping work-aro

I'd love to know what you use it for and if you could describe your setup. That's the most fun part about looking at other people's scripts
by Arcanist
20 Aug 2014, 05:43
Forum: Ask for Help (v1)
Topic: Numpad not sending commands on some web pages
Replies: 2
Views: 1594

Re: Numpad not sending commands on some web pages

The keys that don't work all seem like browser navigational keys? The problem likely isn't that the remaps do work when you assign them to non-numpad keys but that fact that the videoplayer control has focus. When it has focus, the player receives the key input and not the browser. When you notice ...
by Arcanist
19 Aug 2014, 07:43
Forum: Ask for Help (v1)
Topic: Numpad not sending commands on some web pages
Replies: 2
Views: 1594

Numpad not sending commands on some web pages

On some pages, some scripts don't work when bound to the numpad Scripts that don't work: Numpad1::^+Tab Numpad2::^Tab Numpad3::^F4 Numpad4::#1 Numpad5::#2 Numpad6::#3 Numpad7::Backspace Numpad8::!Right Numpad9::#4 Numpad0::F5 Scripts that do work: Numpad1:: ;Open Sublime Text if WinActive("ahk_class...
by Arcanist
19 Aug 2014, 07:37
Forum: Gaming Help (v1)
Topic: having trouble getting my script to work in game
Replies: 6
Views: 5625

Re: having trouble getting my script to work in game

Try something like this:

Numpad1::Send,{Numpad1 Down}{sleep 10}{Numpad1 Up}

This is what I had to do to make my scripts work in League of Legends. Of course, replace "sleep 10" with whatever you want

Go to advanced search