From bd82a25ff26372687915387f456cf6031de5ad90 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 24 Jan 2020 16:59:17 +0000 Subject: [PATCH] Add additional KBD for scrot/select As mentioned in the TODO, I need this redundant KBD for my Ergodox. --- configs/shared/.emacs.d/wpc/keybindings.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/shared/.emacs.d/wpc/keybindings.el b/configs/shared/.emacs.d/wpc/keybindings.el index 22457c3b6..b16374192 100644 --- a/configs/shared/.emacs.d/wpc/keybindings.el +++ b/configs/shared/.emacs.d/wpc/keybindings.el @@ -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