Jump to content

Search the Community

Showing results for tags 'brightness keys'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OSXLatitude
    • Announcements & News
    • The Lobby
    • Feedback
    • The Archive
    • Others
  • Articles, News and Tips feeds
    • Articles
    • News
    • Tips
  • OS X/macOS Installation Guides
    • Acer
    • Asus
    • Dell
    • Gigabyte
    • HP
    • Lenovo
    • Toshiba
    • Others
  • Help and Support
    • FAQs & Tutorials
    • Dell Systems
    • Acer Systems
    • Asus Systems
    • HP Systems
    • Lenovo systems
    • Samsung Systems
    • Toshiba systems
    • Intel-based Systems
    • AMD-based Systems
    • Software matters or issues
    • macOS beta (before 1st official release)
    • General hardware support
  • Technical Information, R&D
    • Hardware technical information
    • R&D

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Twitter


FaceBook


GitHub


Location


Interests

Found 1 result

  1. Hello forum members. In a german hackintosh forum i found some code snippet to correct map the brightness keys for a Latitude E7440. # _OSI(WIN7) is needed for brightness keys into method label OSID code_regex _OSI\s+\(WIN7\) replaceall_matched begin LOr(_OSI(WIN7),_OSI("Darwin")) end; #syscl_fixBrightnesskey_VoodooPS2 into method label BRT6 replace_content begin If (LEqual (Arg0, One))\n {\n Notify (LCD, 0x86)\n Notify (^^LPCB.PS2K, 0x0406)\n }\n If (And (Arg0, 0x02))\n {\n Notify (LCD, 0x87)\n Notify (^^LPCB.PS2K, 0x0405)\n }\n end; How and where do i have to implement this? And, is this compatible with the VoodooPS2 kext modified by @Bronxteck
×
×
  • Create New...