Updated to Mac OS X 10.14.6 today and Karabiner stopped working. Pressing restart button in the Misc tab didn't help at all, as well as ignoring and unignoring the keyboard in the Devices tab. Also, there's no indication of any issues, other then things simply not working, e.g., my caps lock doing caps lock stuff, instead of being remapped to F19.
I also remember the same thing happening after the previous OS update. At this point even a simple popup asking for re-install would be a huge step forward in avoiding spending a lot of time debugging the issue.
Log after re-install: Karabiner reinstall log 2019-07-31.log
I had the same issue after installing 10.14.6
Also suddenly a rule I installed to change capslock to shift+cmd+control was now changed to shift+cmd+alt+control.
Had to rebind some keys in BetterTouchTool because of this. Not huge, but didn't expect at all
Fri Aug 2 13:28:49 BST 2019
TL;DR
=======================================================
Installed the Supplementary Update today and had the same problem - Karabiner was effectively not working.
I restarted Karabiner, but no effect.
Quit Karabiner and came here looking to see if this had been reported.
I then killed all remaining Karabiner processes running as root. Launchctl did restart them all.
After starting to reply here, I wanted to show output of ps axuw | ag -i
Karabiner. Noticed Karabiner was not running and started it.
Surprisingly - (Karabiner was down for 17 mins) - all is well now. There were no errors in the Karabiner log.
I had similar errors to @gelraen - when Karabiner was not working:
grep 'd errors from @gelraen provided log:
40:[2019-07-31 12:22:34.380] [error] [grabber] console_user_server_client error: Connection reset by peer
51:[2019-07-31 12:22:39.936] [error] [observer] grabber_client error: Connection reset by peer
101:[2019-07-31 12:38:18.274] [error] [observer] grabber_client error: Connection reset by peer
164:[2019-07-31 12:59:02.128] [error] [session_monitor] session_monitor_receiver_client error: Destination address required
165:[2019-07-31 12:59:02.128] [error] [session_monitor] session_monitor_receiver_client error: Destination address required
166:[2019-07-31 12:59:02.128] [error] [session_monitor] session_monitor_receiver_client error: Destination address required
HTH.
CapsLock behaviour in my Hyper key setup broke on MacMini some days ago -- probably related to upgrade to 10.14.6. Fresh installs of 12.5.0 and 12.5.7 don't help.
But 12.5.7 on 10.14.6 on MacBook Air work fine. So it made me think it's the keyboard on my MacMini, but swapping in another keyboard has the same issue.
Looking in EventViewer on MacMini with no modifications running, it seems that I get the expected caps_lock key_down event, but not the expect key_up event. Whereas on MacBook I get both key_down and key_up events.
No errors in log.
Weird.
Tab key and Caps lock key stopped working after Mac OS X 10.14.6 update. This seems to affect only my External Apple Keyboard(wired). The one on the laptop seems to work fine. Checking in event viewer pressing capslock and tab key(tilde and escape key too) don't capture anything. Tried following:
My Cmd + Tab combination doesn't seem to work, I have tried uninstalling Karabiner to atleast make the system usable, but removing Karabiner and restarting the system doesn't seem to help. Any suggestions on this will help.
[2019-08-14 00:25:40.739] [info] [console_user_server] Check for updates...
[2019-08-14 00:25:40.835] [info] [grabber] `system_preferences` is updated.
[2019-08-14 00:25:41.676] [warning] [grabber] Apple Keyboard (device_id:4294968557) is ignored temporarily until {"key_code":"left_gui"} is pressed again.
[2019-08-14 00:25:41.678] [info] [grabber] Home Mouse (device_id:4294969724) is ignored.
[2019-08-14 00:25:41.681] [info] [grabber] Apple Internal Keyboard / Trackpad (device_id:4294968304) is grabbed.
[2019-08-14 00:25:41.682] [info] [grabber] Apple Internal Keyboard / Trackpad (device_id:4294968308) is ignored.
[2019-08-14 00:25:41.682] [info] [grabber] Home Mouse (device_id:4294969724) is ignored.
[2019-08-14 00:25:41.682] [warning] [grabber] Apple Keyboard (device_id:4294968557) is ignored temporarily until {"key_code":"left_gui"} is pressed again.
[2019-08-14 00:25:41.824] [info] [grabber] Apple Keyboard (device_id:4294968557) is grabbed.
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": true
},
"profiles": [
{
"complex_modifications": {
"parameters": {
"basic.simultaneous_threshold_milliseconds": 50,
"basic.to_delayed_action_delay_milliseconds": 500,
"basic.to_if_alone_timeout_milliseconds": 1000,
"basic.to_if_held_down_threshold_milliseconds": 500,
"mouse_motion_to_scroll.speed": 100
},
"rules": [
{
"manipulators": [
{
"description": "Change caps_lock to command+control+option+shift.",
"from": {
"key_code": "caps_lock",
"modifiers": {
"optional": [
"any"
]
}
},
"to": [
{
"key_code": "left_control",
"modifiers": [
"left_command",
"left_option"
]
}
],
"type": "basic"
}
]
}
]
},
"devices": [
{
"disable_built_in_keyboard_if_exists": false,
"fn_function_keys": [],
"identifiers": {
"is_keyboard": true,
"is_pointing_device": false,
"product_id": 628,
"vendor_id": 1452
},
"ignore": false,
"manipulate_caps_lock_led": true,
"simple_modifications": []
},
{
"disable_built_in_keyboard_if_exists": true,
"fn_function_keys": [],
"identifiers": {
"is_keyboard": true,
"is_pointing_device": false,
"product_id": 591,
"vendor_id": 1452
},
"ignore": false,
"manipulate_caps_lock_led": true,
"simple_modifications": []
},
{
"disable_built_in_keyboard_if_exists": true,
"fn_function_keys": [],
"identifiers": {
"is_keyboard": false,
"is_pointing_device": true,
"product_id": 781,
"vendor_id": 1452
},
"ignore": true,
"manipulate_caps_lock_led": false,
"simple_modifications": []
}
],
"fn_function_keys": [
{
"from": {
"key_code": "f1"
},
"to": {
"consumer_key_code": "display_brightness_decrement"
}
},
{
"from": {
"key_code": "f2"
},
"to": {
"consumer_key_code": "display_brightness_increment"
}
},
{
"from": {
"key_code": "f3"
},
"to": {
"key_code": "mission_control"
}
},
{
"from": {
"key_code": "f4"
},
"to": {
"key_code": "launchpad"
}
},
{
"from": {
"key_code": "f5"
},
"to": {
"key_code": "illumination_decrement"
}
},
{
"from": {
"key_code": "f6"
},
"to": {
"key_code": "illumination_increment"
}
},
{
"from": {
"key_code": "f7"
},
"to": {
"consumer_key_code": "rewind"
}
},
{
"from": {
"key_code": "f8"
},
"to": {
"consumer_key_code": "play_or_pause"
}
},
{
"from": {
"key_code": "f9"
},
"to": {
"consumer_key_code": "fastforward"
}
},
{
"from": {
"key_code": "f10"
},
"to": {
"consumer_key_code": "mute"
}
},
{
"from": {
"key_code": "f11"
},
"to": {
"consumer_key_code": "volume_decrement"
}
},
{
"from": {
"key_code": "f12"
},
"to": {
"consumer_key_code": "volume_increment"
}
}
],
"name": "Default profile",
"parameters": {
"delay_milliseconds_before_open_device": 1000
},
"selected": true,
"simple_modifications": [],
"virtual_hid_keyboard": {
"country_code": 0,
"mouse_key_xy_scale": 100
}
}
]
}
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Fri Aug 2 13:28:49 BST 2019
TL;DR
=======================================================
Installed the
Supplementary Updatetoday and had the same problem -Karabinerwas effectively not working.I restarted Karabiner, but no effect.
Quit Karabiner and came here looking to see if this had been reported.
I then killed all remaining Karabiner processes running as root. Launchctl did restart them all.
After starting to reply here, I wanted to show output of
ps axuw | ag -i Karabiner. Noticed Karabiner was not running and started it.Surprisingly - (Karabiner was down for 17 mins) - all is well now. There were no errors in the Karabiner log.
I had similar errors to @gelraen - when Karabiner was not working:
grep 'd errors from @gelraen provided log:
HTH.