Skip to content

Instantly share code, notes, and snippets.

View Rafael-Conde's full-sized avatar
🦀
Learning Rust

Rafael de Conde Rafael-Conde

🦀
Learning Rust
View GitHub Profile
@crosstyan
crosstyan / komorebic.ahk
Last active September 11, 2024 09:54
komorebic.ahk for AutoHotkey v2
#SingleInstance Force
WorkspaceNumber := 9
ArrayFromZero(Length){
temp := []
Loop Length {
temp.Push(A_Index-1)
}
return temp