Skip to content

Instantly share code, notes, and snippets.

@willeccles
Created August 2, 2019 11:44
Show Gist options
  • Save willeccles/532c2f10172a3a5396ce4bb77279bd9d to your computer and use it in GitHub Desktop.
Save willeccles/532c2f10172a3a5396ce4bb77279bd9d to your computer and use it in GitHub Desktop.
How to make the Macbook Pro's keyboard F keys work without holding the fn key
#! /bin/bash
# 0 would disable the fn key altogether
# 2 has the effect of setting the keys to be F keys by default
# while still being able to use fn to get play/pause/home/end etc.
echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment