Search found 1873 matches

by Marko
Jun 9th, ’25, 20:19
Forum: General Discussion
Topic: DAY TIME CALCULATION: LAST DAY OF PREVIOUS MONTH
Replies: 2
Views: 182

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

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

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

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?
by Marko
May 20th, ’25, 21:49
Forum: General Discussion
Topic: Fastkeys don't run on Windows on ARM Copilot+ PC
Replies: 4
Views: 837

Re: Fastkeys don't run on Windows on ARM Copilot+ PC

We have released a 32 bit version of FastKeys 6 which should work with ARM processors, you just need to set the compatibility settings. Right click on a FastKeys desktop icon and select Properties. Then select Windows ARM, Change emulation settings, Enable option "Disable hybrid execution mode ...
by Marko
May 14th, ’25, 18:50
Forum: Suggestions
Topic: Feature Request - NumLock Indicator
Replies: 1
Views: 1025

Re: Feature Request - NumLock Indicator

You can develop on the following idea: Shortcut: NumLock (enable Native and Wildcard options) Type: Command Gui, nml:Destroy Gui, nml:+AlwaysOnTop +ToolWindow -SysMenu -Caption +LastFound Gui, nml:Font, s12 bold, Verdana ;change font color, size and font Gui, nml:Color, white ;change background colo...
by Marko
Apr 30th, ’25, 18:10
Forum: Suggestions
Topic: Sync settings over multiple computers
Replies: 5
Views: 5378

Re: Sync settings over multiple computers

To have the settings automatically synced simply save FastKeys settings file to a cloud (OneDrive, Dropbox etc) or a shared network drive. For example: - on the first computer, use File/Save As... to save the settings file to synced cloud folder, - on the second computer, use File/Open... to load th...
by Marko
Apr 5th, ’25, 19:22
Forum: Announcements
Topic: FastKeys 6.02 Released
Replies: 2
Views: 4003

FastKeys 6.02 Released

What's new in FastKeys 6.02:
5th April 2025

Release notes:
- Improved treatment of special characters,
- Improved import routines,
- Updated translations,
- General improvements and bug fixes.

Comments, suggestions and bug reports are highly appreciated. Thanks!

Download FastKeys HERE.
by Marko
Apr 5th, ’25, 18:38
Forum: General Discussion
Topic: Automatic update menu icon for urls
Replies: 4
Views: 2019

Re: Automatic update menu icon for urls

Thanks, we'll see if this could be improved in one of the future releases.
Until then you can manually set any menu icon. ;)