(define-remapped-keys) With Multiple Key Sequences
Nathan Shostek <[email protected]> Sun, 6 Dec 2020 23:47:32 +0000 (UTC)
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Brandon,
I dont belive that specific behaviour is implemented, but you can go the other way : ("C-k" . ("S-END" "C-c" "DEL"))
I think to get this behavior youll need to look at the function `remap-keys-event-handler`.
Im also interested in this and will take a look as well.
Cheers!