Skip to content

Instantly share code, notes, and snippets.

View Saniee's full-sized avatar
🎵
Listening to some nice music while coding is the best.

Saniee Saniee

🎵
Listening to some nice music while coding is the best.
View GitHub Profile
@Saniee
Saniee / programHotkeys.ahk
Created November 15, 2023 21:27
AutoHotkey 2.0 Script for launching favorite programs with hotkeys. Completely Customizable, even down to opening of the config hotkey.
#Requires AutoHotkey v2.0
#SingleInstance force
configPath := A_ScriptDir "\programHotkeysConfig.ini"
if (FileExist(configPath)) {
prg1 := IniRead(configPath, "Programs", "prg1Value")
prg2 := IniRead(configPath, "Programs", "prg2Value")
prg3 := IniRead(configPath, "Programs", "prg3Value")
prg4 := IniRead(configPath, "Programs", "prg4Value")
@Saniee
Saniee / typingHelper.ahk
Last active November 17, 2023 15:01
AutoHotkey 2.0 Hotstring Script for speeding up typing, called typing helper.
#Requires AutoHotkey v2.0
#SingleInstance force
; Abbreviations, some are not in :*: due to them intercepting words.
:*:btw::by the way
::ik::I know
:*:idk::I don't know
::k::okay
:*:etc::etcetera
:*:tis::this