Scripting Twitter Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
DanH44
Posts: 4
Joined: 14 Dec 2019, 09:55

Scripting Twitter

Post by DanH44 » 29 Sep 2022, 18:20

Has anyone figured out how to do Twitter navigation via its "keyboard shortcut keys"?
Like, f.ex,
G+P >> go to profile page
J >> go to next tweet

Twitter accepts actual keystrokes from the keyboard, but ignores my efforts to script it.

gregster
Posts: 9012
Joined: 30 Sep 2013, 06:48

Re: Scripting Twitter  Topic is solved

Post by gregster » 29 Sep 2022, 18:31

Tried in Firefox and Edge, both work:

Code: Select all

q::send {g down}p{g up}
w::send j

DanH44
Posts: 4
Joined: 14 Dec 2019, 09:55

Re: Scripting Twitter

Post by DanH44 » 29 Sep 2022, 19:02

Nevermind!! Idk why it wouldn't accept them. But now it does

Post Reply

Return to “Ask for Help (v1)”