-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Touchpad scroll direction #609
Comments
Translated by Bing:
cc @nyamatongwe |
Hi @leesings, can you attach screen records (e.g. made with https://github.com/NickeManarin/ScreenToGif, as mp4 or gif) for VS Code's scrolling and Notepad2's. |
I don't have a touchpad but expect it would follow the vertical scrolling option. https://cdn.mos.cms.futurecdn.net/AKtPEsMT4w3jTsEF7cHXUE-970-80.jpg |
yes,it like right motion scrolls left,left motion scrolls right |
The registry |
This will cause all scrolling to reverse |
The desired effect is to slide up in both directions and see the following content. Double pointed left swipe to see the content on the right. |
It's normal to scroll up now, but when you slide your fingers to the left, you see the content on the left |
commit 666f766 applied a temporary patch from https://sourceforge.net/p/scintilla/bugs/2449/, @leesings can you test lasted build from https://github.com/zufuliu/notepad4/actions? |
It's ready, thanks to your great efforts! |
It's win32 (install v141_xp toolchain failed) and llvm-mingw (not figured why, maybe due to large concurrent jobs) build failed (started in this week). Commit 666f766 was reverted by 75a543a, you can test this commit instead. https://github.com/zufuliu/notepad4/actions/runs/11363650654 |
This works just as well |
Thanks for the conformation 👍. |
使用触摸板左右滚动时,水平滚动条跟随着触摸方向进行滚动。这和常用的编辑器如vs code的滚动方式相反。
期望能有一个选项配置,可以开启水平相反的滚动方向,使得触摸板水平滚动能更符合操作逻辑。
The text was updated successfully, but these errors were encountered: