-
Notifications
You must be signed in to change notification settings - Fork 452
When using a graphics tablet it won't open! #1939
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
Comments
Unfortunately, Wacom Tablets use Android based software. There's currently a feature request #553 for supporting such devices. Sorry for the bad news... 😢 ~Ibuprophen |
I believe this is the same issue as with touch enabled devices. We are simply unable to intercept touch events at the moment :(
That ticket is about running |
Two info that could be useful: |
The problem is only with recent Win11 because they use completely different framework (XAML) for taskbar/start menu.
This is what The only workaround at the moment is to use custom start button ( |
Hope this could help (sorry if it's just a loss of time), but for some reason if i replace the windows 11 start button and then i go back to the original windows start button by unchecking the box, classic shell will open up correctly when i click on start with my tablet |
Couldn't be a solution to add a "transparent" button? |
Fully transparent windows don't receive input events. So that won't help. Though you can create custom button that is almost transparent. This would then appear like there is no custom button and you will see original Windows button underneath. |
Wouldn't this make the windows key a little muddy? |
All right, i got some news about this, seems like using an image (almost transparent #01000000) as suggested worked, but on default setting it wasn't really aligned, i used this image: Here it is a video of it in action (video is speed-up and low quality for size reasons) Should this be the definitive solution to this problem? If so, i think there should be a toggle or something that makes this process automatic |
That suggestion worked for me fine on a Win 11 Pro - HP touch screen. Thanks. |
Describe the bug
If i'm using my graphics tablet / drawing tablets / pen (not a native english speaker, sorry, i don't know how to call it) the classic shell menu won't open.
The windows 11 start menu will open instead
Area of issue
Start menu
To reproduce
Expected behavior
No response
Open-Shell version
4.4.191
Windows version
23H2
Additional context
No response
The text was updated successfully, but these errors were encountered: