3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Safariでdeleteキーで戻る

3
Last updated at Posted at 2018-09-17

commadn+←とか、command+[で戻るのはちょっと面倒。deleteキーで戻れるようにする方法の自分メモ。

追記(2019/8):現在この方法では設定できなくなっています。macOSのアップデートで塞がれた可能性が高いです。(人類はdeleteキーで戻ることはあきらめたほうがいいのかもしれません)

設定方法

ターミナルを開いて設定。Safariを再起動すると有効になる。

defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool yes

戻に戻す場合

defaults delete com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled

おまけ

Chromeは拡張機能のGo Back With BackspaceでOK。ちなみに提供元は本家のGoogleというのが奥ゆかしい。

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?