黑苹果10.12.* voodooPS2Controller 改

作者: 矮子高 | 来源:发表于2017-03-07 14:04 被阅读472次

本博客持续修改与更新中,点击这里查看最新的内容

背景

黑苹果也就是hackintosh常用的键盘驱动不能在偏好设置直接将caps改为control,会有bug。RehabMan本人说也不会去修改这个问题。

操作

RehabMan说可以用 plguin 下info.plist 进行ADB映射去解决这个问题😎,步骤如下

进入路径

$ cd VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/

修改 Info.plist, 我这里用的编译器是vim。

vim Info.plist

找到 IOKitPersonalities->ApplePS2Keyboard->Platform Profile->Default->Custom PS2 Map/Custom ADB Map
这段

 <array>

 <string>;Items must be strings in the form of breaklessscan (in hex)</string>
 </array>
 <key>Custom ADB Map</key>
 <array>
 <string>;Items must be strings in the form of scanfrom=adbto (in hex)</string>
 <string>3a=3b;caps to left ctrl</string>
 </array>
 <key>Custom PS2 Map</key>
<array>
<string>;Items must be strings in the form of scanfrom=scanto (in hex)</string>
<string>e027=0;disable discrete fnkeys toggle</string>
 <string>e028=0;disable discrete trackpad toggle</string>
 </array>

上面重点是添加了:

<string>3a=3b;caps to left ctrl</string>


后记


你也可以将 caps改成esc之类的,这里提供下我的参考资源,如有其它的定制需求,你可以参照下面的贴子
github 如何使用自定义的按键映射功能

如何使用自定义的按键影射功能

相关文章

  • 黑苹果10.12.* voodooPS2Controller 改

    本博客持续修改与更新中,点击这里查看最新的内容 背景 黑苹果也就是hackintosh常用的键盘驱动不能在偏好设置...

  • kext功用详解

    锄禾日当午,汗滴禾下土,谁知黑苹果,处处皆辛苦! 很多新人刚开始接触黑苹果,都是一脸懵的往死里安装重启电脑,改一下...

  • 【win+黑苹果双系统②】黑苹果设置开机启动+wifi

    黑苹果安装教程请移步:【原创达人】【win+黑苹果双系统①】小新黑苹果图文安装教程http://club.leno...

  • 黑苹果

    Clover下载地址 教程 10.12.6官网下载 10.11.6官网下载 常见问题 驱动安装参照1 驱动安装参照...

  • 黑苹果

    http://bbs.pcbeta.com/viewthread-1741950-1-1.html

  • 黑苹果

    http://blog.csdn.net/fungleo/article/details/57572537

  • 黑苹果

    黑苹果研究一波

  • 黑苹果

    装黑苹果必须有网卡,要不然登不上App Store。提示your device or computer could...

  • 黑苹果

    原创教程:PC机安装黑苹果 主板bios与硬盘分区格式 选择安装方式初探 其实安装黑苹果机器这么多,现在的新手遇到...

  • 黑苹果

    超详细!联想小新700黑苹果双系统完整教程(1)超详细!联想小新700黑苹果双系统完整教程(2)联想小新700黑苹...

网友评论

    本文标题:黑苹果10.12.* voodooPS2Controller 改

    本文链接:https://www.haomeiwen.com/subject/cnjmgttx.html