Skip to content

Defining triggers with keys that are *not* pressed #11

@mcmillion

Description

@mcmillion

Is this possible? There doesn't seem to be anything in the documentation indicating that it is.

I'm trying to implement a key that is ), but > when shift is held (similar to how ] and } behave. I tried something like:

U"FUNCTION7" : ')';
U"RShift" + U"FUNCTION7" : '>';

That almost works. The problem is that the shifted form matches both, so it outputs )> rather than just >.

Is there any way to accomplish this currently? I've got this working via ControllerMate, but I'd love to make it native to my board.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions