Various fixes

Remove wrong shift modifiers.
Hide a Window when it's moved to another workspace.
This commit is contained in:
Chris Feng 2015-07-19 09:15:53 +08:00
parent 968d0b4882
commit 36e8361b9b
2 changed files with 4 additions and 12 deletions

View file

@ -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.")