When you connect to your bookworm 12 wayvnc VNC server from another country, there might be repeating key's issue if there is a packetloss in the connection. If the packet containing the key-release event gets dropped, it will be retransmitted and this will cause it to be delayed, perhaps enough to trigger the repeat.
To resolve this issue, you can set kb_repeat_rate to 0 in wayfire config as explained here
edit /etc/wayfire/defaults.ini add
kb_repeat_rate = 0
under [input] section in the file
then restart your raspberrypi os to apply the new setting.
No comments:
Post a Comment