macOS 上 除了 logi options+ 还有没有别的 app 能做到这个?

251 天前
 fwilyair
除了 logi options+,还有没有别的 app 能做到单独为每个应用设定鼠标侧滚轮的功能?
比如我想让侧滚轮在 Excel 上是左右移动,在微信上是放大缩小图片,在 Apple muisc 上是+-音量。
logi options+真的太屎了,目前用的是 steermouse ,别的都好,就是不能单独设定。
2849 次点击
所在节点    macOS
34 条回复
TimePPT
251 天前
一直没升+,目前效果稳定
lovedoing
251 天前
steermouse 不是可以单独设置吗
lovedoing
251 天前
侧键是可以的,侧滚轮不知道
Hilong
251 天前
@lovedoing 可以设置 logi 的手势按钮吗,按住左右滑就是切换桌面
jonathanshuai
251 天前
为啥都说 logi option+垃圾呀 我日常使用没出过啥问题呀
Crump
251 天前
Richared
251 天前
用 mac 系没用过鼠标,master3 也有,还是感觉不好用,都是触摸板。但是有个确定,单独的触摸板得放在正中间好用,放在边上不好用。mbp 总用触摸板,掌拖掉漆,现在已经两个心了。
Crump
251 天前
@jonathanshuai 强制安装 voice 就很不爽。
Pin
251 天前
mac mouse fix 为什么我在这个站推荐了这么久,还有人用 steermouse
947
251 天前
可以试试 mac-mouse-fix ,虽然不能按应用设置,但是能模拟触摸板绝大多数功能,感觉也算符合需求。可以去 github 下载 3.0 Beta5 试试看
pffrank
251 天前
@Pin mac mouse fix 挺好用,但是不能单独对应用设置侧键
lovedoing
251 天前
@Hilong 好像不支持
B3UzMhCd3dDvVVLa
251 天前
暂时没有发现更好的。
logi options 很屎,但有些功能就是代替不了,除了测滚轮,master3 的拇指按钮和手势也不能被完美平替,还有电磁滚轮的精度,别的软件都适配不好
kennir
251 天前
如果你的鼠标侧键可以被 karabiner-element 检测到的话, 可以通过 karabiner-element 的 complex-modification 根据当前 app 修改侧键功能

例如下面这个可以针对 vscode 修改侧键的功能

```
{
"title": "Razer orochi v2 for common navigate",
"rules": [
{
"description": "navigate back and forward",
"manipulators": [
{
"type": "basic",
"from": {
"pointing_button": "button4"
},
"to": [
{
"repeat": false,
"key_code": "open_bracket",
"modifiers": [
"left_gui"
]
}
],
"conditions": [
{
"type": "frontmost_application_unless",
"bundle_identifiers": [
"com.microsoft.VSCode"
]
}
]
},
{
"type": "basic",
"from": {
"pointing_button": "button5"
},
"to": [
{
"repeat": false,
"key_code": "close_bracket",
"modifiers": [
"left_gui"
]
}
],
"conditions": [
{
"type": "frontmost_application_unless",
"bundle_identifiers": [
"com.microsoft.VSCode"
]
}
]
}
]
},
{
"description": "navigate between tabs",
"manipulators": [
{
"type": "basic",
"from": {
"pointing_button": "button4",
"modifiers": {
"mandatory": [
"left_control"
]
}
},
"to": [
{
"repeat": false,
"key_code": "tab",
"modifiers": [
"left_control"
]
}
]
},
{
"type": "basic",
"from": {
"pointing_button": "button5",
"modifiers": {
"mandatory": [
"left_control"
]
}
},
"to": [
{
"repeat": false,
"key_code": "tab",
"modifiers": [
"left_control",
"left_shift"
]
}
]
}
]
}
]
}
```
dioxide
251 天前
@Pin 很奇怪, 我的 logi G304 的两个侧键无论如何也无法被 mac-mouse-fix 捕捉/识别到, 滚轮倒是能识别.
touchmii
251 天前
用 bettertouchtool ,设置简洁方便,可以直接添加正在运行的软件,还能设置某一类软件成组再设置一个规则就行了。
touchmii
251 天前
用 bettertouchtool ,设置简洁方便,可以直接添加正在运行的软件,还能设置某一类软件成组再设置一个规则就行了
f0rger
251 天前
@Crump 我买了,到现在没弄明白怎么设置侧滚轮
Pin
251 天前
@dioxide 去罗技驱动看一下,是不是把这两个键暂停了。默认是支持的
wydinhk
251 天前
@Crump 感谢,这个算是 logi options+相对较好的替换方案了,尤其是按住侧键缩放、2.4G/蓝牙都能检测并应用侧键。不过目前尚无旋转手势、打开指定目录等。后续再反馈一下。谢谢!

@f0rger 如果 logi options+还在运行的话,需要把它移到废纸篓,不然它的进程会阻拦侧键检测。bettermouse 本身可能也要重新启动一下。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/969774

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX