Skip to content

Commit 2ad8da3

Browse files
committed
1 parent 280a73e commit 2ad8da3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pdex/src/processing/mode/experimental/DebugEditor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,11 +530,11 @@ public void actionPerformed(ActionEvent e) {
530530
listBreakpointsMenuItem = new JMenuItem("List Breakpoints");
531531
listBreakpointsMenuItem.addActionListener(this);
532532

533-
stepOverMenuItem = Toolkit.newJMenuItem("Step", KeyEvent.VK_H);
533+
stepOverMenuItem = Toolkit.newJMenuItem("Step", KeyEvent.VK_J);
534534
stepOverMenuItem.addActionListener(this);
535-
stepIntoMenuItem = Toolkit.newJMenuItemShift("Step Into", KeyEvent.VK_H);
535+
stepIntoMenuItem = Toolkit.newJMenuItemShift("Step Into", KeyEvent.VK_J);
536536
stepIntoMenuItem.addActionListener(this);
537-
stepOutMenuItem = Toolkit.newJMenuItemAlt("Step Out", KeyEvent.VK_H);
537+
stepOutMenuItem = Toolkit.newJMenuItemAlt("Step Out", KeyEvent.VK_J);
538538
stepOutMenuItem.addActionListener(this);
539539

540540
printStackTraceMenuItem = new JMenuItem("Print Stack Trace");

0 commit comments

Comments
 (0)