-
Notifications
You must be signed in to change notification settings - Fork 77
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
Pointer mode ending on ppInk get focus after application close #321
Comments
Thank you for that comment, I tried the combinations, but it did not resolve the issue. Actually I found a separate issue where I can't even get the Options Dialog to open when the first of the above is disabled and second is enabled, but I am not worried about that. The main problem remains, I am in pointer mode (for example just open a notepad.exe, draw in it, then pointer mode) and when closing that window, with Window reasssigning focus to ppInk the pointer mode is being ended and switched to drawing mode even though I don't want that. |
Things look good in here: |
Thank you for your time to create that demonstration, I agree the behavior I am seeing on my system is not occurring for yours. I will reinstall ppInk and make sure to test some further to see whether I can narrow down more in detail, why it is not the same for me. |
One more question if you allow: Does the same demonstration (without need for you taking video) work as well when you fold the ppInk window before? |
I see no difference |
@kbh81 do you have any update ? else I will close it |
I can still reproduce the issue on my machine, would it be helpful if I record the screen, too?
I don't really know what else to test and wonder why its not the same behavior for you. |
Are you dure this is not the side effect of other programs running in background |
1 similar comment
Are you dure this is not the side effect of other programs running in background |
I just tried it again, closed all other programs running. So Notepad is the only window open. The behavior/issue is the same. Of course I can not be sure whether any program in the background (like e.g. VPN/PowerToys or similar in Systray, not showing a window) would influence it, but I also would not see why it would do that. |
I have also recorded the behavior for illustration purposes: Only OBS had to be open for the screen recording but I tried the same without it, with Chrome instead of the notepad window etc. Everytime the same behavior occurs. When the only window on top of the focus queue of MSWindows is terminated, the ppInk window gets focus, unfolds and activates the pen instead of the pointer without me doing anything. |
I have found what I believe is an issue with the window management / pointer mode:
In brief: ppInk returns to drawing mode even when not wanted.
Occurs when: When I start pointer mode in ppInk, then change to an application to work in that, but then close that application. Then MSWindows will give ppInk the focus as it is the next in the window stack. ppInk then always immediately goes back in drawing mode, even if want to stay in Pointer mode (in order to click on a different background window after closing the first). This even happens if Hide_In_AltTab=True, independant of AltTab_Pointer, I have tried a ton of different ini value combinations in ppInk but can not get this problem to go away.
Desired behavior: Behavior (potentially via new ini flag) that will strictly ONLY change between pointer and drawing mode via the global Ctrl+Alt+G hotkey. Closing windows, changing focus, Alt+Tab should all not matter.
Thank you for your consideration.
The text was updated successfully, but these errors were encountered: