apple wireless keyboard pair on linux
Posted: Thu Mar 16, 2023 11:25 am
How to pair or install apple wireless keyboard on linux!
Install
1.Bluetoothctl and blueman for your linux distro!
2.
3.Here you need to enter the pass code to your keyboard!
All done but there is one more think you need to do to fix numlock off cos only some keys will work by default!
4.Install numlockx
and then run
That is exit terminal with "exit" command and you will find your keybord in your blueman GUI app !
Install
1.Bluetoothctl and blueman for your linux distro!
2.
Code: Select all
sudo bluetoothctl
[bluetooth]# power on
[bluetooth]# agent KeyboardOnly
[bluetooth]# pairable onCode: Select all
[bluetooth]# scan onCode: Select all
Device XX:XX:XX:XX:XX:XX Apple Wireless KeyboardCode: Select all
trust XX:XX:XX:XX:XX:XX Code: Select all
pair XX:XX:XX:XX:XX:XX All done but there is one more think you need to do to fix numlock off cos only some keys will work by default!
4.Install numlockx
and then run
Code: Select all
numlockx off