Skip to content

Unexpected input matching #267

@scyclops

Description

@scyclops

I have the following text expansion rule:

? '-se' >> Backspace Backspace "[email protected]"

It works as expected when I type '-se' (Minus 'se') but it also unexpectedly triggers when I type '_se' (Shift+Minus 'se').

This surprises me because I've tested other expansions using uppercase and lowercase letters and they only trigger when the proper case is being used so I'm not sure why the minus sign character is being treated differently.

I tried to use the ! operator to exclude the rule from triggering when Shift is pressed but I couldn't get any of the variants I tried to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions