Created
August 2, 2019 11:44
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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