Thursday, October 26, 2023

Trinity Android Emulator

I'm no big fan of Android emulators but this one is interesting and open source.
On Win11 it worked fine but would not start on Win10
It was suggested to do this . . . yet to try
turn pn hyper v and also install intel xham

Autohotkey V2 Stuff

 #Requires AutoHotkey v2.0 (required) #SingleInstance Force ::h::hello (hello with following space) :o:h::hello (hellow no following space) ...