Josh Goebel
Josh Goebel
And worse the stream is ambiguous... is a trackpad in "tap to click" or "click to click" mode? The event stream for these two is entirely different (click to click...
@redbearak I'm not sure trackpad CMD-clicking is a solvable problem... 😕
> And the only thing that makes it work in Kinto is that there's no suspension delay on the modifier(s) until it(they) is(are) part of a full shortcut, right? Right,...
> Working on very demanding games Do you have an example of such a game, just for reference? > . At least having a built in fps function would be...
> Do you have an example of such a game, just for reference? I'd love it if we had an example of some carts that were CPU (math) bound rather...
 See "CPU" utilization meter in bottom right.
What is your FULL config? It seems like you have more than one `multipurpose_modmap` that is unconditional. Only a single multi-modmap can be default... any other blocks must be conditional.
that isn't valid syntax, you only need one pair of outer `{}`. ```py multipurpose_modmap("default", # Enter is enter when pressed and released. Control when held down. { Key.ENTER: [Key.ENTER, Key.RIGHT_CTRL],...
> Is there any chance that the keyboard be remapped with the options as stated above I think so, but there are still some bugginess with the multi-mapping stuff...
If you want to use `ESC` like a modifier you will **also** need to add it to Modifiers, see `add_modifier`... non-modifiers behave VERY differently than regular "typing keys"... that's likely...