You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we have the options that are currently only accesible through Windows' Registry be modifiable in another way?
The options I can think of are either:
An ini file located in the same folder the program is in.
A small window that pops up when you click the Tray icon, much like the one that pops up currently when you click on it.
The options I'm mainly interested in are PauseKey, TrayIcon and ProcessNameToPause.
Perhaps the options window could be the main window of the program, with the option to have it minimized either to Windows' task bar or tray as a toggle with a check box, replacing the TrayIcon option.
Nothing fancy, just something as simple as possible (Ik it's prob still a lot of work, but it would add greatly to the program's functionality).
Lastly this program is a life changer, tysm for your work!
The text was updated successfully, but these errors were encountered:
Here you go, copy and save this text as a *.reg file:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\UniversalPauseButton]
"Debug"=dword:00000000
"PauseKey"=dword:00000013
"TrayIcon"=dword:00000001
"ProcessNameToPause"=""
Change the values to whatever you want, according to the documentation.
Then save the file.
Then double-click the file to import it into the registry. :)
Can we have the options that are currently only accesible through Windows' Registry be modifiable in another way?
The options I can think of are either:
The options I'm mainly interested in are PauseKey, TrayIcon and ProcessNameToPause.
Perhaps the options window could be the main window of the program, with the option to have it minimized either to Windows' task bar or tray as a toggle with a check box, replacing the TrayIcon option.
Nothing fancy, just something as simple as possible (Ik it's prob still a lot of work, but it would add greatly to the program's functionality).
Lastly this program is a life changer, tysm for your work!
The text was updated successfully, but these errors were encountered: