hotkeysubuntu-17.04autokey

Why can't I output a combination of three keys using AutoKey on Ubuntu 17.04?


Here's what I've done so far:

Incidentally, keyboard.send_key("<super>") doesn't work either. Not sure if that is related to the original issue or not.


Solution

  • Solution provided by xircon on Github

    import pyautogui pyautogui.hotkey('ctrl', 'alt', 'F4')