about summary refs log tree commit diff
path: root/exwm-core.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2019-08-25T00·00+0000
committerChris Feng <chris.w.feng@gmail.com>2019-08-25T00·00+0000
commitf303517c297a9ca9e6a814897f96303b5d0f02be (patch)
tree56f3cf247b5b60eda38d70d15832c236a4148071 /exwm-core.el
parentd63dc6a82a44c1e918b93c4f50e5d4274ad6d21a (diff)
* exwm-core.el (exwm-mode-menu): Clarify simulation keys in menu.
Diffstat (limited to 'exwm-core.el')
-rw-r--r--exwm-core.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/exwm-core.el b/exwm-core.el
index 287fc6f71b..d3edb146ec 100644
--- a/exwm-core.el
+++ b/exwm-core.el
@@ -271,7 +271,8 @@ One of `line-mode' or `char-mode'.")
             (when (sequencep key)
               (setq result (append result
                                    `([
-                                      ,(key-description value)
+                                      ,(format "Send '%s'"
+                                               (key-description value))
                                       (lambda ()
                                         (interactive)
                                         (dolist (i ',value)