diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2014-12-22 13:37:46 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2014-12-22 18:01:04 -0800 |
commit | 2148f5e6b6a426a81f79e1dac70ec8146e31a7bd (patch) | |
tree | efeaac168d5323be176f4ce1fbcb858dc657ea66 /source | |
parent | 4fef09163ed1368f0720cfd4b89e2038f1379603 (diff) | |
download | my_new_personal_website-2148f5e6b6a426a81f79e1dac70ec8146e31a7bd.tar.xz my_new_personal_website-2148f5e6b6a426a81f79e1dac70ec8146e31a7bd.zip |
add caveat to "Opera-style Advanced Keyboard Shortcuts in Safari"
Diffstat (limited to 'source')
-rw-r--r-- | source/_posts/2014-11-30-opera-style-advanced-keyboard-shortcuts-in-safari.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/_posts/2014-11-30-opera-style-advanced-keyboard-shortcuts-in-safari.md b/source/_posts/2014-11-30-opera-style-advanced-keyboard-shortcuts-in-safari.md index ed7654f5..f76879f3 100644 --- a/source/_posts/2014-11-30-opera-style-advanced-keyboard-shortcuts-in-safari.md +++ b/source/_posts/2014-11-30-opera-style-advanced-keyboard-shortcuts-in-safari.md @@ -37,3 +37,9 @@ Relaunch Safari. You are all set! Enjoy the ultrafast single key navigating expe ```bash defaults delete com.apple.Safari NSUserKeyEquivalents ``` + +--- + +**_2014/12/22 Update:_** + +There's one caveat to this approach — unlike in Opera, where the default layman shortcuts (e.g., ⌘F) are still available when advanced keyboard shorts are enabled, in Safari they are simply overwritten. This is annoying when the web page or web app binds certain keys, especially `/` to its own search bar (a notable example being google.com). In that case I have to admit defeat and click on the menu bar item, which takes a hundred times as long as a single `/` keystroke. |