DarkBlood Posted September 16, 2006 Posted September 16, 2006 (edited) topic. I'm using autoit beta v3.2.1.2. Edited September 16, 2006 by DarkBlood
/dev/null Posted September 16, 2006 Posted September 16, 2006 (edited) topic.I'm using autoit beta v3.2.1.2.From Help file.The following hotkeys cannot be set:any combos of two or more "base keys" such as '{F1}{F2}'So +{INS} won't work!CheersKurt Edited September 16, 2006 by /dev/null __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Developers Jos Posted September 16, 2006 Developers Posted September 16, 2006 (edited) topic.I'm using autoit beta v3.2.1.2.This doesn't qualify as BUG report... moving to Support... Edited September 16, 2006 by JdeB 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.
jvanegmond Posted September 16, 2006 Posted September 16, 2006 From Help file. The following hotkeys cannot be set: any combos of two or more "base keys" such as '{F1}{F2}' So +{INS} won't work! Cheers Kurt From Help File. Quick reference for the Send ( "keys" [, flag] ) Command. ^ Ctrl ! Alt + Shift # Win + = {shift} Shift is not a base key! It should work. github.com/jvanegmond
/dev/null Posted September 16, 2006 Posted September 16, 2006 From Help File. Quick reference for the Send ( "keys" [, flag] ) Command. ^ Ctrl ! Alt + Shift # Win + = {shift} Shift is not a base key! It should work. Yep, you're right, it works... HotKeySet("+{INS}","ins") while 1 Sleep(500) WEnd Func ins() msgbox(0,"","Hotkey seen") EndFunc Cheers Kurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
jvanegmond Posted September 16, 2006 Posted September 16, 2006 Yep, you're right, it works... HotKeySet("+{INS}","ins") while 1 Sleep(500) WEnd Func ins() msgbox(0,"","Hotkey seen") EndFunc Cheers Kurt Like a charm. Just {INS} doesn't. github.com/jvanegmond
/dev/null Posted September 16, 2006 Posted September 16, 2006 Like a charm. Just {INS} doesn't.it does on my system.CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
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