I added some functionality to G-Helper, can you keep it in your source code and let it follow your updates? #1426
Mi3sbbbi
started this conversation in
Show and tell
Replies: 2 comments
-
These codes crash and can't be used directly, they're a bunch of shit |
Beta Was this translation helpful? Give feedback.
0 replies
-
g-helper-0.1284.zip |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the entrance to the program increased the function of the generated file (mi3s. Checkfile. CheekPrintScrnfile), to generate the paths in the % appdata % \ GHelper \
g-helper-0.1281.zip
It is used to quickly call the screenshot tool when wechat is not running. The trigger mode is Alt+CTRL+A. If WECHAT is running, the screenshot function of WECHAT will not be interfered.
Added the desktop archive function, pressing the icon can execute C:\Users\ Xie Yangming \AppData\Roaming\GHelper\run.vbs convenient for users to customize the trigger key implementation function, it depends on the configuration item of config.json,
"Runfile": "C:\Users\\u8C22\u626C\u94ED\AppData\Roaming\GHelper\run.vbs",\ run file path
"Hide": 1,\ whether to run the window in hidden form,0= hidden,1= show
HOOK trigger mode: Xbutton1 key =CTRL+ALT+LEFT, Xbutton2 l key =CTRL+ALT+RIGHT,
ALT+ Roll up =CTRL+ALT+LEFT,ALT+ Roll down =CTRL+ALT+RIGHT,
Hold down middle mouse button + Roll up CTRL+ALT+LEFT, hold down middle mouse button + roll down =CTRL+ALT+RIGHT,
CTRL+ALT+C= Check if chatbox.exe is running, run it if not, hide the window if it is, and hide the window if it is hidden (because the chatgpt software I am using does not have a hotkey for this function)
It's even better if you take the time to optimize the code.
Beta Was this translation helpful? Give feedback.
All reactions