Get it using the "raw" button or unicode color values might not be there.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv | |
#SingleInstance Force | |
SendMode Input | |
;CTRL+F12 toggles the number keys to numpad keys. | |
;Sounds were embed using https://autohotkey.com/board/topic/64481-include-virtually-any-file-in-a-script-exezipdlletc/ | |
Extract_BeepEnable(A_Temp . "\BeepEnable.wav") | |
Extract_BeepDisable(A_Temp . "\BeepDisable.wav") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SingleInstance Force | |
#NoTrayIcon ;If you want the tray icon to be visible; comment this line by adding a semicolon ; in front of the #. Example: ;#NoTrayIcon | |
; ALTERNATIVE METHOD: Try the built-in Everything option "hotkey_explorer_path_search" | |
; ^^^INFO: https://www.voidtools.com/forum/viewtopic.php?p=17390#p17390 | |
EverythingPath := "C:\Program Files\Everything\Everything.exe" ;Set this to your everything.exe path. Keep the quotes. | |
;---Optional setup for special folders--- | |
MyRecycleBin := "Recycle Bin" ;If your OS is not English, go to your explorer's "Recycle Bin" (🚮) folder and change this to the title of that window. Keep the quotes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv | |
#SingleInstance Force | |
SetWorkingDir %A_ScriptDir% | |
;YOU GOTTA EDIT THE TEXT IN THE SCRIPT. | |
Timer := 30 | |
KillTimer := 3 | |
PopupText := "NOT WORKING, ADJUST IT MANUALLY" | |
Poppingup := 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv | |
#SingleInstance Force | |
SetWorkingDir %A_ScriptDir% | |
FileEncoding, UTF-8 | |
SetFormat, float, 0.3 | |
;7Backup: https://gist.github.com/Onurtag/6e99802131a1995f5946c310643d331e | |
;For this script, YOU NEED 7z.exe (https://www.7-zip.org/) . Copy that exe from your 7-zip installation to the script's folder or add your 7z folder to path (environment variables). |
NewerOlder