janoChen Asked: 2011-02-23 08:23:54 +0800 CST2011-02-23 08:23:54 +0800 CST 2011-02-23 08:23:54 +0800 CST 如何为一系列键盘命令制作热键? 772 我希望能够做到 Ctrl + S, Alt + Tab and F5 只按Alt+ Shift+S keyboard 1 个回答 Voted Best Answer Isaiah 2011-02-23T10:04:13+08:002011-02-23T10:04:13+08:00 安装xautomation 软件包 ( sudo apt-get install xautomation)。这提供了xte用于模拟键盘事件的命令。 打开系统➜首选项➜键盘快捷键。 单击Add并为Command使用以下代码, xte "keydown Control_L" "key s" "keyup Control_L" "keydown Alt_L" "key Tab" "keyup Alt_L" "key F5" 使用任何你想要的名称,然后单击应用。 现在单击新快捷方式条目的右侧(其中显示Disabled)并点击 Alt+ Shift+ S。
xautomation
软件包 (sudo apt-get install xautomation
)。这提供了xte
用于模拟键盘事件的命令。单击Add并为Command使用以下代码,
使用任何你想要的名称,然后单击应用。
现在单击新快捷方式条目的右侧(其中显示Disabled)并点击
Alt+ Shift+ S。