Add additional KBD for scrot/select

As mentioned in the TODO, I need this redundant KBD for my Ergodox.
This commit is contained in:
William Carroll 2020-01-24 16:59:17 +00:00
parent 7c67334141
commit bd82a25ff2

View file

@ -37,5 +37,9 @@
(keybinding/exwm (kbd/raw 'x11 "s") #'scrot/select)
;; TODO: I need this because my Ergodox EZ sends super+shift instead of just
;; super. Remove this once I fix my Ergodox.
(keybinding/exwm "C-S-s-s" #'scrot/select)
(provide 'keybindings)
;;; keybindings.el ends here