diff --git a/D3K.ahk b/D3K.ahk index f0a5638..c344711 100644 --- a/D3K.ahk +++ b/D3K.ahk @@ -397,9 +397,6 @@ If (glovar = 1) :*:]asmn::Asset Manager - :*:]deg::{ASC 248} - :*:]eq::{ASC 247} - ::rowsense::RowSense ::comar::COMAR ::mrtk::mRTK @@ -464,15 +461,10 @@ If (glovar = 1) :*:[serva::Service Advisor :*:[muc::Master Unlock Code :*:[asmn::Asset Manager - - :*:[deg::{ASC 248} - :*:[eq::{ASC 247} #If - - ;------------------------------------------------------------------------------ ; QoL Improvements ;------------------------------------------------------------------------------ @@ -493,3 +485,21 @@ if WinActive("ahk_exe Explorer.EXE") ; If windows explorer is focused } Run, C:\Users\%racf%\Documents Return + +:*:[deg::{ASC 248} +:*:]deg::{ASC 248} +:*:[eq::{ASC 247} +:*:]eq::{ASC 247} + +:*:[shrug::¯\_(ツ)_/¯ +:*:]shrug::¯\_(ツ)_/¯ +::]yee:: + yee() + { + asc_yee := ["░░░░░░░░░░░░░▄███▄▄▄░░░░░░░","░░░░░░░░░▄▄▄██▀▀▀▀███▄░░░░░","░░░░░░░▄▀▀░░░░░░░░░░░▀█░░░░","░░░░▄▄▀░░░░░░░░░░░░░░░▀█░░░","░░░█░░░░░▀▄░░▄▀░░░░░░░░█░░░","░░░▐██▄░░▀▄▀▀▄▀░░▄██▀░▐▌░░░","░░░█▀█░▀░░░▀▀░░░▀░█▀░░▐▌░░░","░░░█░░▀▐░░░░░░░░▌▀░░░░░█░░░","░░░█░░░░░░░░░░░░░░░░░░░█░░░","░░░░█░░▀▄░░░░▄▀░░░░░░░░█░░░","░░░░█░░░░░░░░░░░▄▄░░░░█░░░░","░░░░░█▀██▀▀▀▀██▀░░░░░░█░░░░","░░░░░█░░▀████▀░░░░░░░█░░░░░","░░░░░░█░░░░░░░░░░░░▄█░░░░░░","░░░░░░░██░░░░░█▄▄▀▀░█░░░░░░","░░░░░░░░▀▀█▀▀▀▀░░░░░░█░░░░░", "yee ░░░░░█░░░░░░░░░░░░█░░░░"] + + For index, value in asc_yee + { + SendInput, %value%{ShiftDown}{Enter}{ShiftUp} + } + }