Search found 10 matches
- Feb 11th, ’25, 16:04
- Forum: Suggestions
- Topic: Feature Request: Harmonize with FancyZones from PowerToys
- Replies: 2
- Views: 21371
Re: Feature Request: Harmonize with FancyZones from PowerToys
Have you tried adding native ~ to the RButton shortcut for the Gestures?
- Feb 7th, ’25, 19:32
- Forum: Suggestions
- Topic: Brightness control with the mouse wheel
- Replies: 2
- Views: 22357
Re: Brightness control with the mouse wheel
You can add this to the startup script. ;----------------------------------------------------------------------------- ; Change brightness using scroll wheel in the left side of the screen ;----------------------------------------------------------------------------- CoordMode, Mouse, Screen #If isM...
- Jan 27th, ’25, 02:29
- Forum: Suggestions
- Topic: Letters instead of numbers for selection from multiple options with text expander
- Replies: 2
- Views: 17537
Re: Letters instead of numbers for selection from multiple options with text expander
Have you tried pressing Alt + Space for the Quick Find?
- Oct 21st, ’22, 20:58
- Forum: Suggestions
- Topic: increase or decrease brightness
- Replies: 4
- Views: 10102
Re: increase or decrease brightness
Here is code gathered from other scripts. This should let you change the volume when the mouse pointer is on the taskbar and change the screen brightness when the pointer is on the right side of the screen. #NoEnv #Persistent, On #SingleInstance, Force #WinActivateForce #NoTrayIcon ; Change Volume w...
- Jun 14th, ’22, 22:04
- Forum: Suggestions
- Topic: Add FastKeys to WinGet
- Replies: 3
- Views: 5727
Re: Add FastKeys to WinGet
You can install, remove and update programs from the terminal. You can also import and export a list of installed programs. Get information about the program in the CLI. In summary, its very convenient way for those of us experienced in the command line, manage software on Windows. Best part, its fr...
- Jun 13th, ’22, 21:56
- Forum: Suggestions
- Topic: Add FastKeys to WinGet
- Replies: 3
- Views: 5727
Add FastKeys to WinGet
As the title says, FastKeys can benefit from being available on WinGet package manager.
- May 5th, ’22, 02:54
- Forum: Suggestions
- Topic: Feature parity with Microsoft Powertoys
- Replies: 2
- Views: 3443
Re: Feature parity with Microsoft Powertoys
oh sorry. I was just writing some suggestions for FastKeys. There is a popular application called Powertoys with useful features. Simply wanted to highlight some of those feats like the color picker or the cursor focus. I already know how to run AHK scripts on FastKeys. https://docs.microsoft.com/en...
- May 1st, ’22, 16:30
- Forum: Suggestions
- Topic: Feature parity with Microsoft Powertoys
- Replies: 2
- Views: 3443
Feature parity with Microsoft Powertoys
I have some suggestions. How about you include some of powertoys features in the next version of Fastkeys. You could even add the code to the library so people can add it manually. Or even make a tutorial video on how to get powertoys on Fastkeys. Here are some AHK scripts I found that can help repl...
- Jan 17th, ’22, 22:37
- Forum: Suggestions
- Topic: Program launcher
- Replies: 4
- Views: 8729
Re: Program launcher
A program launcher is a great idea. I found this autohotkey launcher. So it should be doable for FastKeys in the near future to add a module.
https://github.com/plul/Public-AutoHotKey-Scripts
https://github.com/plul/Public-AutoHotKey-Scripts
- Jan 2nd, ’22, 19:11
- Forum: User Commands and Scripts
- Topic: Double Click To Hide/Unhide Desktop Icons
- Replies: 8
- Views: 26915
Re: Double Click To Hide/Unhide Desktop Icons
This doesn't seem to work well with Windows 11. When I have don't have the file explorer, it works. But when I open the file explorer or focus on the file explorer for a moment, double clicking to hide the desktop icons does not work. I also want to use this script . How can get this to work with fa...
