It works on Mavericks, but not after coming out of hibernate (when I close the lid). I found that the Right Option as Forward Delete feature fails then. (It's the only feature I need.)
I wish I knew how to code this in C++, because I could help you identify the bug and fix it. Unfortunately, I only know C++ just barely.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It works on Mavericks, but not after coming out of hibernate (when I close
the lid). I found that the Right Option as Forward Delete feature fails
then. (It's the only feature I need.)
I wish I knew how to code this in C++, because I could help you identify
the bug and fix it. Unfortunately, I only know C++ just barely.
I'm using a notebook with just one keyboard, so it's not clear what the second keyboard is, Perhaps, touchpad is interpreted as a keyboard?
In any case, what would you recommend as a workaround -- what is the best place to insert the kext reloading commands so the workaround is automatically applied?
P.S. As a happy user of DoubleCommand since 2006, thank You for developing this extremely useful code!
Regards,
Alex
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
upgrading to osx mavericks causes doublecommand to be disabled as not supported.
can mavericks be supported?
thanks,
larry
In case you didn't already see, 1.7 is available now, supporting Mac OS X 10.9 (Mavericks).
It works on Mavericks, but not after coming out of hibernate (when I close the lid). I found that the Right Option as Forward Delete feature fails then. (It's the only feature I need.)
I wish I knew how to code this in C++, because I could help you identify the bug and fix it. Unfortunately, I only know C++ just barely.
If you're still using DoubleCommand, does
sudo /Library/StartupItems/DoubleCommand/DoubleCommand
after hibernate get itworking again?
On 7 November 2013 03:15, volomike volomike@users.sf.net wrote:
why you dont Try This Programm https://pqrs.org/macosx/keyremap4macbook/
it works good for mee on 10.9 !
sicnerly
Does
sudo /Library/StartupItems/DoubleCommand/DoubleCommand
after hibernate get it working again?Hi Michael,
I've discovered the same issue as the other guy, DoubleCommand stops receiving keyboard events after hibernation.
Of course,
/Library/StartupItems/DoubleCommand/DoubleCommand stop
/Library/StartupItems/DoubleCommand/DoubleCommand start
solves the issue until next hibernation.
From what I see, DoubleCommand wakes up a bit too early and fails to initialize properly. Here's the relevant log data in case it helps:
12/30/13 8:06:42.000 PM kernel[0]: DoubleCommand: Returning keyboard 0 (IOHIDKeyboard)
12/30/13 8:06:42.000 PM kernel[0]: DoubleCommand: hijacked values kea FFFFFF7F8E48E158: ksea FFFFFF7F8E48E1AA
12/30/13 8:06:42.000 PM kernel[0]: DoubleCommand: returned kea FFFFFF7F8E48E158: modded ksea FFFFFF7F8E48E1AA
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: Hijacking keyboard 0 (IOHIDKeyboard)
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: keyboard not ready? (case 1)
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: keyboard not ready? (case 2)
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: kea 00000000: ksea 00000000
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: modded kea FFFFFF7F8FA2C2C8: modded ksea FFFFFF7F8FA2C4C5
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: Hijacking keyboard 1 (IOHIDKeyboard)
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: keyboard not ready? (case 1)
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: keyboard not ready? (case 2)
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: kea 00000000: ksea 00000000
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: modded kea FFFFFF7F8FA2C2C8: modded ksea FFFFFF7F8FA2C4C5
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: Returning keyboard 1 (IOHIDKeyboard)
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: keyboard not ready? (case 3)
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: keyboard not ready? (case 4)
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: hijacked values kea FFFFFF7F8E48E158: ksea FFFFFF7F8E48E1AA
12/30/13 8:06:43.000 PM kernel[0]: DoubleCommand: returned kea FFFFFF7F8E48E158: modded ksea FFFFFF7F8E48E1AA
12/31/13 9:35:07.000 AM kernel[0]: DoubleCommand: Returning keyboard 0 (IOHIDKeyboard)
12/31/13 9:35:07.000 AM kernel[0]: DoubleCommand: keyboard not ready? (case 3)
12/31/13 9:35:07.000 AM kernel[0]: DoubleCommand: keyboard not ready? (case 4)
12/31/13 9:35:07.000 AM kernel[0]: DoubleCommand: hijacked values kea FFFFFF7F8E48E158: ksea FFFFFF7F8E48E1AA
12/31/13 9:35:07.000 AM kernel[0]: DoubleCommand: returned kea FFFFFF7F8E48E158: modded ksea FFFFFF7F8E48E1AA
12/31/13 9:35:08.000 AM kernel[0]: DoubleCommand: Hijacking keyboard 0 (IOHIDKeyboard)
12/31/13 9:35:08.000 AM kernel[0]: DoubleCommand: keyboard not ready? (case 1)
12/31/13 9:35:08.000 AM kernel[0]: DoubleCommand: keyboard not ready? (case 2)
12/31/13 9:35:08.000 AM kernel[0]: DoubleCommand: kea 00000000: ksea 00000000
12/31/13 9:35:08.000 AM kernel[0]: DoubleCommand: modded kea FFFFFF7F8FA2C2C8: modded ksea FFFFFF7F8FA2C4C5
I'm using a notebook with just one keyboard, so it's not clear what the second keyboard is, Perhaps, touchpad is interpreted as a keyboard?
In any case, what would you recommend as a workaround -- what is the best place to insert the kext reloading commands so the workaround is automatically applied?
P.S. As a happy user of DoubleCommand since 2006, thank You for developing this extremely useful code!
Regards,
Alex
Same here. I need to re-install DoubleCommand each time!
the sudo command does NOT make it work again.
Please fix it.