ctl Posted August 23, 2013 Posted August 23, 2013 Is it possible to disable a combination of keys, like ctrl+O but the ctrl+c or any other ctrl+(some key) command to still work ?
Solution FireFox Posted August 23, 2013 Solution Posted August 23, 2013 Yep, that's wrong with the HotKeySet function?HotKeySet("^o", "test") While 1 Sleep(100) WEnd Func test() EndFuncBr, FireFox. ctl 1
ctl Posted August 23, 2013 Author Posted August 23, 2013 Thanks, this code works, it will disable my ctrl+o combination, as long as the script runs. Didn't understand your question.
FireFox Posted August 23, 2013 Posted August 23, 2013 I don't know why you didn't try this function, that's all.
ctl Posted August 23, 2013 Author Posted August 23, 2013 I didn't know how to search in the help file for what I was looking for.
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