click [options] button
Send a click, that is, a mousedown followed by mouseup for the
given button with a short delay between the two (currently 12ms).
Buttons generally map this way: Left mouse is 1, middle is 2, right
is 3, wheel up is 4, wheel down is 5.
--clearmodifiers
Clear modifiers before clicking. See CLEARMODIFIERS below.
--repeat REPEAT
Specify how many times to click. Default is 1. For a double-
click, use '--repeat 2'
操作系统:Ubuntu 18:04
所需软件包:
xdotool
和xbindkeys
你可以安装这些包
sudo apt install xdotool xbindkeys
粘贴以下内容
保存文件并运行
xbindkeys --poll-rc
现在您的中键单击应该可以双击。
从
man xdotool
一些内容在 Ubuntu 18.04.3 上测试
解决方法
如果你已经安装了这样的统一
sudo apt install unity
.xbindkeysrc
然后在文件中使用以下内容在带有 Unity 会话的 Ubuntu 18.04 上测试。