I'd like to create a script that simulates this key combination:
Left Alt, v, t, b (pressed sequentially, not simultaneously)
I'd like to map that to a Hotkey such as Ctrl+Y
Please advise, thanks
Simulate Sequential Keys to New Hotkey
- YoucefHam
- Posts: 346
- Joined: 24 Aug 2015, 12:56
- Facebook: https://fb.me/YoucefHamDz
- Google: [email protected]
- GitHub: YoucefHam
- Location: Algeria
- Contact:
Re: Simulate Sequential Keys to New Hotkey
try this
if you are goining to select a menu Item use
WinMenuSelectItem
Code: Select all
^y::
KeyWait, Ctrl
Sleep, 60
SendInput, {LAlt}
Sleep, 60
SendInput, {v}
Sleep, 60
SendInput, {t}
Sleep, 60
SendInput, {b}
return
WinMenuSelectItem


Re: Simulate Sequential Keys to New Hotkey
Works perfectly thanks!
Incidentally, I am using this to Toggle the display of the Firefox bookmarks toolbar on/off. Hope it helps somebody else.

Incidentally, I am using this to Toggle the display of the Firefox bookmarks toolbar on/off. Hope it helps somebody else.
Who is online
Users browsing this forum: Bing [Bot], Google [Bot], jmone, keylo, mikeyww, PuzzledGreatly, wineguy and 43 guests