On January 4, 2024, Microsoft kicked off the “year of AI-powered Windows PCs” by adding a Copilot key to keyboards, and it actually went ahead with the plan. Nearly two years later, all newer PCs, including mini PCs, come with a Copilot key, but I am afraid Microsoft has created a new problem for itself, […]
I have to do this on new systems now just to get a Ctrl key back…
Here are the steps I did to remap “copilot key” to right control in Ubuntu 22.04.
sudo add-apt-repository ppa:keyd-team/ppasudo apt updatesudo apt install keyd/etc/keyd/default.conf, with contents[ids]
[main]
leftshift+leftmeta+f23 = rightcontrol
sudo keyd reloadorsudo systemctl restart keydkeydto reload.(For
keydinstalled via PPA, the binary may be calledkeyd.rvaiya, but the systemd unit is alwayskeyd.)