about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/keybindings.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-24T16·59+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-24T16·59+0000
commitbd82a25ff26372687915387f456cf6031de5ad90 (patch)
treea970ef940a5bb5f392c9e64abbd726df88400318 /configs/shared/.emacs.d/wpc/keybindings.el
parent7c67334141fff7dee2e754babc9f9133e38468bc (diff)
Add additional KBD for scrot/select
As mentioned in the TODO, I need this redundant KBD for my Ergodox.
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 22457c3b6d..b163741929 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