mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Remove incorrect Ctrl+K / Ctrl+W bindings
for a better explanation see @nopdotcom comment here: https://github.com/arduino/Arduino/pull/4743#issuecomment-201447876
This commit is contained in:
parent
02914d79b9
commit
f74afc4ad9
@ -72,8 +72,6 @@ public class SketchTextAreaDefaultInputMap extends RSyntaxTextAreaDefaultInputMa
|
||||
put(KeyStroke.getKeyStroke(KeyEvent.VK_B, ctrl), DefaultEditorKit.backwardAction);
|
||||
put(KeyStroke.getKeyStroke(KeyEvent.VK_F, ctrl), DefaultEditorKit.forwardAction);
|
||||
put(KeyStroke.getKeyStroke(KeyEvent.VK_D, ctrl), DefaultEditorKit.deleteNextCharAction);
|
||||
put(KeyStroke.getKeyStroke(KeyEvent.VK_Y, ctrl), DefaultEditorKit.pasteAction);
|
||||
put(KeyStroke.getKeyStroke(KeyEvent.VK_W, ctrl), DefaultEditorKit.cutAction);
|
||||
}
|
||||
|
||||
// VK_DIVIDE is the keypad; should this be added to VK_SLASH as well?
|
||||
|
Loading…
x
Reference in New Issue
Block a user