Monday, January 22, 2024

Alexa App for Windows

 On my current version of the "store" it is missing.

Use this link https://apps.microsoft.com/detail/9N12Z3CCTCNZ?activetab=pivot%3Aoverviewtab&hl=en-us&gl=US

Why would anyone want this?
I use it to edit my shopping list. Much easier.

Autohotkey V2 Stuff

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