From eee5c6fa4dd776c1604e5ec7db34bc5401d8dea6 Mon Sep 17 00:00:00 2001 From: Chris Feng Date: Tue, 12 Jul 2016 20:08:20 +0800 Subject: * exwm-input.el (exwm-input--on-KeyPress-char-mode): No need to force events to be added to `this-command-keys' (and it causes problems). --- exwm-input.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'exwm-input.el') diff --git a/exwm-input.el b/exwm-input.el index 2622253bae65..1c711b36c7f6 100644 --- a/exwm-input.el +++ b/exwm-input.el @@ -319,9 +319,7 @@ It's updated in several occasions, and only used by `exwm-input--set-focus'.") (setq exwm-input--temp-line-mode t exwm-input--during-key-sequence t) (exwm-input--grab-keyboard)) ;grab keyboard temporarily - ;; Feed this event to command loop. Also force it to be added to - ;; `this-command-keys'. - (push (cons t event) unread-command-events)))) + (push event unread-command-events)))) (xcb:+request exwm--connection (make-instance 'xcb:AllowEvents :mode xcb:Allow:AsyncKeyboard -- cgit 1.4.1