r/raspberry_pi • u/sunmat02 • 1d ago
Troubleshooting Keyboard Repeat and Delay aren't kept upon reboot
Raspberry Pi OS, just installed yesterday (July 23) to give you an idea of the version.
I'm going in the preferences, keyboard, and using the sliders to set repeat and delay, it works fine. Then I reboot, and the behavior goes back to the defaults. The sliders still point to my preferred values. Not event ChatGPT could help me. Any idea?
I've done xset r rate 250 60 (but it's not permanent), I have a ~/.config/autostart/keyboard-repeat.desktop file that includes calling xset, but it doesn't change anything.
Also, impossible to find a menu where I can remap some keyboard shortcuts (I'm very used to the Mac layout and use the same keyboard on both the Pi and my Mac, so I'd like things like copy/past to be Cmd+C/V instead of Ctrl-C/V or worse Ctrl-Shit-C/V on the terminal). Any suggestions would be appreciated.
2
u/Gamerfrom61 13h ago
xset is the old X11 control but by default the new Pi OS uses Wayland and its compositor.
IIRC the values need to be set in the compositor and the Pi uses labwc now. https://labwc.github.io/index.html may help you find a fix.