Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f8621b0

Browse files
feiknamecmaglie
authored andcommitted
Add Menu+Shift+I shortcut to the Library Manager
Please note that this commit actually adds the shortcut to its menu entry under the "Tools" menu. As a side effect, the shortcut tip is only shown in this entry and not on the another one. Menu usually means the Ctrl key on most modern systems.
1 parent d860c90 commit f8621b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app/src/processing/app/Editor.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ private JMenu buildToolsMenu() {
731731

732732
addInternalTools(toolsMenu);
733733

734-
JMenuItem item = newJMenuItem(tr("Manage Libraries..."));
734+
JMenuItem item = newJMenuItemShift(tr("Manage Libraries..."), 'I');
735735
item.addActionListener(e -> base.openLibraryManager("", ""));
736736
toolsMenu.add(item);
737737

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /