MarcElser Posted April 1, 2020 Posted April 1, 2020 When I try to send CTRL+HOME (to scroll to top) when a Chrome Windows is active it doesn't work. When I try manually through it works perfectly. Interestingly other CTRL key combination like "CTRL+D" so SendKey("^d") and "CTRL+S" so SendKey("^s") which are also sent to chrome work fine. It's just CTRL+HOME which doesn't work. Any Ideas, I was already playing around with the SendKeyDelay and SendKeyDownDelay (0 and also higher values like 10ms) but without any success. Chrome simply doesn't detect the CTRL+HOME
Developers Jos Posted April 1, 2020 Developers Posted April 1, 2020 How does the script look for Ctrl+Home? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Exit Posted April 1, 2020 Posted April 1, 2020 Sleep(3000) ; delay to manual switch to chrome beep(1000,100) ; Send("^{HOME}") works fine for me 😀 App: Au3toCmd UDF: _SingleScript()
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now