* exwm-core.el (exwm-mode-menu): Clarify simulation keys in menu.
This commit is contained in:
parent
d63dc6a82a
commit
f303517c29
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue