Questions tagged [remap]
257 questions
-2
votes
2 answers
Remap mouse-event to keyboard key
I want to remap mouse-up and mouse-down to keyboard keys, but only while using a certain application. This is how far I got:
_WinWaitActivate("League of Legends (TM) Client", "")
HotKeySet("{K}", "WinTab")
ProcessWait("")
Func WinTab()
…

tarrasch
- 2,630
- 8
- 37
- 61
-3
votes
1 answer
autohotkey: code read from INI
Hi all
The following code from here:
https://autohotkey.com/board/topic/1359 ... g-winmove/
it's for resize-a-window-using-winmove
My question is: Is it possible to divide the code into two files?
Part 1 into "*.ahk"
Part 2 into "*.ini"
I mean: Can…

asad41163
- 49
- 11