Jump to content

dodvip123

Members
  • Posts

    7
  • Joined

  • Last visited

dodvip123's Achievements

Private

Private (2/17)

0

Reputation

  1. Thanks for keeping this updated and good job on the new pref pane, pretty excited about the functionality you are going to implement with it!
  2. Code (Text): // Custom ADB codes to change Dell brightness keys to F14/F15// some SSDTs use a different path than _SB.PCI0.LPCB.PS2K, so adjust accordingly DefinitionBlock ("", "SSDT", 2, "hack", "ps2k", 0) { External(\_SB.PCI0.LPCB.PS2K, DeviceObj) Scope (\_SB.PCI0.LPCB.PS2K) { Name(RMCF, Package() { "Keyboard", Package() { "Custom ADB Map", Package() { Package(){}, "e005=6b", "e006=71", }, }, }) } } //EOF - RehabMan Is this possible with this kext? i really don't want to use Fn for brightness, everything else already works on my keyboard.
  3. Thank you. It is indeed working better than the current version. Thanks for sharing edit: i experienced some pretty annoying bugs with that one; touchpad stops working, touchpad tap gives unlimited refresh safari inputs...
  4. i have that issue too with the latest version, that's why i use v4.5 of the kext which works perfectly
  5. i read your reply considering i have a ISO keyboard. I changed this in the info.plist and now 3 finger left and right swipes are working, but not as back and forward. They do full screen swipes, like my 4 finger swipes. The relevant part of the plist: <key>3FingerSwipeDownAction</key> <integer>13</integer> <key>3FingerSwipeLeftAction</key> <integer>12</integer> <key>3FingerSwipeRightAction</key> <integer>11</integer> <key>3FingerSwipeUpAction</key> <integer>4</integer> <key>3FingerSwipes</key> <true/> <key>4FingerSwipeDownAction</key> <integer>8</integer> <key>4FingerSwipeLeftAction</key> <integer>7</integer> <key>4FingerSwipeRightAction</key> <integer>6</integer> <key>4FingerSwipeUpAction</key> <integer>10</integer> <key>4FingerSwipes</key> <true/> Is there any solution to this? Thanks in advance.
  6. i can't get the 3 finger backward (left) and forward (right) swipes to work. The left swipe gives a chime sound and the right swipe types a ^. The variables are right configured in the info.plist of the kext. Up and Down swipes are working correctly.
  7. Hi, i'm grateful for this kext It's been great! Is it possible to add swipes like going previous or next webpages on safari or full screen app switching like on a real macbook? Thanks!
×
×
  • Create New...