Skip to content

Instantly share code, notes, and snippets.

@crosstyan
crosstyan / komorebic.ahk
Last active June 8, 2024 14:19
komorebic.ahk for AutoHotkey v2
#SingleInstance Force
WorkspaceNumber := 9
ArrayFromZero(Length){
temp := []
Loop Length {
temp.Push(A_Index-1)
}
return temp