Fix MacOS reveal-in-finder command keybinds
This commit is contained in:
parent
ee1fb43b93
commit
8748c755d6
1 changed files with 2 additions and 2 deletions
|
@ -239,8 +239,8 @@
|
||||||
|
|
||||||
;; macos
|
;; macos
|
||||||
(:when IS-MAC
|
(:when IS-MAC
|
||||||
:desc "Reveal in Finder" :n "o" #'+macos/reveal
|
:desc "Reveal in Finder" :n "o" #'+macos/reveal-in-finder
|
||||||
:desc "Reveal project in Finder" :n "O" #'+macos/reveal-project
|
:desc "Reveal project in Finder" :n "O" #'+macos/reveal-project-in-finder
|
||||||
:desc "Send to Transmit" :n "u" #'+macos/send-to-transmit
|
:desc "Send to Transmit" :n "u" #'+macos/send-to-transmit
|
||||||
:desc "Send project to Transmit" :n "U" #'+macos/send-project-to-transmit
|
:desc "Send project to Transmit" :n "U" #'+macos/send-project-to-transmit
|
||||||
:desc "Send to Launchbar" :n "l" #'+macos/send-to-launchbar
|
:desc "Send to Launchbar" :n "l" #'+macos/send-to-launchbar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue