Search found 1503 matches
- Jul 29th, ’22, 11:31
- Forum: Announcements
- Topic: FastKeys 5.08 Released
- Replies: 4
- Views: 269
Re: FastKeys 5.08 Released
I have checked and no email was received on our side. Could you try again?
- Jul 28th, ’22, 17:34
- Forum: General Discussion
- Topic: Spectacular Start menu designed in FastKeys - can you beat this?
- Replies: 16
- Views: 15968
Re: Spectacular Start menu designed in FastKeys - can you beat this?
This was made using a regular “Menu”, using Split by columns option.
- Jul 26th, ’22, 21:06
- Forum: User Commands and Scripts
- Topic: Search a phrase
- Replies: 5
- Views: 6269
Re: Search a phrase
Sorry, I don’t see a search option…
- Jul 21st, ’22, 21:43
- Forum: General Discussion
- Topic: Clipboard - Paste Multiple Items
- Replies: 1
- Views: 56
Re: Clipboard - Paste Multiple Items
This feature is currently not available. However, it is on our development list an will be ready in one of the next updates.
- Jul 18th, ’22, 17:40
- Forum: General Discussion
- Topic: Importing AHK scripts
- Replies: 1
- Views: 55
Re: Importing AHK scripts
You could add it to a Start menu with the option to run on start.
- Jul 17th, ’22, 16:18
- Forum: Suggestions
- Topic: te to sleep doesn't work well
- Replies: 1
- Views: 63
Re: te to sleep doesn't work well
Sorry, I don’t understand. Please contact us on email for specific questions like this.
- Jul 16th, ’22, 18:20
- Forum: User Commands and Scripts
- Topic: to open site with
- Replies: 7
- Views: 173
Re: to open site with
You have the exact answer above, read it again. The caps doesn’t matter.
- Jul 11th, ’22, 21:03
- Forum: General Discussion
- Topic: Shortcuts for a specific software
- Replies: 6
- Views: 118
Re: Shortcuts for a specific software
You should copy the code exactly
Code: Select all
{Control down}9{Control up}
- Jul 11th, ’22, 10:22
- Forum: General Discussion
- Topic: Hold to repeat
- Replies: 1
- Views: 79
Re: Hold to repeat
Shortcut: Xbutton1
Type: Command
Type: Command
Code: Select all
While (GetKeyState( "XButton1","P" ))
{
Send, {PgDn}
Sleep, 10
}
- Jul 11th, ’22, 10:14
- Forum: General Discussion
- Topic: Shortcuts for a specific software
- Replies: 6
- Views: 118
Re: Shortcuts for a specific software
Select "More options" to access Window settings - here you can specify windows in which your shortcut will be active.
https://fastkeysautomation.com/document ... tcuts.html
https://fastkeysautomation.com/document ... tcuts.html