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.
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: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.