any way to trigger spotlight from spacehammer? #198
-
let's say that I would prefer (given the placement of the keys) to use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Assuming you already changed the binding for Spotlight from the default, try sending that set of keys using |
Beta Was this translation helpful? Give feedback.
Assuming you already changed the binding for Spotlight from the default, try sending that set of keys using
(hs.eventtap.KeyStoke ...)
, which you can bind with#(hs.eventtap.KeyStroke ...)
e.g.#(hs.eventtap.KeyStroke [:cmd] :space)
, but first I'd see if it works in the console.