You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be working for me. The gif above shows me pressing cmd+shift left-arrow but I'm actually pressing cmd+shift h like your binding expresses. What's your key-fn implementation?
I'm sure this is just a problem on my end but I can't seem to sort it out.
Here's my code
;; Select all the way left ;; {:mods [:cmd :shift] :key :h :action (key-fn [:cmd :shift] :left) :repeat true}
If i change :mods [:cmd :shift] to mods [:ctrl] the shortcut works as expected. Am I using multiple mods incorrectly?
The text was updated successfully, but these errors were encountered: