Bug 1640760 Comment 64 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

There's something sketchy going on with macOS shortcuts.
All of a sudden the `CTRL+` combination works, but it shouldn't, and when I think the `Command+` shortcut I get this error:

```
2021-02-10 20:10:55.638 thunderbird[29991:901490] Unable to find object to handle service <_NSServiceEntry - 0x13815e9e0:
	bundleIdentifier:		com.apple.Terminal
	bundlePath:			/System/Applications/Utilities/Terminal.app
	executablePath:			(null)
	defaultTitle:			Search man Page Index in Terminal
	localizedTitleWithoutSubstitutions:			Search man Page Index in Terminal
	defaultKeyboardShortcut:	<NSKeyboardShortcut: 0x1310fd2e0 (⇧⌘A)>
	keyboardShortcut:		<NSKeyboardShortcut: 0x1310fd2e0 (⇧⌘A)>
	message:			searchManPages
	portName:			Terminal
	sendPasteboardTypes:		[public.plain-text]
	returnTypes:			[(null)]
	userData:			(null)
	languages:			[(null)]
	required context: (
    "<_NSServiceFilter: 0x1363fec40 word limit: 20>"
)>
```
There's something sketchy going on with macOS shortcuts.
All of a sudden the `CTRL+` combination works, but it shouldn't, and when I hit the `Command+` shortcut I get this error:

```
2021-02-10 20:10:55.638 thunderbird[29991:901490] Unable to find object to handle service <_NSServiceEntry - 0x13815e9e0:
	bundleIdentifier:		com.apple.Terminal
	bundlePath:			/System/Applications/Utilities/Terminal.app
	executablePath:			(null)
	defaultTitle:			Search man Page Index in Terminal
	localizedTitleWithoutSubstitutions:			Search man Page Index in Terminal
	defaultKeyboardShortcut:	<NSKeyboardShortcut: 0x1310fd2e0 (⇧⌘A)>
	keyboardShortcut:		<NSKeyboardShortcut: 0x1310fd2e0 (⇧⌘A)>
	message:			searchManPages
	portName:			Terminal
	sendPasteboardTypes:		[public.plain-text]
	returnTypes:			[(null)]
	userData:			(null)
	languages:			[(null)]
	required context: (
    "<_NSServiceFilter: 0x1363fec40 word limit: 20>"
)>
```

Back to Bug 1640760 Comment 64