Search found 796 matches

by Tom
Nov 17th, ’19, 21:22
Forum: General Discussion
Topic: Window to top/bottom half of the screen
Replies: 4
Views: 1206

Re: Window to top/bottom half of the screen

Use WinMove command: https://www.autohotkey.com/docs/commands/WinMove.htm

Code: Select all

WinMove, A,, 0, 0, A_ScreenWidth, A_ScreenHeight/2
;or
WinMove, A,, 0, A_ScreenHeight/2, A_ScreenWidth, A_ScreenHeight/2
by Tom
Nov 15th, ’19, 19:04
Forum: General Discussion
Topic: Mix HTML commands and keystrokes
Replies: 5
Views: 2230

Re: Mix HTML commands and keystrokes

Try using Non formatted text and "Insert Another Command" macro to insert previously defined HTML formatted phrase.
by Tom
Nov 15th, ’19, 19:02
Forum: General Discussion
Topic: How can I use - I'm Happy - as a string to trigger autocomplete?
Replies: 2
Views: 696

Re: How can I use - I'm Happy - as a string to trigger autocomplete?

I tried and it works for me.
String: I'm
Type: Send
Substitute: I'm happy!
by Tom
Nov 15th, ’19, 19:00
Forum: General Discussion
Topic: Bring window to front
Replies: 6
Views: 2029

Re: Bring window to front

Can you try with another software path - does it work?
What happens if you run it using Cmd?
C:\Program Files (x86)\Dentrix\Office.exe
by Tom
Nov 9th, ’19, 22:06
Forum: General Discussion
Topic: Inserting multiple clipboard history items?
Replies: 1
Views: 1288

Re: Inserting multiple clipboard history items?

You can hold Shift when selecting the clipboard item to paste without closing the popup.
Preferences/Functions/Clipboard Manager
by Tom
Nov 9th, ’19, 22:04
Forum: General Discussion
Topic: Bring window to front
Replies: 6
Views: 2029

Re: Bring window to front

This is an operating system issue. Try to use another shortcut (avoid Alt and Win modifiers). Or use this: Run, "C:\Program Files (x86)\Folder\software.exe",,, OutputVarPID WinWait, ahk_pid %OutputVarPID% WinActivate, ahk_pid %OutputVarPID% https://www.autohotkey.com/docs/commands/WinActiv...
by Tom
Nov 5th, ’19, 09:09
Forum: General Discussion
Topic: a+b hotkey run script. Is it possible?
Replies: 5
Views: 2313

Re: a+b hotkey run script. Is it possible?

In your case "a" becomes a shortcut and therefore loses it's original function.

To avoid this, specify another shortcut
Shortcut: a
Type: Send
Command: a
by Tom
Nov 4th, ’19, 22:50
Forum: General Discussion
Topic: a+b hotkey run script. Is it possible?
Replies: 5
Views: 2313

Re: a+b hotkey run script. Is it possible?

Could you please describe your issue better? The command from your screenshot seems to be ok.
by Tom
Nov 4th, ’19, 16:42
Forum: General Discussion
Topic: "Put Text in Quotes", seemingly not working in all contexts
Replies: 9
Views: 2707

Re: "Put Text in Quotes", seemingly not working in all contexts

How about this?

Code: Select all

send, ^c
sleep 200
Send % "" clipboard ""