Re: (define-remapped-keys) With Multiple Key Sequences

Brandon Hale <[email protected]> Mon, 7 Dec 2020 12:36:48 -0500
Newsgroups gmane.comp.window-managers.stumpwm.devel
Message-ID <[email protected]>
Thanks for the tip Nathan, I'll look into that function. If I find a way 
to do it, I will make sure to share the code here! :)

On 12/6/20 6:47 PM, Nathan Shostek wrote:
> 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!
>