-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
state schedulingState Scheduling RelatedState Scheduling Related