Advertisement
Guest User

varsam

a guest
Nov 28th, 2009
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>English</string>
  7. <key>CFBundleExecutable</key>
  8. <string>ApplePS2Keyboard</string>
  9. <key>CFBundleGetInfoString</key>
  10. <string>2.0.0, Copyright Apple Computer, Inc. 2000-2003</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>com.apple.driver.ApplePS2Keyboard</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>Apple PS/2 Keyboard</string>
  17. <key>CFBundlePackageType</key>
  18. <string>KEXT</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>2.0.0</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleVersion</key>
  24. <string>2.0.0</string>
  25. <key>IOKitPersonalities</key>
  26. <dict>
  27. <key>ApplePS2Keyboard</key>
  28. <dict>
  29. <key>CFBundleIdentifier</key>
  30. <string>com.apple.driver.ApplePS2Keyboard</string>
  31. <key>IOClass</key>
  32. <string>ApplePS2Keyboard</string>
  33. <key>IOProviderClass</key>
  34. <string>ApplePS2KeyboardDevice</string>
  35. <key>Make capslock into control</key>
  36. <false/>
  37. <key>Swap alt and windows key</key>
  38. <true/>
  39. </dict>
  40. </dict>
  41. <key>NSHumanReadableCopyright</key>
  42. <string>Copyright Apple Computer, Inc. 2000-2003</string>
  43. <key>OSBundleCompatibleVersion</key>
  44. <string>1.1.0</string>
  45. <key>OSBundleLibraries</key>
  46. <dict>
  47. <key>com.apple.iokit.IOHIDFamily</key>
  48. <string>1.0b1</string>
  49. <key>com.apple.kpi.iokit</key>
  50. <string>7.0</string>
  51. <key>com.apple.kpi.libkern</key>
  52. <string>8.0d0</string>
  53. <key>com.apple.kpi.mach</key>
  54. <string>8.0d0</string>
  55. </dict>
  56. <key>OSBundleRequired</key>
  57. <string>Console</string>
  58. </dict>
  59. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement