Search found 1878 matches

by Marko
Jul 14th, ’25, 18:58
Forum: General Discussion
Topic: Cursor focus NOT in search field after launching Chrome
Replies: 4
Views: 6024

Re: Cursor focus NOT in search field after launching Chrome

I tried and it works by running it from Text Expander, Start menu or Auto Complete modules.
Type: Run

Code: Select all

chrome.exe
by Marko
Jul 14th, ’25, 18:52
Forum: Suggestions
Topic: Feedback (multilanguage installation - strings untranslated)
Replies: 1
Views: 1989

Re: Feedback (multilanguage installation - strings untranslated)

Welcome to the forum! If you wish to contribute to FastKeys translations please contact our support email.
by Marko
Jul 10th, ’25, 19:20
Forum: Announcements
Topic: FastKeys 6.03 Released
Replies: 1
Views: 2930

FastKeys 6.03 Released

What's new in FastKeys 6.03: 10th July 2025 Release notes: - New: enable/disable multiple Text Expander options, - Improved support for longer phrases, - Updated command Library, - Updated translations, - General improvements and bug fixes. Comments, suggestions and bug reports are highly appreciate...
by Marko
Jul 9th, ’25, 21:48
Forum: General Discussion
Topic: Cursor focus NOT in search field after launching Chrome
Replies: 4
Views: 6024

Re: Cursor focus NOT in search field after launching Chrome

Try

Code: Select all

%comspec% /c "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk"
(Type: Run)
by Marko
Jun 27th, ’25, 16:51
Forum: General Discussion
Topic: filecopy doesn't work under 'command' mode
Replies: 2
Views: 10252

Re: filecopy doesn't work under 'command' mode

The command certainly works (Type: Command), please check your access to the folders. Also try enclosing the paths in quotes.
https://www.autohotkey.com/docs/v1/lib/FileCopy.htm
by Marko
Jun 9th, ’25, 20:19
Forum: General Discussion
Topic: DAY TIME CALCULATION: LAST DAY OF PREVIOUS MONTH
Replies: 3
Views: 6609

Re: DAY TIME CALCULATION: LAST DAY OF PREVIOUS MONTH

Code: Select all

TDate := A_YYYY A_MM "01" ; Start Date of Current Month
TDate += -1, D            ; End Date of Previous Month 
FormatTime, fileDate, %TDate%, dd.MM.yyyy
Send, %fileDate%
by Marko
Jun 7th, ’25, 04:19
Forum: General Discussion
Topic: Clipboard manager with a possible issue
Replies: 1
Views: 2793

Re: Clipboard manager with a possible issue

Not sure what you mean. FastKeys clipboard manager works automatically and you can retrieve it by using a Shift+Ctrl+V to select and paste one of the entries. In text expander you can also use the fields %CLIP1%, %CLIP2% etc.
by Marko
May 27th, ’25, 20:55
Forum: User Commands and Scripts
Topic: Help with key combo shortcut
Replies: 2
Views: 4075

Re: Help with key combo shortcut

Set a new shortcut (use a "..." button)
Ctrl+Escape

Type: Send

Code: Select all

{Control Down}{Alt Down}{Tab}{Alt Up}{Control Up}
or
Type: Command

Code: Select all

Send, ^!{Tab}
by Marko
May 26th, ’25, 16:29
Forum: General Discussion
Topic: Automatic update menu icon for urls
Replies: 4
Views: 4524

Re: Automatic update menu icon for urls

FastKeys tries to retrieve the favicon from the webpage, but it seems the Gemini page icon is not located in the standard location. Manually added icons should not be overridden. Can you reproduce the issue step by step?