about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/keybindings.el
diff options
context:
space:
mode:
Diffstat (limited to 'configs/shared/.emacs.d/wpc/keybindings.el')
-rw-r--r--configs/shared/.emacs.d/wpc/keybindings.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/wpc/keybindings.el b/configs/shared/.emacs.d/wpc/keybindings.el
index 22457c3b6d37..b163741929bf 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