From f2975b1b5d89d6dbe628869c74f02421927dc885 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 30 Jul 2012 14:27:37 +0200 Subject: =?UTF-8?q?.osx:=20Allow=20hitting=20the=20Backspace=20key=20to=20?= =?UTF-8?q?go=20to=20the=20previous=20page=20in=20Safari=E2=80=99s=20histo?= =?UTF-8?q?ry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index c130a34..8ba17e9 100755 --- a/.osx +++ b/.osx @@ -277,6 +277,9 @@ defaults write com.apple.dock wvous-bl-modifier -int 0 # Safari & WebKit # ############################################################################### +# Allow hitting the Backspace key to go to the previous page in history +defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool true + # Hide Safari’s bookmarks bar by default defaults write com.apple.Safari ShowFavoritesBar -bool false -- cgit v1.2.3