stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(define-remapped-keys) With Multiple Key Sequences


From: Brandon Hale
Subject: (define-remapped-keys) With Multiple Key Sequences
Date: Sun, 6 Dec 2020 17:23:33 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.3

Hello all,

I have just started playing with (define-remapped-keys) and was wondering if there is a way to get multiple keys sequences in a program to do one thing. Basically I want to do something like this:


(define-remapped-keys

    '(("(firefox|Chrome)"

     (("C-x" "C-h")   . "C-a"))))

I envision that me pressing C-x, then C-h, will allow firefox to do the C-a key binding. Is there a way to do this and I just don't know the syntax, or is this impossible?


Thank you very much for your help!,

Brandon Hale




reply via email to

[Prev in Thread] Current Thread [Next in Thread]