CTRL-F in the preview window
-
zmachine01
- Posts: 58
- 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%
-
highend
- Posts: 14925
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @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: 58
- 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%
-
jupe
- Posts: 3446
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: CTRL-F in the preview window
Well you could hack job it, something like this:
focus "PP"; sendkeys "{Tab}^f";-
zmachine01
- Posts: 58
- 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