Krzysztof Kowalczyk

Results 321 comments of Krzysztof Kowalczyk

I don't have a way to test it so slim chance I'll figure this out.

Assuming it's fixed in pre-release. If not, please provide a test PDF and detailed instructions to reproduce.

Sure, that would be great. Other than the code already there, I don't know of any other code that would be very relevant.

No progress and I'm not planning to work on this myself, so closing.

Yeah, this is a format that our EngineMobi doesn't support.

I would love to know if someone has good ideas. As I understand it, only user is supposed to be allowed to change the settings so even Chrome and Edge...

You can do what I did in [Edna](https://edna.arslexis.io/): I have `toggle spellchecking` command and a button in status bar. All it does is: ```javascript isSpellChecking = !isSpellChecking; editor.setSpellChecking(isSpellChecking); ``` This...

I only see `Cursor speed` setting for touchpad, not `scroll speed`. Can you provide screenshot of the setting you're changing?

I can't reproduce this and not enough information given. Which version of Sumatra? Does it still happen in pre-release (https://www.sumatrapdfreader.org/prerelease). How do I change the settings?

Sadly I don't have such keyboard to test. If anyone has such keyboard and some knowledge of programming, this is most likely related to `CreateSumatraAcceleratorTable()` in `Accelerators.cpp`.