-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add multiple snapshots in pointer mode for advanced drawing #65
Comments
The issue is that Word closes the menu as soon as it looses focus. However this is my proposal would be as follow:
This will require the following change
Your opinion? |
@pubpub-zz This sounds like an option that should work. I'm trying to imagine how the process would go and I wouldn't mind a few added moments during recording to show/highlight something important on the screen. That said, I'm fiddling atm with Snipaste to see if it could contribute to my workflow. I'll get back to you with my findings, or a video : ) so that you can have a better idea how to approach this if you decide to make some changes to ppInk. |
@pubpub-zz 04-22-41.mp4 |
Have a look to my proposal:
|
@pubpub-zz 02-38-18.mp4some observations:
I've got some other overall improvement ideas that I'll open in a separate issue. The way this is right now, me likeeeeeeeee :D |
@pubpub-zz 04-35-44.mp4 |
I love the way your are using it 😍
I understand it is tricky but I need some 'neutral' keys that will not affect the other program (for example in your case, ctrl+space of shift+space, the menu will close before any capture can be done 😑)
I have some ideas but still under analysis for the moment.
I forgot to save the undo stack after pasting the images😖... beta version available: |
Thanks for the fix. I completely forgot we needed keys that wouldn't close the menu, 😅. Alright, so how about pressing the (`) key twice, which is located to the left of number 1 on keyboard? Or maybe Ctrl twice (without shift)? Is there any way I can save my config because each time I try a new version I adjust settings every time 😶. I have my hotkeys and pens.ini saved, but I don't know if I can do that with config.ini? |
set word in standard page edition,typing text, ` creates a character : it is not neutral... Even Print screen is not working for me(closing context menu)
Can you please tell me which setting is not saved : it looks fine for me |
You're right about the ` key, we can't use that (I thought this feature would only be used for sub-menus, and the normal snapshot function for anything else. What about pressing Ctrl twice? That doesn't remove the menus or type anything? I have printscreen hotkey set for snagit, and when it's pressed it manages to capture the menu, although the menu seems to try to disappear right away 😜. If you can get (Ctrl twice) to work for this purpose without too much trouble in coding, that would be great.
The settings that are reset to default when testing a new version (which I set differently every time I setup a new version of ppInk to test) are:
Otherwise, all is good. |
about ctrl twice, I'm thinking about some options to configure it options, I puzzled : It is working fine for me (tested with ppInk15.zip ) both with saving and restarting ppInk.exe can you check the content of config.ini to confirm if the problem is at saving or at restoring |
There isn't any problem with saving options, it's working well and the options are saved once you configure them. What I mean is, when you send me for example (ppInk v2) and I have (ppInk v1-which is old), I can copy my pen.ini and hotkeys.ini from old ppInk folder to new (ppink v2) folder and overwrite these files to be able to use my saved pens and hotkeys that I had in v1. However, I was referring to the options like (font for text and numbering, arrow options); can I just copy old config.ini, which has the font I use and arrow options, and overwrite the new config.ini file? I hope it is clear now. |
There is no check about versions. If a parameter is missing the default value is used.also the parameter if modified will not be stored during saving(saving updates only ini files with pre-entered keys). From code reviews(I have not done any test personally) parameters can be put in any files (same code to load all of them in the order config/pen/hotkeys) |
@eamayreh Can you test it please |
Of course, can't wait 😍 |
@pubpub-zz
Here are a few things I ran into while testing:
demo: text Input field not always selecting "text" 21-43-06.mp4demo: Edit shortcut should allow selecting element to edit 22-14-09.mp4 |
The two issues should be solved... |
cf #65 includes mutiple changes: New : perform multiple fulllscreen snapshot in cursor mode with shift (hold)+ ctrl(pressed twiced) New : draw snapshots on drawings when returning from pointer mode Enh : Engage a snapshot without closing when snapshot is long depressed (window mode will be transfer to long click on pointer button) Enh/Fix : delete the most ontop drawing and not the bottom one
what about closing this issue? |
Sure thing. |
Hi guys, I know this issue is closed but I can't figure how to do this ! I just want to live draw a rectangle on a dorp-down menu. What are the steps ? What are your configurations ? I've read this in the manual : but it doesn't work on my side :-/ thanks |
@MathieuCGit Hope this helps. Let me know if you still have problems getting it to work. |
Hello @eamayreh Thanks for your reply, it helps, but it still doesn't work on my side :-( Could you please also post a screenshot of your general tab ? I missed something but can't figure what :-s Here is a gif showing sutff on my side : https://imgur.com/a/A32itGd regrads |
@MathieuCGit |
Following your instructions with a totaly new configuration from the zip file you previously sent to me, I got this : Regarding pointer engagement, I just uncheck "Engage Pointer and Auto-Fold with Alt+Tab" : https://imgur.com/a/9RXwStA I also uncheck show floating window and use the dock bar vertricaly with 4.0% |
2021-12-11.02-04-06.mp4Be sure to select the correct mode for the shape you want to use (notice when I click on the rectangle shape more than once), as clicking it or using its shortcut by mistake will cycle between the different modes for that shape. Side note: In your recordings, which software do you use for displaying keystrokes on the screen? |
At first sight, it seems to work : the screen has been captured during the shlft+ctrlx2 and then pasted for edition when disengaging pointer mode. no ? |
Okaaayyy I was totaly missing this point. PPink is a very powerfull tool but really complex to learn and as I was using shortcuts without seeing the toolbar, I use "r" shortcut in a wrong way.
I'm using mousetrack from : http://www.swordsoft.idv.tw/mousetrack/
Yes, I now have a better understanding of ppink behaviours, I have to practice it a bit to be easy with for live use but everything seems to work. |
Annotating an item in a menu in MS Word.
I tend to annotate while recording to avoid having to use an editor afterwards. So I was trying to draw on the screen while I was in a menu in MS Word, and the mouse was over a specific sub-menu item that I wanted to highlight/point to. Here are the steps I took:
18-32-48.mp4
@pubpub-zz Any ideas how I can do this? My hope is to be able to avoid having to edit after recording, esp for short how-to videos.
The text was updated successfully, but these errors were encountered: