y
Size: a a a
y
y
y
y
DL
y
DL
DL
y
y
VL
VL
DL
(defmacro def-exwm-simkeys-command (command keyseq &optional
class-name)
`(defun ,command (times)
(interactive "p")
(when (or ,(not class-name)
(and exwm-class-name
(string= exwm-class-name ,class-name)))
(dotimes (_ times)
(dolist (j ,(if (listp keyseq)
keyseq
(list 'list keyseq)))
(exwm-input--fake-key j))))))
(def-exwm-simkeys-command leafpad-select-all ?\C-a "Leafpad")
DL
DL
Е
HF
HF
HF