mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
[240745] Fix Ctrl+F1 when disconnected
This commit is contained in:
parent
7653ec787f
commit
4ec1b58158
1 changed files with 2 additions and 0 deletions
|
@ -747,6 +747,8 @@ public class VT100TerminalControl implements ITerminalControlForText, ITerminalC
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ignore all other keyboard input when not connected.
|
// Ignore all other keyboard input when not connected.
|
||||||
|
// Allow other key handlers (such as Ctrl+F1) do their work
|
||||||
|
event.doit = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue