Search found 103 matches

by cadudesun
Mar 3rd, ’20, 10:52
Forum: General Discussion
Topic: How to create start menu items to trigger Fastkeys' "Quick Find" and "Quick Add" functionalities through the UI?
Replies: 1
Views: 1292

How to create start menu items to trigger Fastkeys' "Quick Find" and "Quick Add" functionalities through the UI?

Hi, I'd appreciate your help. Although in "Tools>Preferences" you can set shortcuts to "Quick find" and "Quick-add", I would like to add those Fastkeys' functionalities to its start menu, in order they become actionable from the UI as well. Is it possible? How to? Thank...
by cadudesun
Feb 25th, ’20, 13:06
Forum: Suggestions
Topic: BUG? Submenu items changing formatting mistakenly/automatically when adding an ICON to the item (v4.25)
Replies: 1
Views: 3181

BUG? Submenu items changing formatting mistakenly/automatically when adding an ICON to the item (v4.25)

Hi, I'm using Fastkeys v4.25. As shown in this screencast (http://bit.ly/3ca8JKb), there is an apparent bug regarding submenu items changing formatting mistakenly/automatically when adding an ICON to the item. I was expecting the menu/submenu items to always keep formatting consistency according to ...
by cadudesun
Feb 21st, ’20, 14:56
Forum: Suggestions
Topic: BUG? Menu group inheriting wrong formatting from adjacent submenu items (v4.25)
Replies: 1
Views: 3025

BUG? Menu group inheriting wrong formatting from adjacent submenu items (v4.25)

Hi, I'm using Fastkeys v4.25. As shown in this screencast (http://bit.ly/3bVTpRp), there is an apparent bug in which a menu item is inheriting the wrong formatting from adjacent submenu items. I mean, that menu item shouldn't be formatted when changing the formatting of adjacent submenu items. Could...
by cadudesun
Feb 21st, ’20, 13:19
Forum: General Discussion
Topic: How to set the same shortcut (e.g. #s) to send one command when single pressing, and another when pressed twice?
Replies: 1
Views: 1311

How to set the same shortcut (e.g. #s) to send one command when single pressing, and another when pressed twice?

Hi, I'd appreciate your assistance. The script below works properly when it is run as a native AHK script, allowing to set the same shortcut (e.g. #s) to send one command when single pressing, and another when pressed twice. I tried to implement this script into Fastkeys as a shortcut and a start me...
by cadudesun
Feb 21st, ’20, 13:11
Forum: General Discussion
Topic: After clicking start menu, Fastkeys isn't focusing the background app to run the expected command
Replies: 4
Views: 2502

Re: After clicking start menu, Fastkeys isn't focusing the background app to run the expected command

Tom wrote: Feb 12th, ’20, 22:05 There should be no need for a pause.
Thanks @Tom.
I've been testing commands from the menu without pause, and they are working properly indeed.
by cadudesun
Feb 12th, ’20, 13:39
Forum: General Discussion
Topic: After clicking start menu, Fastkeys isn't focusing the background app to run the expected command
Replies: 4
Views: 2502

Re: After clicking start menu, Fastkeys isn't focusing the background app to run the expected command

Hi @Tom, Many thanks for the reply! When creating this kind of script to be actionable from Fastkeys menu, do you know if it is necessary to use a "sleep" command to give Fastkeys menu the time to disappear and the script be guaranteed to work properly? Sleep 150 ;wait for Fastkeys menu to...
by cadudesun
Feb 12th, ’20, 13:34
Forum: General Discussion
Topic: Issue for running applications under %A_Appdata%
Replies: 2
Views: 1462

Re: Issue for running applications under %A_Appdata%

In the first one you should use %A_UserName%. Many thanks for the reply @Tom! By using %A_UserName% as following I could run the script from Fastkeys start menu: Run, C:\Users\%A_UserName%\AppData\Local\Programs\Moo.do\Moo.do.exe I tried to shorten the path to ignore C:\Users, but it doesn't work f...
by cadudesun
Feb 11th, ’20, 18:20
Forum: General Discussion
Topic: After clicking start menu, Fastkeys isn't focusing the background app to run the expected command
Replies: 4
Views: 2502

After clicking start menu, Fastkeys isn't focusing the background app to run the expected command

Hi, I'd appreciate your help. By clicking Fastkeys start menu having Chrome as the last used app, I was expecting the command below to run, copying to the clipboard the URL and webpage title with the following formatting: FastKeys Automation Software https://www.fastkeysautomation.com/ However, it s...
by cadudesun
Feb 11th, ’20, 15:01
Forum: General Discussion
Topic: Issue for running applications under %A_Appdata%
Replies: 2
Views: 1462

Issue for running applications under %A_Appdata%

Hi, I'd appreciate your help regarding running applications under %A_Appdata% from Fastkeys start menu. The two commands below works properly when running from a regular ahk script: Run, "C:\Users\%username%\AppData\Local\Programs\Moo.do\Moo.do.exe" Run, "%A_Appdata%\Local\Programs\Mo...
by cadudesun
Jan 12th, ’20, 15:21
Forum: General Discussion
Topic: Possible to show some 'start menu' items only when [#If WinActive] is true?
Replies: 2
Views: 1182

Re: Possible to show some 'start menu' items only when [#If WinActive] is true?

This is currently not possible. However you could make up to four menus for different purposes. Thanks for your reply Tom! Do you know if I can access the other menus as submenus of the "main start menu"? For instance, I'd like to set just 1 shortcut to a ubiquitous menu pop-up. From the ...