mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Fixed regression: CTRL+Left/CTRL+Right moves cursor one word backward/forward
See 4212be6669bfba4619eb37873423f9f6c0fe1e64
This commit is contained in:
parent
a46259a0cf
commit
76fd163a5f
@ -131,8 +131,7 @@ public class EditorListener {
|
|||||||
|
|
||||||
// The char is not control code when CTRL key pressed? It should be a shortcut.
|
// The char is not control code when CTRL key pressed? It should be a shortcut.
|
||||||
if (!Character.isISOControl(c)) {
|
if (!Character.isISOControl(c)) {
|
||||||
event.consume();
|
return false;
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user