-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brightness key mapping #6
Comments
You can using this patch (https://github.com/Bizzaro/x230-osx/blob/master/README.md): _Q15 (Fn+F8) brightness down keyinto method label _Q15 replace_content _Q14 (Fn+F9) brightness up keyinto method label _Q14 replace_content I'm using maciASL with ACPI 6.1 and getting error. I was add backslash before _SB. So the patch looks like this: _Q15 (Fn+F8) brightness down keyinto method label _Q15 replace_content _Q14 (Fn+F9) brightness up keyinto method label _Q14 replace_content |
Sweet! working great :) are you going to integrate this into the repo? |
How to integrate into the repo? Can you tell me how? Did your X230 can sleep and shutdown perfectly? Would you try this: #7 ? |
@hendraone007 oh sorry thought you were the author of this repo for a sec. your zip does not download it's 404. But make sure you are using the patched DSDT that came in the repo from Bizzaro. Also set darkwake=8 in clover conf. I'm running Serria 12.2. Sleep works fine after that. If you want the power button to not blink after the computer wakes up from sleep use the DSDT I put in the pull request. |
@kenthinson I was reupload clover folder. Would you try please. |
Works great! Thank you! The backslashes don't show up in the code sections - I think it's a markdown thing. This is what I used: Q15 (Fn+F8) brightness down key
Q14 (Fn+F9) brightness up key
|
Any way to change the keys that are bound to bigness to be something else then k and p?
The text was updated successfully, but these errors were encountered: