Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365757 - On Mac the code completion shortcut should be Ctrl+Space instead of Cmd+Space
Summary: On Mac the code completion shortcut should be Ctrl+Space instead of Cmd+Space
Status: ASSIGNED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Holger Voormann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-06 10:57 EST by Holger Voormann CLA
Modified: 2011-12-07 01:53 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Voormann CLA 2011-12-06 10:57:17 EST
(see http://www.eclipse.org/forums/index.php/t/263144/)

On Mac the default code completion shortcut to add new elements should be Ctrl+Space instead of Cmd+Space. Probably, the default Convert element command shortcut (on Windows: Ctrl+Alt+Space) have to be corrected, too.
Comment 1 Holger Voormann CLA 2011-12-07 01:53:24 EST
The Vex shortcuts are specified in "org.eclipse.vex.ui/plugin.xml". Probably, we have to use the "org.eclipse.ui.edit.text.contentAssist.proposals" command (specified in "org.eclipse.ui/plugin.xml") instead of a separate Vex command with its own key binding.