diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2019-08-25T00·00+0000 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2019-08-25T00·00+0000 |
commit | f303517c297a9ca9e6a814897f96303b5d0f02be (patch) | |
tree | 56f3cf247b5b60eda38d70d15832c236a4148071 /exwm-core.el | |
parent | d63dc6a82a44c1e918b93c4f50e5d4274ad6d21a (diff) |
* exwm-core.el (exwm-mode-menu): Clarify simulation keys in menu.
Diffstat (limited to 'exwm-core.el')
-rw-r--r-- | exwm-core.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exwm-core.el b/exwm-core.el index 287fc6f71b0c..d3edb146ec99 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) |