490
All hail the mighty butt.
(lemmy.world)
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
Can confirm, I’m just hitting my first year of using Tumbleweed as my main OS after giving up on Microsoft. It plays almost everything without issue. The very few things I boot into Windows for are games that I want to use Autohotkey with, old games that don’t work well with Proton, or VR.
if you are using ahk for things like macros, xbindkeys is your friend! It allows you to bind any command to a key or combo.
if you're on wayland there's no real alternative, as usual.
On wayland, switch to ydotool (the port of xdotool)
Thanks for the tip, I'll check it out. Most of my AHK scripts are simple, not really macros, just adding toggles to keys or remapping stuff, like putting mouse buttons on a keyboard key, or remapping WASD to ESDF for games that don't support key remapping. I messed around with some key remappers for Linux about 9 months ago but I couldn't find anything that worked well in the game I was playing (Dyson Sphere Project). That's almost certainly due to my ignorance. I really need to learn python.