about summary refs log tree commit diff
path: root/exwm-input.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2015-07-19T01·15+0800
committerChris Feng <chris.w.feng@gmail.com>2015-07-19T01·15+0800
commit36e8361b9bd581e89d593b32002404bbf4811b62 (patch)
tree25776b19f47a9e607e30706101d839b9eaacf707 /exwm-input.el
parent968d0b48825e9d4b7f0c918f33337f34c1db7487 (diff)
Various fixes
Remove wrong shift modifiers.
Hide a Window when it's moved to another workspace.
Diffstat (limited to 'exwm-input.el')
-rw-r--r--exwm-input.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-input.el b/exwm-input.el
index 1f8e4f4de6..e185b1af14 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -380,7 +380,7 @@ It's updated in several occasions, and only used by `exwm-input--set-focus'.")
 ;;     (exwm-input--fake-key last-input-event)))
 
 (defvar exwm-input-prefix-keys
-  '(?\C-x ?\C-u ?\C-h ?\M-x ?\M-` ?\M-\S-! ?\M-\S-& ?\M-\S-:)
+  '(?\C-x ?\C-u ?\C-h ?\M-x ?\M-` ?\M-! ?\M-& ?\M-:)
   "List of prefix keys EXWM should forward to Emacs when in line-mode.")
 
 (defvar exwm-input--simulation-keys nil "Simulation keys in line-mode.")