I’ve installed fedora asahi remix (waaaay more stable than alarm really thank you) and i’ve noticed that option and command are swapped like in macOS, is possible to change them?
1 Like
If you are using an Apple keyboard, you can run
echo 1|sudo tee /sys/module/hid_apple/parameters/swap_opt_cmd
To make it persistent, you can pass it as a boot parameter via GRUB by running
grubby --update-kernel=ALL --args="hid_apple.swap_opt_cmd=1"
2 Likes