neilcsmith-net commented on code in PR #6159:
URL: https://github.com/apache/netbeans/pull/6159#discussion_r1254710359


##########
platform/core.ui/src/org/netbeans/core/ui/sysopen/SystemOpenAction.java:
##########
@@ -50,8 +50,10 @@
 @ActionID(id = "org.netbeans.core.ui.sysopen.SystemOpenAction", category = 
"Edit")
 @ActionRegistration(displayName = "#CTL_SystemOpenAction", lazy=false)
 @ActionReferences ({
+    @ActionReference(path = "Editors/TabActions", position = 401),
     @ActionReference(path = "UI/ToolActions/Files", position = 2045),
-    @ActionReference(path = "Projects/Actions", position = 101)
+    @ActionReference(path = "Projects/Actions", position = 101),
+    @ActionReference(path = "Shortcuts", name = "SO-S")

Review Comment:
   Yes, hadn't thought that that's what `ALT-SHIFT-S` would be until working on 
the PR. :smile:  Made sense before as similar to the terminal / copy path 
actions, with S for system (and O is taken).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to