mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-30 21:18:25 +00:00
8162255: 'Alt-Enter v'/'Alt-Enter i' not working on some terminals
Registering an additional code sequence for Alt-Enter Reviewed-by: rfield
This commit is contained in:
parent
f89b798523
commit
ecbab04648
@ -233,6 +233,7 @@ class ConsoleIOContext extends IOContext {
|
||||
private static final String DOCUMENTATION_SHORTCUT = "\033\133\132"; //Shift-TAB
|
||||
private static final String[] SHORTCUT_FIXES = {
|
||||
"\033\015", //Alt-Enter (Linux)
|
||||
"\033\012", //Alt-Enter (Linux)
|
||||
"\033\133\061\067\176", //F6/Alt-F1 (Mac)
|
||||
"\u001BO3P" //Alt-F1 (Linux)
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user