mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
Use CTRL+"+" as Increase Font shortcut
This commit is contained in:
parent
04a7e7ff15
commit
c07f8fca54
@ -1374,7 +1374,7 @@ public class Editor extends JFrame implements RunnerListener {
|
||||
|
||||
menu.addSeparator();
|
||||
|
||||
JMenuItem increaseFontSizeItem = newJMenuItem(tr("Increase Font Size"), '=');
|
||||
JMenuItem increaseFontSizeItem = newJMenuItem(tr("Increase Font Size"), '+');
|
||||
increaseFontSizeItem.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
base.handleFontSizeChange(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user