Search found 1674 matches
- Jun 30th, ’23, 18:00
- Forum: General Discussion
- Topic: What can be passed through from 'send' mode, to 'insert command code' function.
- Replies: 3
- Views: 1003
Re: What can be passed through from 'send' mode, to 'insert command code' function.
There are some limitations, one is with the Com objects. For using those I recommend saving the script as ahk file and run it with "Run" mode.
- Jun 16th, ’23, 17:36
- Forum: Suggestions
- Topic: Problem with shortcuts
- Replies: 3
- Views: 3625
Re: Problem with shortcuts
I think the shortcut is working. Try this code
Code: Select all
Send ^c
Sleep 50
Send {Right}
Send ^v
- Jun 15th, ’23, 20:27
- Forum: Suggestions
- Topic: Problem with shortcuts
- Replies: 3
- Views: 3625
Re: Problem with shortcuts
What's not working? What would you like to do?
- Jun 12th, ’23, 15:53
- Forum: Suggestions
- Topic: Issue of Shortcut keys
- Replies: 1
- Views: 2528
Re: Issue of Shortcut keys
Sure, select three dots button to see advanced settings.
- Jun 11th, ’23, 15:07
- Forum: General Discussion
- Topic: Using the 'Space' keystroke as the selection key doesn't work.
- Replies: 1
- Views: 2341
Re: Using the 'Space' keystroke as the selection key doesn't work.
Thanks, this will be resolved in the next version release.
- Jun 6th, ’23, 07:07
- Forum: General Discussion
- Topic: Can't make my script work ONLY in a specific window
- Replies: 2
- Views: 2065
Re: Can't make my script work ONLY in a specific window
You should use a name of the window or ahk_class to identify the window. Use Window Information Tool to get this info - Tools/Window Information.
Also, you are using the shortcut syntax incorrectly. It should be
Enter::
instead of
::Enter::
Also, you are using the shortcut syntax incorrectly. It should be
Enter::
instead of
::Enter::
- Jun 6th, ’23, 07:03
- Forum: Suggestions
- Topic: FastKeys not loading at boot.
- Replies: 3
- Views: 1927
Re: FastKeys not loading at boot.
Please check first if FastKeys is running. Click on the FastKeys Tray icon or press F8 to open the settings window.
https://fastkeysautomation.com/document ... Guide.html
https://fastkeysautomation.com/document ... Guide.html
- May 23rd, ’23, 20:26
- Forum: General Discussion
- Topic: Change Menu Shortcut for Start Menu
- Replies: 1
- Views: 1571
Re: Change Menu Shortcut for Start Menu
Simply press Ok button to save and close the Preferences window.
- May 21st, ’23, 20:33
- Forum: General Discussion
- Topic: Fastkeys Interface Issue
- Replies: 4
- Views: 2333
Re: Fastkeys Interface Issue
Are you using multiple monitors?
One way to reset window positions is to Shift+Click on FastKeys tray icon.
One way to reset window positions is to Shift+Click on FastKeys tray icon.
- May 16th, ’23, 16:20
- Forum: General Discussion
- Topic: Fastkeys Interface Issue
- Replies: 4
- Views: 2333
Re: Fastkeys Interface Issue
Can you please post exact steps to reproduce this issue? This would be highly appreciated, thanks.