From 8c5b1e48208f58e8291fe2b0b76305a98a3de239 Mon Sep 17 00:00:00 2001 From: Kaloyan Raev Date: Sat, 11 Oct 2014 22:24:00 +0300 Subject: [PATCH] New key bindings for commands Existing Ctrl+Shift+I and Ctrl+Shift+D key binding run with conflict with commands with the same keybings from the Eclipse Platform and other plugins. This patch proposes new keybindings: - Select All Occurrences: Alt+F3 (Win, Linux) / Ctrl+Cmd+G (Mac) - Select Next Occurrence: Alt+J (Win, Linux) / Ctrl+G (Mac) --- .../plugin.xml | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/com.asparck.eclipse.multicursor.plugin/plugin.xml b/com.asparck.eclipse.multicursor.plugin/plugin.xml index 15e21ed..196e201 100644 --- a/com.asparck.eclipse.multicursor.plugin/plugin.xml +++ b/com.asparck.eclipse.multicursor.plugin/plugin.xml @@ -28,12 +28,38 @@ + + + + + + + +