CTRL-F in the preview window
-
zmachine01
- Posts: 56
- Joined: 16 Mar 2018 17:20
- Location: 100%
CTRL-F in the preview window
I use the preview window a lot for viewing text cnc programs. I use CTRL-F to search for text items and numbers in long programs. Does CTRL-F have a command number that I can bind to a button? Or is there a way to make it so the Find dialog box doesn't close automatically each time? Thanks
Windows 10 Pro
Resolution 1920x1080p // Screen scaling percentage 100%
Resolution 1920x1080p // Screen scaling percentage 100%
Re: CTRL-F in the preview window
You have to click inside the PP before you can use CTRL+F there so you'd need an external tool (as always e.g. via AHK / AutoIt) that handles this stuff
One of my scripts helped you out? Please donate via Paypal
-
zmachine01
- Posts: 56
- Joined: 16 Mar 2018 17:20
- Location: 100%
Re: CTRL-F in the preview window
I see. I was also just hoping that maybe the developer could make the Find box not disappear each time in a future release, similar to several nc code editors that I use. Thank you for the response
Windows 10 Pro
Resolution 1920x1080p // Screen scaling percentage 100%
Resolution 1920x1080p // Screen scaling percentage 100%
Re: CTRL-F in the preview window
Well you could hack job it, something like this:
focus "PP"; sendkeys "{Tab}^f";-
zmachine01
- Posts: 56
- Joined: 16 Mar 2018 17:20
- Location: 100%
Re: CTRL-F in the preview window
Focus Pocus - That works!
Windows 10 Pro
Resolution 1920x1080p // Screen scaling percentage 100%
Resolution 1920x1080p // Screen scaling percentage 100%
XYplorer Beta Club