谁会折腾键盘驱动的快捷键?
这个是触摸板驱动,里面有键盘驱动,可以用,不过有个小问题,亮度调节快捷键找不到,我自己设置plist如下,Fn+左右调节音量(原生支持),想改成Fn+上下来调节亮度或者系统默认的Fn+F14F15<?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>BuildMachineOSBuild</key>
<string>14F27</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>ApplePS2Keyboard</string>
<key>CFBundleIdentifier</key>
<string>org.emlydinesh.driver.ApplePS2Keyboard</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>ApplePS2Keyboard</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>4.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.5</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>6A2008a</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>11E52</string>
<key>DTSDKName</key>
<string>macosx10.7</string>
<key>DTXcode</key>
<string>0611</string>
<key>DTXcodeBuild</key>
<string>6A2008a</string>
<key>IOKitPersonalities</key>
<dict>
<key>ApplePS2Keyboard</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.emlydinesh.driver.ApplePS2Keyboard</string>
<key>Extended Functions</key>
<dict>
<key>F13</key>
<string></string>
<key>F14</key>
<string></string>
<key>F15</key>
<string></string>
<key>F16</key>
<string></string>
<key>F17</key>
<string></string>
<key>F18</key>
<string></string>
<key>F19</key>
<string></string>
<key>F20</key>
<string></string>
<key>F21</key>
<string></string>
<key>F22</key>
<string></string>
<key>F23</key>
<string></string>
<key>F24</key>
<string></string>
</dict>
<key>Fn Keys Mode 1</key>
<dict>
<key>BrightnessDown</key>
<string></string>
<key>BrightnessUp</key>
<string></string>
<key>KBBacklightDown</key>
<string></string>
<key>KBBacklightUp</key>
<string></string>
<key>Launchpad</key>
<string></string>
<key>MediaNext</key>
<string></string>
<key>MediaPlayPause</key>
<string></string>
<key>MediaPrevious</key>
<string></string>
<key>Misson Control</key>
<string></string>
<key>SleepDisplay</key>
<string></string>
<key>Touchpad</key>
<string></string>
<key>VideoMirror</key>
<string></string>
<key>VolumeDown</key>
<string></string>
<key>VolumeMute</key>
<string></string>
<key>VolumeUp</key>
<string></string>
</dict>
<key>Fn Keys Mode 2</key>
<dict>
<key>BrightnessDown</key>
<string>ArrowDown</string>
<key>BrightnessUp</key>
<string>ArrowDown</string>
<key>KBBacklightDown</key>
<string></string>
<key>KBBacklightUp</key>
<string></string>
<key>Launchpad</key>
<string>F4</string>
<key>MediaNext</key>
<string>ArrowRight</string>
<key>MediaPlayPause</key>
<string></string>
<key>MediaPrevious</key>
<string></string>
<key>Misson Control</key>
<string>F3</string>
<key>SleepDisplay</key>
<string>F2</string>
<key>SystemSleep</key>
<string>F1</string>
<key>Touchpad</key>
<string>F6</string>
<key>VideoMirror</key>
<string>F8</string>
<key>VolumeDown</key>
<string>F11</string>
<key>VolumeMute</key>
<string>F10</string>
<key>VolumeUp</key>
<string>F12</string>
</dict>
<key>Fn keys Layout</key>
<string>LENOVO</string>
<key>Fn keys Mode</key>
<integer>2</integer>
<key>IOClass</key>
<string>ApplePS2Keyboard</string>
<key>IOProviderClass</key>
<string>ApplePS2KeyboardDevice</string>
<key>Keyboard type (ID)</key>
<integer>0</integer>
<key>Preferences</key>
<dict>
<key>Disable Num Lock LED</key>
<false/>
<key>Enable Extended Functions</key>
<true/>
<key>FinerFnBrightnessControl</key>
<true/>
<key>FinerFnVolumeControl</key>
<true/>
<key>Make Caps Lock into key</key>
<integer>0</integer>
<key>Make ISO keypad key . to ,</key>
<false/>
<key>Make Num Lock into Clear</key>
<false/>
<key>Make context menu key into key</key>
<integer>84</integer>
<key>Make delete key into cmd + backspace</key>
<false/>
<key>Make right alt into key</key>
<integer>0</integer>
<key>Make right control into key</key>
<integer>0</integer>
<key>Make shift + caps into Fn key</key>
<false/>
<key>Num Lock enabled at boot</key>
<false/>
<key>Swap alt and windows key</key>
<false/>
</dict>
<key>ProductID</key>
<integer>782</integer>
<key>Use ISO Layout</key>
<false/>
<key>VendorID</key>
<integer>1452</integer>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © Apple Computer, Inc. 2000-2003. EMlyDinEsH (mg-dinesh@live.com) 2012-2015.</string>
<key>OSBundleCompatibleVersion</key>
<string>4.5</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOHIDSystem</key>
<string>1.0.0b1</string>
<key>com.apple.kpi.iokit</key>
<string>8.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>8.0.0</string>
<key>org.emlydinesh.driver.ApplePS2Controller</key>
<string>4.5</string>
</dict>
<key>OSBundleRequired</key>
<string>Console</string>
</dict>
</plist>
fn这个快捷键往往是BIOS拦截了,并不知道怎么添加新的
fn调节亮度我也没找到
不过我用的驱动我自己改了下用application建当fn,然后上下调节亮度 jqqqqqqqqqq 发表于 2016-4-26 22:31 https://www.pcbeta.com/static/image/common/back.gif
fn这个快捷键往往是BIOS拦截了,并不知道怎么添加新的
fn调节亮度我也没找到
不过我用的驱动我自己改了下 ...
mac下Fn+F1~F11功能跟win系统一样,不过就是找不到调节亮度是哪个。。。不过找不到也算了,我的亮度可以保存,就是如果要调节亮度比较麻烦 用acpidebug配合dsdt 找ec的亮度 map值 然后打上就好 loppol 发表于 2016-4-27 16:40 https://www.pcbeta.com/static/image/common/back.gif
用acpidebug配合dsdt 找ec的亮度 map值 然后打上就好
看过这个,不过我没装亮度驱动,只修改dsdt就能调节亮度了,用voo按Fn+F14F15调节的,换个触摸板驱动后就不会搞了 可以设定的. 我今天就设定了, 而且很灵活.我甚至开启了类似3d touch一样的功能! 一直是找个USB键盘插上后修改快捷键的
wp8student 发表于 2016-4-27 16:33 https://www.pcbeta.com/static/image/common/back.gif
mac下Fn+F1~F11功能跟win系统一样,不过就是找不到调节亮度是哪个。。。不过找不到也算了,我的亮度可以保 ...
mac亮度调节是f14 f15,映射到非fn快捷键就好,因为亮度调节由系统驱动相应,BIOS不干涉 jqqqqqqqqqq 发表于 2016-5-1 23:10 https://www.pcbeta.com/static/image/common/back.gif
mac亮度调节是f14 f15,映射到非fn快捷键就好,因为亮度调节由系统驱动相应,BIOS不干涉
试过在系统设置快捷键调。。。没反应啊,用voo就可以 上驱动好辛苦! syscl 发表于 2016-4-27 20:15
可以设定的. 我今天就设定了, 而且很灵活.我甚至开启了类似3d touch一样的功能!
大督督,能不能就这个问题出个教程,或者详细说说 路过。。。。。 syscl 发表于 2016-4-27 20:15 https://www.pcbeta.com/static/image/common/back.gif
可以设定的. 我今天就设定了, 而且很灵活.我甚至开启了类似3d touch一样的功能!
请问怎么设定
我改了DSDT后使用voodooPS2后windows下快捷键可以用了
但是用appleps2后windows下的快捷键不能用
用voodooPS2触控板就不能使用
我现在正在纠结中 我改了下applePS2,然而并无用还有我用applePS2的时候按下FN键亮度就会增加 好烦
syscl 发表于 2016-4-27 20:15 https://www.pcbeta.com/static/image/common/back.gif
可以设定的. 我今天就设定了, 而且很灵活.我甚至开启了类似3d touch一样的功能!
请问怎么修改,目前我的只能调节亮度高低,音量大小,播放上下暂停,背光,静音。剩下的没反应
页:
[1]