Search found 1826 matches
- Jan 20th, ’25, 22:56
- Forum: General Discussion
- Topic: mouse gestures for new / close tab
- Replies: 6
- Views: 156
Re: mouse gestures for new / close tab
If your mouse is hovering over the tab, first send a mouse click {Click} to open it and then continue with other commands.
- Jan 20th, ’25, 22:52
- Forum: General Discussion
- Topic: restore backup
- Replies: 1
- Views: 14
Re: restore backup
First check Preferences/General/Folders - is the the backup files folder set correctly?
After selecting File/Restore backup, select the file name from the dropdown list first to show available backups.
After selecting File/Restore backup, select the file name from the dropdown list first to show available backups.
- Jan 15th, ’25, 06:52
- Forum: General Discussion
- Topic: Free Version Limitations
- Replies: 2
- Views: 118
Re: Free Version Limitations
It’s a 15 day trial - there are no limitations and you can test all the features to see how it works for you.
- Jan 13th, ’25, 18:25
- Forum: Suggestions
- Topic: Bad date
- Replies: 1
- Views: 150
Re: Bad date
It works as expected at my end. How is the date format defined?
- Jan 13th, ’25, 16:13
- Forum: General Discussion
- Topic: mouse gestures for new / close tab
- Replies: 6
- Views: 156
Re: mouse gestures for new / close tab
For this to work you need to enable the option to enable modifiers (special characters) in Preferences/Text Expander.
Alternatively you can use
{Ctrl Down}t{Ctrl Up}
Alternatively you can use
{Ctrl Down}t{Ctrl Up}
- Jan 6th, ’25, 18:00
- Forum: General Discussion
- Topic: Closing of a specific AHK script (can get it to work in AHK 1.1.37.01)
- Replies: 5
- Views: 1464
Re: Closing of a specific AHK script (can get it to work in AHK 1.1.37.01)
How about this?
Code: Select all
name:="test.ahk"
DetectHiddenWindows On
SetTitleMatchMode RegEx
IfWinExist, i)%Name%.* ahk_class AutoHotkey
{
WinClose
WinWaitClose, i)%Name%.* ahk_class AutoHotkey, , 2
}
- Dec 25th, ’24, 21:38
- Forum: General Discussion
- Topic: Can I have a dictionary for script command
- Replies: 4
- Views: 470
- Dec 25th, ’24, 07:55
- Forum: General Discussion
- Topic: Can I have a dictionary for script command
- Replies: 4
- Views: 470
Re: Can I have a dictionary for script command
Sorry, I’m nor sure I understand the question, could you rephrase?
- Dec 20th, ’24, 23:16
- Forum: General Discussion
- Topic: Folder Search in the Explorer
- Replies: 4
- Views: 515
Re: Folder Search in the Explorer
Sounds like Auto Complete module would be perfect for the job.
- Dec 19th, ’24, 22:59
- Forum: General Discussion
- Topic: Folder Search in the Explorer
- Replies: 4
- Views: 515
Re: Folder Search in the Explorer
Create a new Text expander item, Type: Run, and set the path to the folder into the command field.
https://fastkeysautomation.com/documentation5/Run.html
https://fastkeysautomation.com/documentation5/Run.html