Allow one app.conf block to match against multiple apps - #1310
Open
joeytwiddle wants to merge 2 commits into
Open
Allow one app.conf block to match against multiple apps#1310joeytwiddle wants to merge 2 commits into
joeytwiddle wants to merge 2 commits into
Conversation
joeytwiddle
force-pushed
the
app-conf-comma-classes
branch
from
July 29, 2026 23:24
603d835 to
b33f9d7
Compare
joeytwiddle
force-pushed
the
app-conf-comma-classes
branch
from
July 30, 2026 09:59
b33f9d7 to
22759a8
Compare
Collaborator
|
For reference - a similar feature request was discussed previously in <#505>
…On July 30, 2026 1:23:30 AM GMT+02:00, joeytwiddle ***@***.***> wrote:
Allows multiple applications to be specified for a block of mappings, by separating each with a `,`
Example:
```
[chromium,firefox*,google-chrome|*Homepage*]
control.1 = macro(Inside browser!)
alt.] = C-tab
alt.[ = C-S-tab
alt.t = C-t
```
You can view, comment on, or merge this pull request online at:
#1310
-- Commit Summary --
* scripts: Allow multiple applications per block
* docs: document comma-separated app class matching in app.conf
-- File Changes --
M docs/keyd-application-mapper.scdoc (8)
M scripts/keyd-application-mapper (8)
-- Patch Links --
https://github.com/rvaiya/keyd/pull/1310.patch
https://github.com/rvaiya/keyd/pull/1310.diff
--
Reply to this email directly or view it on GitHub:
#1310
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows multiple applications to be specified for a block of mappings, by separating each with a
,Example: