Microsoft starts testing ads in the Windows 11 Start menu
Microsoft starts testing ads in the Windows 11 Start menu
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.
Depending on your usage, perhaps this re-implementation of AHK for Linux might be of use to you.
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.
I had the same issue holding me back from giving up Windows, until I discovered the Python keyboard module.
How to bind key presses to it varies, but here’s a recipe for Ubuntu, as an example:
askubuntu.com/…/how-can-i-assign-a-keyboard-short…
Overall, it’s not quite as elegant, as AutoHotKey, but it’s ultimately a more powerful, since there’s so much else I can also do from the same Python script.
Edit: Most notably, I don’t recall AutoHotKey having any nice way to tell which apps are open, and Python can quickly call out to ps. It’s been on my to-do list to leverage this to let me map keybindings according to what is open (i.e. a favorite game, or a move player.)