Skip to content

Commit f74afc4

Browse files
committed
Remove incorrect Ctrl+K / Ctrl+W bindings
for a better explanation see @nopdotcom comment here: #4743 (comment)
1 parent 02914d7 commit f74afc4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: app/src/processing/app/syntax/SketchTextAreaDefaultInputMap.java

-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ public SketchTextAreaDefaultInputMap() {
7272
put(KeyStroke.getKeyStroke(KeyEvent.VK_B, ctrl), DefaultEditorKit.backwardAction);
7373
put(KeyStroke.getKeyStroke(KeyEvent.VK_F, ctrl), DefaultEditorKit.forwardAction);
7474
put(KeyStroke.getKeyStroke(KeyEvent.VK_D, ctrl), DefaultEditorKit.deleteNextCharAction);
75-
put(KeyStroke.getKeyStroke(KeyEvent.VK_Y, ctrl), DefaultEditorKit.pasteAction);
76-
put(KeyStroke.getKeyStroke(KeyEvent.VK_W, ctrl), DefaultEditorKit.cutAction);
7775
}
7876

7977
// VK_DIVIDE is the keypad; should this be added to VK_SLASH as well?

0 commit comments

Comments
 (0)