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?