Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gui: use Option-d to search in Spotify
Browse files Browse the repository at this point in the history
nathanshelly committed Oct 2, 2020
1 parent eafa9e3 commit 51c48d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gui/apps/karabiner/karabiner.edn
Original file line number Diff line number Diff line change
@@ -28,7 +28,8 @@
"^org\\.mozilla\\.nightly$"
"^com\\.google\\.Chrome$"
"^com\\.microsoft\\.edgemac.*"
"com\\.apple\\.Safari"]
"com\\.apple\\.Safari"
"com\\.spotify\\.client"]
:terminals ["^com\\.googlecode\\.iterm2$"
"^io\\.alacritty$"
"^com\\.apple\\.Terminal$",
@@ -109,8 +110,8 @@
;; this file elsewhere binds `Cmd-l` to `Cmd-➡ ` so use `Option-d` to access
;; the URL bar instead
{:des "Option-d to Cmd-l in browsers"
:rules [:browsers ;; apply only in browsers
:rules [:browsers
[:!Od :!Cl]]}
{:des "Ctrl-p to Cmd-k in browsers"
:rules [:browsers ;; apply only in browsers
:rules [:browsers
[:!Tp :!Ck]]}]}

0 comments on commit 51c48d2

Please sign in to comment.