为什么我不能在 Ubuntu 17.04 上使用 AutoKey 输出三个键的组合?

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

这是我目前所做的:

顺便说一句,keyboard.send_key("<super>") 也不起作用。不确定这是否与原始问题有关。

xircon on Github

提供的解决方案

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

Ubuntu16.04是Autokey支持的最新版本,如果我没记错的话,可能是这个原因。