mac版chrome自带双指手势前进后退功能,经常误操作,一直想把它关闭了,但chrome的设置里没有,后来发现可以这样操作
鼠标
defaults write com.google.Chrome AppleEnableMouseSwipeNavigateWithScrolls -bool false
触控板
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false
本文介绍如何关闭Mac版Chrome浏览器中的双指手势前进后退功能,以避免误操作。通过使用defaults命令行工具,可以轻松实现该功能的禁用。
mac版chrome自带双指手势前进后退功能,经常误操作,一直想把它关闭了,但chrome的设置里没有,后来发现可以这样操作
鼠标
defaults write com.google.Chrome AppleEnableMouseSwipeNavigateWithScrolls -bool false
触控板
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false
3881
1990

被折叠的 条评论
为什么被折叠?