diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-24T16·59+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-24T16·59+0000 |
commit | bd82a25ff26372687915387f456cf6031de5ad90 (patch) | |
tree | a970ef940a5bb5f392c9e64abbd726df88400318 /configs/shared/.emacs.d/wpc/keybindings.el | |
parent | 7c67334141fff7dee2e754babc9f9133e38468bc (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.el | 4 |
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 |