Search found 9 matches

by stevethaw7
23 Mar 2018, 19:55
Forum: Ask for Help (v1)
Topic: Enter Firefox search phrase
Replies: 3
Views: 1236

Re: Enter Firefox search phrase

Thank you BoBo but that does not appear to do what I want. Or at least I do not see how it can do what I want. My goal is to have the script open Firefox, type "microsoft access " in the address bar and wait for me to enter the rest of the search term and press ENTER. I have configured Firefox to us...
by stevethaw7
20 Mar 2018, 07:36
Forum: Ask for Help (v1)
Topic: Enter Firefox search phrase
Replies: 3
Views: 1236

Enter Firefox search phrase

I would appreciate advice in developing a hotkey script to accomplish the following: - open Firefox, or, if Firefox is already running add a new tab - place the cursor in the address bar and enter the phrase "microsoft access" with a space after the phrase - leave the cursor in the address bar ready...
by stevethaw7
08 Feb 2018, 21:25
Forum: SciTE4AutoHotkey
Topic: Change SciTE4AutoHotkey from tabbed to multiple instances?
Replies: 0
Views: 2107

Change SciTE4AutoHotkey from tabbed to multiple instances?

When working with multiple scripts, SciTE4AutoHotkey has a tab for each open script under the toolbar. How can I configure SciTE4AutoHotkey to open in multiple instances rather than one instance with tabs?

Thanks.
by stevethaw7
08 Feb 2018, 21:16
Forum: SciTE4AutoHotkey
Topic: Change SciTE4AutoHotkey from tabbed to multiple instances?
Replies: 0
Views: 2021

Change SciTE4AutoHotkey from tabbed to multiple instances?

When working with multiple scripts, SciTE4AutoHotkey has a tab for each open script under the toolbar. How can I configure SciTE4AutoHotkey to open in multiple instances rather than one instance with tabs?

Thanks.
by stevethaw7
08 Feb 2018, 21:00
Forum: SciTE4AutoHotkey
Topic: Change AHK tabbed to multiple instances?
Replies: 4
Views: 3460

Re: Change AHK tabbed to multiple instances?

You are right, I messed up. My apologies. I am referring to the SciTE4AutoHotkey editor. When working with multiple scripts, SciTE has a tab for each open script under the toolbar. How can I configure SciTE to open in multiple instances rather than one instance with tabs?

Embarrassed :oops:
by stevethaw7
08 Feb 2018, 20:34
Forum: Ask for Help (v1)
Topic: How to place text cursor?
Replies: 4
Views: 1637

Re: How to place text cursor?

The text viewer does have a find function and it appears to work as expected. I will go that route.

Thank you Osprey :)
by stevethaw7
08 Feb 2018, 19:48
Forum: SciTE4AutoHotkey
Topic: Change AHK tabbed to multiple instances?
Replies: 4
Views: 3460

Change AHK tabbed to multiple instances?

As I open multiple scripts, AutoHotKey opens each one in a tab along the top of its text area. How can I configure AHK to open in multiple instances rather than one instance with tabs?

Thanks.

Steve
by stevethaw7
08 Feb 2018, 16:20
Forum: Ask for Help (v1)
Topic: How to place text cursor?
Replies: 4
Views: 1637

Re: How to place text cursor?

Thank you. I tried that and it will work. However, the text file is several thousand characters in length. Right-arrowing far into the document takes a relatively long time, not a good experience for the user to sit there and watch and wait. I was hoping there is a more direct, efficient way to plac...
by stevethaw7
08 Feb 2018, 15:32
Forum: Ask for Help (v1)
Topic: How to place text cursor?
Replies: 4
Views: 1637

How to place text cursor?

I need some help in placing the text cursor. Here's the situation: - Open a text file. - Copy the text to the Clipboard. - Use InStr to find the position of a specified text string. - Next I need to position the text cursor (not the mouse cursor) at the beginning of the specified text string. How do...

Go to advanced search