about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/keybindings.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-02-03T10·54+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-02-03T10·54+0000
commitcce926d60f963ad9e45c0f0b642bcfb3eb86ee65 (patch)
tree7847a88ea9daa20a83f59df88db2ca2adab01659 /emacs/.emacs.d/wpc/keybindings.el
parent916e46d7ceafaf7584c80851553a0f673fc9d1b9 (diff)
Remove KBDs supporting undesired Ergodox configuration
I mistakenly mapped one of my dual-function keys on my Ergodox to send Shift+CMD
instead of CMD. When some of my Emacs keybindings weren't firing, I noticed that
the key event they received was some like `C-S-s-<char>` instead of say
`C-s-<char>`. As a quick fix, I duplicated each of my keybindings that relied on
the CMD key to support Shift+CMD as well until I remapped the key on my
Ergodox. This morning, I remapped the Shift+CMD key to CMD, so I'm bidding adieu
to this code.
Diffstat (limited to 'emacs/.emacs.d/wpc/keybindings.el')
-rw-r--r--emacs/.emacs.d/wpc/keybindings.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el
index dfc124a469b6..53ea9683c8ec 100644
--- a/emacs/.emacs.d/wpc/keybindings.el
+++ b/emacs/.emacs.d/wpc/keybindings.el
@@ -41,10 +41,6 @@
 
 (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)
-
 (keybinding/exwm "<C-M-tab>" #'exwm/switch-to-exwm-buffer)
 
 (general-define-key (kbd/raw 'x11 "t") #'ts/switch-to-terminal)