[AHK]Quick Search in a maximized view

A place to post your ideas and solutions for how best to make use of the software

Moderators: abstr, Niko

Post Reply
Niko
Posts: 239
Joined: Wed Sep 18, 2019 6:48 am

[AHK]Quick Search in a maximized view

Post by Niko » Thu Oct 24, 2019 11:50 am

TDl.jpg
TDl.jpg (22.51 KiB) Viewed 5190 times
This trick was inspired after reading this viewtopic.php?f=7&t=230. It allows you to input data to any field when this field is hidden and there are no hotkeys available for this purpose by default.
Requirements:
Autohotkey - https://www.autohotkey.com/
SimpleSpy - http://the-automator.com/SimpleSpy
The Script below:
Search.zip
(580 Bytes) Downloaded 269 times
Installation:
1. Install AutoHotKey
2. Extract and launch SimpleSpy
3. Drag the findertool over the search field as shown below:
Simple.gif
Simple.gif (41.21 KiB) Viewed 5190 times
4. Copy a value in the control field (in the example above it's ComboBox14, but you might have another name) and replace the value by default in Search.AHK (ComboBox14) by your value if these values are different. Save.
5. Run Search.ahk
6. Press F4 to open the search box (you can change this hotkey to another hotkey to find more visit https://www.autohotkey.com/docs/KeyList.htm)
7. Input text and press "OK" button
ex.gif
ex.gif (413.16 KiB) Viewed 5190 times

Hentoiy Razoir
Posts: 9
Joined: Tue Oct 22, 2019 5:37 am

Re: [AHK]Quick Search in a maximized view

Post by Hentoiy Razoir » Fri Oct 25, 2019 5:39 am

Sorry for being off-topic, but may I know how you created these animated GIFs?


Hentoiy Razoir
Posts: 9
Joined: Tue Oct 22, 2019 5:37 am

Re: [AHK]Quick Search in a maximized view

Post by Hentoiy Razoir » Sun Oct 27, 2019 5:11 pm

Korunekosama wrote:
Fri Oct 25, 2019 9:23 am
https://www.screentogif.com/
Thanks. I use LICEcap. I will compare the two programs with each other.

User avatar
abstr
Site Admin
Posts: 370
Joined: Sun Jul 28, 2019 12:22 pm

Re: [AHK]Quick Search in a maximized view

Post by abstr » Tue Oct 29, 2019 1:05 am

'ScreenToGif' could also be a 'Tips and Tricks' post...

Post Reply