Open robokonk opened 1 year ago
This is my config Karabiner.edn file.
Karabiner.edn
{ :profiles {:Default {:default true :sim 50 ;; :delay 500 ;; :alone 1000 ;; :held 500 ;; }} :templates {:echo "echo \"%s\"" :open "open \"%s\"" :open-app "open -a \"%s\""} ;; templates :simlayers {:launch-mode {:key :o}} ;; layers :tos { :toggle_caps {:key :caps_lock :hold_down_ms 100}} :main [ {:des "launch mode: quick launch applications" :rules [:launch-mode [:b [:open-app "obsidian" [:key :left_command :left_shift :f]]]]}]}
How should I rewrite this element?
:rules [:launch-mode [:b [:open-app "obsidian" [:key :left_command :left_shift :f]]]]
I want to open "Obsidian" in the shell. Then, in Karabiner, I need to press three keys: Left Command, Left Shift, and F.
This is my config
Karabiner.edn
file.How should I rewrite this element?
I want to open "Obsidian" in the shell. Then, in Karabiner, I need to press three keys: Left Command, Left Shift, and F.