mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
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.
This commit is contained in:
parent
d860c907bb
commit
f8621b0421
@ -731,7 +731,7 @@ public class Editor extends JFrame implements RunnerListener {
|
||||
|
||||
addInternalTools(toolsMenu);
|
||||
|
||||
JMenuItem item = new JMenuItem(tr("Manage Libraries..."));
|
||||
JMenuItem item = newJMenuItemShift(tr("Manage Libraries..."), 'I');
|
||||
item.addActionListener(e -> base.openLibraryManager("", ""));
|
||||
toolsMenu.add(item);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user