diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-07-29T09·05+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-07-29T09·05+0800 |
commit | 719b825bc4e5471ca2a51f1f9f3b1149a1532c24 (patch) | |
tree | e724150b6ddd1ecddd638b6e1c22ddbb294be58f /exwm-core.el | |
parent | 2220c8cea21093afb17da24e8c8ecb32c357a09d (diff) |
Sync with XELB
* exwm-input.el (exwm-input--update-global-prefix-keys) (exwm-input--on-KeyPress-line-mode, exwm-input--on-KeyPress-char-mode) (exwm-input--fake-key, exwm-input--init): Sync with XELB. * exwm-input.el (exwm-input--on-KeyPress) (exwm-input--on-KeyPress-line-mode): Resend XKB events with SendEvent since AllowEvents in ReplayKeyboard mode doesn't seem to work.
Diffstat (limited to 'exwm-core.el')
-rw-r--r-- | exwm-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-core.el b/exwm-core.el index 7606a9e9416b..226e7fc312f3 100644 --- a/exwm-core.el +++ b/exwm-core.el @@ -79,7 +79,7 @@ "Event mask set on all managed windows.") (declare-function exwm-input--on-KeyPress-line-mode "exwm-input.el" - (key-press)) + (key-press raw-data)) ;; Internal variables (defvar-local exwm--id nil) ;window ID |