Minor improvements
This commit is contained in:
parent
7e3f293f8c
commit
65b040054a
26
D3K.ahk
26
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}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user