Microsoft starts testing ads in the Windows 11 Start menu

https://feddit.nl/post/13682091

Microsoft starts testing ads in the Windows 11 Start menu - feddit.nl

KDE Plasma 6, and their distro KDE Neon, are both really good.

There are many very friendly Linux communities on Lemmy who can help you get set up.

@tsonfeir But Linux does not have AutoHotkey. This is the biggest deal-breaker for me by far.
AutoHotkey

Free keyboard macro program. Supports hotkeys for keyboard, mouse, and joystick. Can expand abbreviations as you type them (AutoText).

Depending on your usage, perhaps this re-implementation of AHK for Linux might be of use to you.

github.com/phil294/AHK_X11

GitHub - phil294/AHK_X11: AutoHotkey for Linux (X11-based systems)

AutoHotkey for Linux (X11-based systems). Contribute to phil294/AHK_X11 development by creating an account on GitHub.

GitHub
Interesting, thanks. I think ultimately, seeing this port's adherence to AHK v1 syntax, I'd just have to bite the bullet and learn Python or something, though...

I doesn’t have auto hotkey because for the most part, you can control Linux from the command-line without someone having to invent a new scripting language from scratch to control it.

I heavily recommend you familiarize yourself with bash and the system commands you’ll need to send key presses, move windows, spawn and kill programs, etc.

Hmm, thanks. Can it simulate mouse-clicks?
An alternative is python, it can do GUIs easily, and it does have mouse-control facilités as well and it is cross plaform. That being said generally on Linux you don’t even need to automate mouse click, as almost all of it can be controllers with straight up commands.
Fuck me, there is no worse way automating things
Do you have any as-convenient alternative? It's way easier to use than Python or anything else, and it's sped up some of my work procedures by, like, 7x. I use it for dozens of text expansion strings, autocorrect, address typers, mouse-clickers, etc.