sublime-emacs/sublemacspro

Command-C not working in ST 4? (MacOS 10.14.6)

donnaaboise opened this issue · 4 comments

I recently installed Sublime Text 4, and discovered that Command-C key binding no longer copies to the clipboard. In fact, Command-C does not even show up as a shortcut in the ST 4 File menu.

I disabled Emacs Pro Essentials, and the Command-C shows up as the copy shortcut in the file menu, and works as expected.

Enabling EPE again disables the Command-C shortcut.

The default ST keybinding for Command-C should do the right thing, so it isn't clear why EPE is disabling it (at least that is what appears to be happening).

MacOS : 10.14.6
Sublime : build 4107

Seems that adding

	{ "keys": ["super+c"], "command": "copy" }

to the user key-bindings restores the Command-C functionality.

Is this a recent change? Before upgrading to ST4 yesterday, Command+C, with Emacs Proc installed, worked as expected.

The Emacs Pro has "sbp_use_super_bindings" : false by default. So if I understand this correctly, I shouldn't expect Command+C to capitalize. But then I would expect it to have the Default Sublime behavior (which is copy). But instead, Command+C when Emacs Pro is installed does nothing. Command+C copies if I either (1) disable Emacs Pro, or (2) add the key binding above to the ST Default key-bindings. I can also copy using the File menu item (although the short-cut does not show up in the menu).
I suspect this is more an issue with ST, but any suggestions you have would be very helpful.