M1 MacBook Air keyboard brightness
How do I off the keyboard illumination? Previously was using the MacBook Pro and there are the F5 and F6 to adjust the brightness or to off the light up. Thanks.
MacBook Air 13″, macOS 11.0
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
How do I off the keyboard illumination? Previously was using the MacBook Pro and there are the F5 and F6 to adjust the brightness or to off the light up. Thanks.
MacBook Air 13″, macOS 11.0
Create a new plist file in `~/Library/LaunchAgents` named `com.local.KeyRemapping.plist` and add the following code. Save the file and reboot. F5 and F6 will now work as keyboard brightness up/down keys.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.local.KeyRemapping</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/hidutil</string>
<string>property</string>
<string>--set</string>
<string>{"UserKeyMapping":[
{
"HIDKeyboardModifierMappingSrc": 0xC000000CF,
"HIDKeyboardModifierMappingDst": 0xFF00000009
},
{
"HIDKeyboardModifierMappingSrc": 0x10000009B,
"HIDKeyboardModifierMappingDst": 0xFF00000008
}
]}</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
It’s not selected that’s the problem
I also have another problem is sometimes the keyboard brightness option goes missing in the control centre. Had to add that to menu then it re-appears again in the control centre.
M1 MacBook Air keyboard brightness