Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@alexrp
Copy link
Contributor

@alexrp alexrp commented Nov 8, 2025

This addresses a minor regression in #407 which rendered the following invalid:

[bindings.root]
stage = [" "]

Rather than removing the trimming of the key code string, this commit fixes the problem by recognizing "space" specially, similar to e.g. "tab". As a result, the above config can be achieved with:

[bindings.root]
stage = ["space"]

(Which is arguably clearer than the previous version too.)

This addresses a minor regression in #407 which rendered the following invalid:

    [bindings.root]
    stage = [" "]

Rather than removing the trimming of the key code string, this commit fixes the
problem by recognizing "space" specially, similar to e.g. "tab". As a result,
the above config can be achieved with:

    [bindings.root]
    stage = ["space"]
Copy link
Owner

@altsem altsem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@altsem altsem enabled auto-merge (squash) November 8, 2025 16:23
@altsem altsem disabled auto-merge November 8, 2025 16:23
@altsem altsem merged commit 869669d into altsem:master Nov 8, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants