Vivaldiのスワイプで戻る・進むを有効にする
更新日:2022.10.16
作成日:2017.03.02
Vivaldiを試しに使ってみているのだが、スワイプで戻る・進むができなかったのでマウスジェスチャーを調べた。 VivaldiもChromium browserをベースにしているため、以下のコマンドをターミナルから実行すればO.K.
Since Vivaldi is based on the Chromium browser, most solutions for Google Chrome also works on Vivaldi too. I took the answer from here and applied it to Vivaldi. Just had to find what Vivaldi’s .plist file was and use that instead.
スワイプを有効にする
defaults write com.vivaldi.Vivaldi.plist AppleEnableSwipeNavigateWithScrolls -bool TRUE
スワイプを無効にする
defaults write com.vivaldi.Vivaldi.plist AppleEnableSwipeNavigateWithScrolls -bool FALSE