I tried multiple things, but it doesnt work..
del:: send {Alt 1}
end:: send {Alt 2}
pgdn:: send {Alt 3}
Bind Alt+1 to del Topic is solved
-
- Posts: 160
- Joined: 23 Sep 2015, 19:15
Re: Bind Alt+1 to del Topic is solved
Please try again.
del:: send !1
end:: send !2
pgdn:: send !3
return
del:: send !1
end:: send !2
pgdn:: send !3
return
Re: Bind Alt+1 to del
As these are "one line only"-hotkeys using Return is obsolete AKA it won't make a difference.
-
- Posts: 710
- Joined: 21 Dec 2015, 02:34
Re: Bind Alt+1 to del
Code: Select all
del::
sendinput, {Alt down}
sendinput, 1
sendinput, {Alt up}