-
Notifications
You must be signed in to change notification settings - Fork 7
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
Is it possible to make it work with touchpad-gestures like two-finger scrolling? #105
Comments
Need some clarification. Do you mean:
1 is probably hard or impossible. 2 should be there already, as the touchpad driver just sends regular scroll messages to applications. |
2, and I am sorry to say it doesn't work like that on my Sony Vaio T13. |
Boo... But without access to a Sony Vaio T13 to do some intense poking and prodding, I don't think there's much I can do, sorry :( |
Eh.. this needs nuancing: it does work some of the time, but specifically not with consoles (yet the latter does work with a mousewheel?) So if I have cmd.exe running, it always keeps the two-finger scrolling attached to it, even when the mouse pointer is hovering over a different window. EDIT: Comment sniped! Anyway, maybe this is command line specific problem is reproducable on your machine as well? |
Could well be... cmd.exe is a very strange beast. When next in Windows, I'll take a look. ETA > 3 weeks though. |
Well, in the meantime I found another window with a similar type of problem! In this case it even applies to mouse scroll wheels. The default Task Manager (in Windows 8). Wonder if it will still be an issue if I replace it with Process Explorer, but that's an aside. Task Manager has focus: task manager scrolls no matter where the cursor is Other window has focus: windows behave as expected, except when the cursor is hovering over the Task Manager. Then nothing scrolls. Hope this helps in narrowing down the cause of the problem! |
I don't have this problem with cmd.exe. If the cmd window has focus, I can still scroll other windows by moving the cursor over them. Maybe it's a Windows 8 specific problem, but I don't use Windows 8... Task Manager runs as the Administrator user, and Windows's security model doesn't let mouse events get through to Taekwindow. I don't think there's anything I can do to make it work. |
If it's not reproducable in Windows 7 it sounds like it could be something about the new/legacy UI split. Oh well, it's a minor nuisance anyway - it violates the principle of least surprise but if you know about it it's fine. Thanks for taking a look into it! |
EDIT: as discussed in the comments, this could be specific to consoles, and specific to Windows 8.
The text was updated successfully, but these errors were encountered: