Search found 7 matches

by bitsper2nd
Oct 21st, ’22, 20:58
Forum: Suggestions
Topic: increase or decrease brightness
Replies: 4
Views: 5771

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...
by bitsper2nd
Jun 14th, ’22, 22:04
Forum: Suggestions
Topic: Add FastKeys to WinGet
Replies: 3
Views: 941

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...
by bitsper2nd
Jun 13th, ’22, 21:56
Forum: Suggestions
Topic: Add FastKeys to WinGet
Replies: 3
Views: 941

Add FastKeys to WinGet

As the title says, FastKeys can benefit from being available on WinGet package manager.
by bitsper2nd
May 5th, ’22, 02:54
Forum: Suggestions
Topic: Feature parity with Microsoft Powertoys
Replies: 2
Views: 981

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...
by bitsper2nd
May 1st, ’22, 16:30
Forum: Suggestions
Topic: Feature parity with Microsoft Powertoys
Replies: 2
Views: 981

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...
by bitsper2nd
Jan 17th, ’22, 22:37
Forum: Suggestions
Topic: Program launcher
Replies: 4
Views: 3552

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
by bitsper2nd
Jan 2nd, ’22, 19:11
Forum: User Commands and Scripts
Topic: Double Click To Hide/Unhide Desktop Icons
Replies: 8
Views: 20022

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...