Skip to content

Instantly share code, notes, and snippets.

View ValeevD's full-sized avatar

Valeev Dmitriy ValeevD

View GitHub Profile
@ValeevD
ValeevD / OneS.ahk
Last active May 21, 2025 23:42
AutoHotkey settings
#Requires AutoHotkey v2.0
f(IsRedirect)
{
if IsRedirect == true
Send "{LCtrl}{LAlt}p"
else
Send "^{End}"
}