waycrate/starcolorkeyboard

Super cool project!

Opened this issue · 9 comments

Super cool project!

Awesome project. Apart from some font rendering issues that I noticed, there's one minor bug I came across.

I don't know if it's a part of the project scope so I'll ask before reporting.

When using the app by clicking on the letters, the input method seems to work.

I have a touchscreen and when tapping the letter, it keeps repeating constantly, it seems like the repeat rate and sensitivity is too high. Would this be something you would consider?

When using the app by clicking on the letters, the input method seems to work.

I have a touchscreen and when tapping the letter, it keeps repeating constantly, it seems like the repeat rate and sensitivity is too high. Would this be something you would consider?

I do not have a touch screen, so maybe change the timestamp will help?

https://github.com/Decodetalkers/starcolorkeyboard/blob/master/starcolorkeyboard/src/main.rs#L269

I do not know what time is good

and font method , is here

https://github.com/Decodetalkers/starcolorkeyboard/blob/master/starcolorkeyboard/src/main.rs#L309

I do not know how to use cairo to make keyboard transparent, so I turn white to transparant, so

Ok , I think I have solve the two problems

I'll test, if it's not fixed, I'll try to fix it and send a PR when I get time!

Font method does seem to be fixed indeed!

Thank you, I cannot test touch , because I do not have a touch screen.. sorry for that

All good! I'm glad you wrote this amazing software. I'll test and try to fix it.