Open lgarron opened 2 years ago
My best (But still bad) guess is that the app is somehow confused with its mobile equivalent (which has the bundle ID
com.apple.MobileAddressBook
), and macOS has set it up so that the System Prefs keyboard shortcuts don't agree with the rest of the system which bundle ID(s) to use.
I tried com.apple.Contacts
(as well as com.apple.contacts
and com.apple.addressbook
) and that didn't help.
+
and add a shortcut forContacts.app
, such as:⌘E
forEdit Card
[^1]⌘.
forGo to Next Card
[^1]Contacts.app
. (close first, if it was already open).Expected: the keyboard shortcuts work.
Observed: the keyboard shortcuts do not work, and do not even show up in the menu bar.
The same happens when the shortcut is set from the commandline. This will show up in System Preferences as a keyboard shortcut (after restarting System Preferences), but it will also not work in the app:
I've set shortcuts for quite a few apps this way, and I've only ever experienced this issue for
Contacts.app
[^2].My best (But still bad) guess is that the app is somehow confused with its mobile equivalent (which has the bundle ID
com.apple.MobileAddressBook
), and macOS has set it up so that the System Prefs keyboard shortcuts don't agree with the rest of the system which bundle ID(s) to use.[^1]: Note: exact capitalization and spacing are important. In particular,
…
(ellipsis) cannot be replaced with...
(three dots). [^2]: Although Lightroom CC has a different issue: https://github.com/lgarron/first-world/issues/139