nimble0 / dotterel

Dotterel is a free, open source program that provides the ability to use stenographic input on the Android platform.
GNU General Public License v2.0
87 stars 6 forks source link

Some key combo does not work on some applications #14

Closed user202729 closed 6 months ago

user202729 commented 3 years ago

Key combinations:

Hacker's keyboard can send all of these combinations without any problem (and have the expected effect).

Perhaps this is caused by something that the application cannot handle too fast keys sent properly?

user202729 commented 3 years ago

Looking at the source code, I observe that:

nimble0 commented 3 years ago

Looks like adding key events for the modifier keys fixes it for {#Shift_L(Left)}.

user202729 commented 3 years ago

Can you push the modified code somewhere? (if you don't want to make a new release immediately...)

nimble0 commented 3 years ago

Sure. https://github.com/nimble0/dotterel/tree/various-fixes

user202729 commented 3 years ago

The mentioned patch fixes the TeamViewer issue too.

nimble0 commented 3 years ago

Excellent, thanks for the report.

Zireael07 commented 6 months ago

Were the fixes integrated?

nimble0 commented 6 months ago

Yes, v0.3.1 includes those fixes.