I want to send alt+f7 keys from autokey. Following are the code samples which I tried:
keyboard.send_keys("<alt>+<f7>")keyboard.send_key("<alt>+<f7>")keyboard.fake_keypress("<alt>+<f7>")
I tried with repeat=1 also. It doesn't seem to work. Can anyone tell me how to make this work?
alt+f7keys fromautokey. I have also included the code samples which I tried. – q126y May 18 '16 at 03:15autokeymentioned in title as well as tag. Is the etiquette different here? – q126y May 18 '16 at 03:26