坛子的markdown奇奇怪怪呢,vscode写好的,还以为可以直接粘贴上来呢,各位看官将就看吧
All Replies
weboob
deepin
2022-03-07 22:40 Reply Like 0 View the author
red13
deepin
2022-03-07 23:21 有个 logiops 的项目,是罗技办公鼠标的开源驱动,不知道你的G304是否被支持.
目测鼠标按键与 M585/590 相似
我自己使用的是M720,使用logiops,除了滚轮中间按下不好定义之外,,其它键按下均能自定义(包括手势)
安装与使用说明在这:
https://segmentfault.com/a/1190000039985213?utm_source=sf-similar-article
git 仓库在这:
git clone https://github.com/PixlOne/logiops.git
官方说明在这:
https://github.com/PixlOne/logiops/wiki/Configuration#thumbwheel
Reply Like 0 View the author
andktan
deepin
2022-03-07 23:54

Reply Like 0 View the author
weboob
deepin
2022-03-08 06:29 red13:
有个 logiops 的项目,是罗技办公鼠标的开源驱动,不知道你的G304是否被支持.
目测鼠标按键与 M585/590 相似
我自己使用的是M720,使用logiops,除了滚轮中间按下不好定义之外,,其它键按下均能自定义(包括手势)
安装与使用说明在这:
https://segmentfault.com/a/1190000039985213?utm_source=sf-similar-article
git 仓库在这:
git clone https://github.com/PixlOne/logiops.git
官方说明在这:
https://github.com/PixlOne/logiops/wiki/Configuration#thumbwheel
目前通过鼓捣,已经实现了自己的需求,先这么用着吧。而且现在可以一键三连了。工作效率提高了不少。
Reply Like 1 View the author
Please sign in first
Popular Events
More

中文 
安装工具
sudo apt-get install xdotool xbindkeys
获取按键 key code
xev
xbindkeys 生成配置文件
xbindkyes --defaults > /home/user-name/.xbindkeysrc
更改配置

vim ~/.xbindkeysrc
添加下面的:
"xdotool key ctrl+c"
b:8
生效配置
killall xbindkeys
xbindkeys
愉快的玩耍吧!!!!