We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76dfd0a + f315208 commit 350e825Copy full SHA for 350e825
app/src/processing/app/EditorToolbar.java
@@ -62,7 +62,7 @@ public class EditorToolbar extends JComponent implements MouseInputListener, Key
62
* Titles for each button when the shift key is pressed.
63
*/
64
private static final String[] titleShift = {
65
- tr("Verify"), tr("Upload Using Programmer"), tr("New"), tr("Open"), tr("Save As..."), tr("Serial Monitor")
+ tr("Verify"), tr("Upload Using Programmer"), tr("New"), tr("Open"), tr("Save As..."), tr("Serial Plotter")
66
};
67
68
private static final int BUTTON_COUNT = title.length;
@@ -500,7 +500,11 @@ private void handleSelectionPressed(int sel, boolean isShiftDown, int x, int y)
500
break;
501
502
case SERIAL:
503
- editor.handleSerial();
+ if (isShiftDown) {
504
+ editor.handlePlotter();
505
+ } else {
506
+ editor.handleSerial();
507
+ }
508
509
510
default:
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments