daton's mac
  • Introduction
  • Hackintosh
    • Requirements
    • Prepare USB Drive
    • Install OSX
    • Post installation
    • WiFi and Bluetooth PCI device
    • System Updates
    • Keyboard Mapping
    • Troubleshooting
  • Windows with WSL
    • Setup for Node.js
    • LinuxBrew
    • Powershell
    • WSL bash and zsh
  • Xcode
  • Homebrew
  • iTerm2
    • Plugins
  • Gifox
  • Node.js
    • Webpack
  • VS Code
  • SSH
  • Git
  • GitKraken
  • Docker
    • Remove Docker things
    • Env vars
    • Frequently used commands
  • Docker on Windows
  • MongoDB
  • Postgres
  • Sentry
  • Redis
  • Ghostscript and Imagemagick
  • Codeanywhere
  • Terraform
  • Kubernetes
    • Helm
    • Docker Desktop for Mac
    • Kubernetes on DigitalOcean
    • K8S with Traefik as IC
    • Kubernetes managed by StackPointCloud
    • Use Docker Images from Private Registry
    • Use a minikube locally
  • Web Apps
  • IoT
  • NVIDIA
Powered by GitBook
On this page
  • How to personalise keyboard's buttons
  • Troubleshooting
  1. Hackintosh

Keyboard Mapping

PreviousSystem UpdatesNextTroubleshooting

Last updated 6 years ago

How to personalise keyboard's buttons

The mapping for Control, Option, and Command are according to the physical layout of the keys on an actual MacBook keyboard, not the labels on the keys. Control=Control, Windows=Option, and Alt=Command. If you want a more PC friendly keyboard layout, use Karabiner (formerly KeyRemap4MacBook). You can find it .

You should find this software with Homebrew: brew cask install karabiner

The function of Fn+F1..F12 and F1..F12 can be changed in SysPrefs->Keyboard.

Personally i only changed the right ctrl to be mapped to the right alt.

Troubleshooting

If you get issues with keyboard mapping and you decide to reset it: sudo rm /Library/Preferences/com.apple.keyboardtype.plist and then reboot. After reboot the Assistant asks to verify the layout, bingo !

here