What happens if you position the Task Bar to the bottom of the screen?
You need to restart FastKeys after changing the monitor setup.
Search found 1803 matches
- Oct 8th, ’24, 19:00
- Forum: General Discussion
- Topic: Show menu on and two monitors
- Replies: 3
- Views: 90
- Oct 4th, ’24, 17:00
- Forum: General Discussion
- Topic: Text in explorer address line
- Replies: 4
- Views: 128
Re: Text in explorer address line
I see, it seems that the focus is lost during the process. We'll test it further.
But why not using
Type: Run
But why not using
Type: Run
Code: Select all
C:\Users\marexds\Desktop\
/C:\Users\marexds\Desktop\Folder1
/C:\Users\marexds\Desktop\Folder2
- Oct 3rd, ’24, 09:08
- Forum: Suggestions
- Topic: FastKeys just stops working
- Replies: 26
- Views: 10427
Re: FastKeys just stops working
You need to find the software which does this on your computer (anti virus, security, keylogger, other automation software etc). Try to disable one by one in Task Manager.
- Oct 3rd, ’24, 09:00
- Forum: General Discussion
- Topic: Show menu on and two monitors
- Replies: 3
- Views: 90
Re: Show menu on and two monitors
If right edge is selected then the menu will always appear on the right edge of the most right monitor. You need to restart FastKeys after changing the monitor setup.
- Oct 3rd, ’24, 08:57
- Forum: General Discussion
- Topic: Text in explorer address line
- Replies: 4
- Views: 128
Re: Text in explorer address line
I tried and it works for me. Maybe share your command setting.
- Oct 3rd, ’24, 08:52
- Forum: General Discussion
- Topic: Simple keystrokes
- Replies: 3
- Views: 121
Re: Simple keystrokes
Type: Send
or Type: Command
Code: Select all
{Backspace}{1000}1{1000}Y{1000}G
Code: Select all
Send, {Backspace}
Sleep, 1000
Send, 1
Sleep, 1000
Send, Y
Sleep, 1000
Send, G
- Oct 2nd, ’24, 11:37
- Forum: Suggestions
- Topic: FastKeys just stops working
- Replies: 26
- Views: 10427
Re: FastKeys just stops working
No difference, Reload runs FastKeys.exe again. Running as admin could help, it depends on the conflicting software.
Can you please check if saving the settings (instead if Reload) also help?
Can you please check if saving the settings (instead if Reload) also help?
- Oct 2nd, ’24, 07:34
- Forum: Suggestions
- Topic: FastKeys just stops working
- Replies: 26
- Views: 10427
Re: FastKeys just stops working
Can you please check if saving the settings (Ctrl+S) solves your issue or you need to reload FastKeys?
- Oct 1st, ’24, 19:10
- Forum: User Commands and Scripts
- Topic: Center Window - Won't Work With Adobe
- Replies: 2
- Views: 190
Re: Center Window - Won't Work With Adobe
Does this work?
or
Code: Select all
WinGetPos,,, Width, Height, A
WinMove A,, (A_ScreenWidth-Width)/2, (A_ScreenHeight-Height)/2
Code: Select all
SysGet Mon, MonitorWorkArea
WinGetPos,,, Width, Height, A
WinMove A,, (MonRight-Width)/2, (MonBottom-Height)/2
- Oct 1st, ’24, 18:55
- Forum: Suggestions
- Topic: FastKeys just stops working
- Replies: 26
- Views: 10427
Re: FastKeys just stops working
As explained this means that another program on your computer takes the control over the "keyboard hook", preventing FastKeys to use it. Known programs include Microsoft Powertoys, VDOS, Microsoft Intellitype, clipboard, keyboard or typing managers etc. Check also antivirus or other securi...