Search found 796 matches

by Tom
Jan 13th, ’19, 11:03
Forum: General Discussion
Topic: Not able to send keystrokes
Replies: 2
Views: 1818

Re: Not able to send keystrokes

Fn keys on notebooks are not standard and are difficult to code. You may try {SC163 Down}{F2}{SC163 Up} Examples of sending keystrokes: {Ctrl Down}{PgUp}{Ctrl Up} {f1} ^+X The last example requires modifiers to be enabled in Preferences/Text Expander. https://fastkeysautomation.com/documentation/Sen...
by Tom
Jan 13th, ’19, 10:30
Forum: User Commands and Scripts
Topic: Meta-searching with 1 keyword
Replies: 5
Views: 33972

Re: Meta-searching with 1 keyword

Try this. There were syntax errors in your script - I escaped % characters, corrected "elseif" to "else if" and added control if cancel is pressed or the entered string is empty. InputBox, Input, Meta search, Prefixes: g`, shop`, Tools`, costco`, Music`, Movie etc.,, 320, 130 if ...
by Tom
Jan 13th, ’19, 10:04
Forum: Suggestions
Topic: Feature Request- Adding multi paragraphs against 1 string
Replies: 4
Views: 3511

Re: Feature Request- Adding multi paragraphs against 1 string

Sorry, cannot reproduce this on our computers. Please contact our support mail to discuss further.
by Tom
Jan 11th, ’19, 22:11
Forum: Suggestions
Topic: Feature Request- Adding multi paragraphs against 1 string
Replies: 4
Views: 3511

Re: Feature Request- Adding multi paragraphs against 1 string

It works for me. Maybe you should retype your command.
by Tom
Jan 11th, ’19, 22:09
Forum: Suggestions
Topic: Volume change by mouse scroll work in only some windows?
Replies: 2
Views: 2252

Re: Volume change by mouse scroll work in only some windows?

It should work in any window. I tried File Explorer and Notepad - no problems.
by Tom
Jan 11th, ’19, 22:06
Forum: Suggestions
Topic: Bug with Quick find option
Replies: 1
Views: 1804

Re: Bug with Quick find option

Thanks, this will be resolved.
by Tom
Jan 3rd, ’19, 10:38
Forum: User Commands and Scripts
Topic: Cycle through windows with mouse
Replies: 5
Views: 7051

Re: Cycle through windows with mouse

I updated the post for both shortcuts. It works for me in Win7 and Win10.
It's the same as pressing Alt+Esc and Shift+Alt+Esc on a keyboard, can you try that?
by Tom
Jan 2nd, ’19, 19:30
Forum: User Commands and Scripts
Topic: Cycle through windows with mouse
Replies: 5
Views: 7051

Re: Cycle through windows with mouse

Select Shortcuts module and add two new shortcuts: Shortcut : double click on the field and enter: ~RButton & WheelDown Description : Next window Type : Command Command : Send, !{Esc} Shortcut : double click on the field and enter: ~RButton & WheelUp Description : Previous window Type : Comm...
by Tom
Jan 2nd, ’19, 11:10
Forum: Suggestions
Topic: google shortcut
Replies: 9
Views: 8252

Re: google shortcut

Type: Open
Command:

Code: Select all

http://www.google.com
The caret is in the search field.
by Tom
Jan 2nd, ’19, 11:03
Forum: User Commands and Scripts
Topic: Cycle through windows with mouse
Replies: 5
Views: 7051

Re: Cycle through windows with mouse

Shortcut: ~RButton & WheelDown
Command: Send, !{Esc}

Shortcut: ~RButton & WheelUp
Command: Send, +!{Esc}

Double-click on a shortcut field to enter advanced shortcuts.