roadrunner2 / macbook12-spi-driver

Input driver for the SPI touchpad / keyboard found in the 12" MacBook (MacBook8,1 + MacBook9,1) and 2016 through 2018 Macbook Pro's (MacBookPro13,* and 14,*); a Touch Bar driver is also available.
GNU General Public License v2.0
251 stars 49 forks source link

MBP15 fnmode=2 #30

Closed TRPB closed 4 years ago

TRPB commented 4 years ago

On older macs it was possible to default to F keys and have the media/control keys used when FN is held down. Is it possible to do this in the touchbar?

Previously it was achieved by placing the following in modprobe.d/hid_apple.conf:

options hid_apple fnmode=2
TRPB commented 4 years ago

As is often the case, I found the answer shortly after posting the issue

options apple-ib-tb fnmode=2

does exactly what I wanted