mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-50229 Override/Implements: shortcut to toggle implements should also be Ctrl+O
This commit is contained in:
@@ -568,6 +568,10 @@ public class OverrideImplementUtil {
|
||||
}
|
||||
};
|
||||
mergeAction.registerCustomShortcutSet(new CustomShortcutSet(KeyStroke.getKeyStroke(KeyEvent.VK_I, InputEvent.ALT_MASK)), myTree);
|
||||
|
||||
Shortcut[] shortcuts = KeymapManager.getInstance().getActiveKeymap().getShortcuts("OverrideMethods");
|
||||
mergeAction.registerCustomShortcutSet(new CustomShortcutSet(shortcuts), myTree);
|
||||
|
||||
group.add(mergeAction);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user