Skip to content

Instantly share code, notes, and snippets.

@coder-user
coder-user / komorebic.ahk
Created June 5, 2023 09:54 — forked from crosstyan/komorebic.ahk
komorebic.ahk for AutoHotkey v2
#SingleInstance Force
WorkspaceNumber := 9
ArrayFromZero(Length){
temp := []
Loop Length {
temp.Push(A_Index-1)
}
return temp