- Joined
- Aug 3, 2014
- Messages
- 101
- Motherboard
- Thinkpad T440p
- CPU
- i7-4710MQ (replaced stock i5)
- Graphics
- HD4600
- Mac
-
- Classic Mac
-
- Mobile Phone
-
These are the brightness keys I use in Linux and I want to make them the same for OS X.
Currently Fn+PgUp increases brightness and Fn+Ins decreases in OS X
I tried the Rehabman ACPIDebug Kext + DSDT patch, but nothing appears in the log console when I press Fn+F8 or Fn+F9.
So then I tried the debug version of VoodooPS2. Once again, nothing appears in the log when I press Fn+F8 or Fn+F9.
The only info I can get is from the debug version of VoodooPS2.
When I press Fn+Ins i get ApplePS2Keyboard: sending key 46=6b in the log.
When I press Fn+PgUp I get ApplePS2Keyboard: sending key e045=71.
I think I have to put a line in the VoodooPS2keyboard.kext/Info.plist like:
but how do I find XXXX and YYYY?
Currently Fn+PgUp increases brightness and Fn+Ins decreases in OS X
I tried the Rehabman ACPIDebug Kext + DSDT patch, but nothing appears in the log console when I press Fn+F8 or Fn+F9.
So then I tried the debug version of VoodooPS2. Once again, nothing appears in the log when I press Fn+F8 or Fn+F9.
The only info I can get is from the debug version of VoodooPS2.
When I press Fn+Ins i get ApplePS2Keyboard: sending key 46=6b in the log.
When I press Fn+PgUp I get ApplePS2Keyboard: sending key e045=71.
I think I have to put a line in the VoodooPS2keyboard.kext/Info.plist like:
Code:
<string>XXXX=6b</string>
<string>YYYY=71</string>
but how do I find XXXX and YYYY?