Search found 791 matches

by Tom
Jan 11th, ’19, 22:06
Forum: Suggestions
Topic: Bug with Quick find option
Replies: 1
Views: 1792

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: 6953

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: 6953

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: 8229

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: 6953

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.
by Tom
Dec 26th, ’18, 17:58
Forum: General Discussion
Topic: Caps Lock Mapping Question
Replies: 3
Views: 2437

Re: Caps Lock Mapping Question

No need to change the registry - in FastKeys you can disable CapsLock key in Preferences/Functions/Disable CapsLock.
by Tom
Dec 26th, ’18, 17:49
Forum: Suggestions
Topic: autocorrect
Replies: 6
Views: 5597

Re: autocorrect

What do you mean not working properly? Auto Correct English phrase file may not include all possible mistyped words - you can add Sugest/Suggest if you wish.
by Tom
Dec 1st, ’18, 14:03
Forum: General Discussion
Topic: Calculate Time zone
Replies: 5
Views: 3898

Re: Calculate Time zone

Marko already gave a solution, you just need to adjust FormatTime command. There are many options: https://autohotkey.com/docs/commands/FormatTime.htm TimeDifference:=-6 LocalTime:=A_Now AltTime:=LocalTime AltTime+=%TimeDifference%, Hours FormatTime, ltime, %LocalTime%, Time FormatTime, atime, %AltT...
by Tom
Nov 30th, ’18, 05:58
Forum: Suggestions
Topic: FastKeys and Avast not playing well together...
Replies: 5
Views: 4893

Re: FastKeys and Avast not playing well together...

Have you tried this?
https://www.virustotal.com/

Try running with the default settings - open Examples.fdb (File/Open). Any difference?

Do you use encryption?
by Tom
Nov 25th, ’18, 21:20
Forum: User Commands and Scripts
Topic: Right mouse button long click, show Text Expander menu
Replies: 2
Views: 6030

Re: Right mouse button long click, show Text Expander menu

This is currently not supported but you could use many other shortcut key/mouse combinations. You could also make your own script which would do the similar.