Double click the shortcut field and manually enter the key
~LButton Up
Search found 1809 matches
- Nov 6th, ’24, 15:11
- Forum: General Discussion
- Topic: How to integrate AHK code?
- Replies: 1
- Views: 77
- Oct 27th, ’24, 19:57
- Forum: General Discussion
- Topic: Start-Menu toolbar with a key
- Replies: 5
- Views: 126
Re: Start-Menu toolbar with a key
You can set the shortcut in Preferences/Start menu #1, #2 …
- Oct 19th, ’24, 06:46
- Forum: General Discussion
- Topic: Pop-Up Window in Text Expander permanently
- Replies: 3
- Views: 153
Re: Pop-Up Window in Text Expander permanently
Could you please give a few usage case examples so we can understand the requirement better? What’s the benefit vs a toolbar?
- Oct 16th, ’24, 21:45
- Forum: General Discussion
- Topic: Pop-Up Window in Text Expander permanently
- Replies: 3
- Views: 153
Re: Pop-Up Window in Text Expander permanently
So you propose to add an option to allow the popup window with input and selection macros to stay active after triggering? We can check if this would be possible to implement in the future.
- Oct 13th, ’24, 19:44
- Forum: General Discussion
- Topic: Create a Shortcut - Hotkey like ALT + A
- Replies: 4
- Views: 153
Re: Create a Shortcut - Hotkey like ALT + A
Type: Send
{Ctrl Down}{Shift Down}V{Shift Up}{Ctrl Up}
Or try Type: Command
Send, ^!v
{Ctrl Down}{Shift Down}V{Shift Up}{Ctrl Up}
Or try Type: Command
Send, ^!v
- Oct 11th, ’24, 21:24
- Forum: General Discussion
- Topic: Create a Shortcut - Hotkey like ALT + A
- Replies: 4
- Views: 153
Re: Create a Shortcut - Hotkey like ALT + A
For example, to simulate Alt+A:
Type: Send
{Alt Down}A{Alt Up}
Or Type: Command
Send, !A
Type: Send
{Alt Down}A{Alt Up}
Or Type: Command
Send, !A
- Oct 8th, ’24, 19:00
- Forum: General Discussion
- Topic: Show menu on and two monitors
- Replies: 4
- Views: 200
Re: Show menu on and two monitors
What happens if you position the Task Bar to the bottom of the screen?
You need to restart FastKeys after changing the monitor setup.
You need to restart FastKeys after changing the monitor setup.
- Oct 4th, ’24, 17:00
- Forum: General Discussion
- Topic: Text in explorer address line
- Replies: 4
- Views: 190
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: 10635
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: 4
- Views: 200
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.