We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ebd4a commit 7438440Copy full SHA for 7438440
app/src/processing/app/Editor.java
@@ -1344,7 +1344,7 @@ public void actionPerformed(ActionEvent e) {
1344
1345
menu.addSeparator();
1346
1347
- JMenuItem commentItem = newJMenuItem(tr("Comment/Uncomment"), '/');
+ JMenuItem commentItem = newJMenuItem(tr("Comment/Uncomment"), PreferencesData.get("editor.keys.shortcut_comment", "/").charAt(0));
1348
commentItem.addActionListener(new ActionListener() {
1349
public void actionPerformed(ActionEvent e) {
1350
getCurrentTab().handleCommentUncomment();
0 commit comments