Apple Keyboard on Ubuntu 24.04

AppleキーボードをUbuntuで使用するためのティップス

Apple Keyboard - ArchWiki

AppleKeyboard - Community Help Wiki

ファンクションキーfn無押下でF1からF12を有効化

暫定策(再起動で無効)

$ echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode

恒久策

  1. Run the following command to append the configuration line to the file /etc/modprobe.d/hid_apple.conf creating it if necessary:

    $ echo options hid_apple fnmode=2 | sudo tee -a /etc/modprobe.d/hid_apple.conf
    
  2. Trigger copying the configuration into the initramfs bootfile.

    $ sudo update-initramfs -u -k all
    
  3. Optionally, reboot

    $ sudo reboot
    

英数とかなの切替

キーマップの変更など面倒なため、入力ソース(Mozc, ja)をcommand+spaceキーで切替えることで対応。


fcitx5-mozcへ変更

$ sudo apt install fcitx5-mozc