Added: Add shift key support in extra keys and terminal with SHIFT or SHFT
Closes #1038
This commit is contained in:
@@ -54,6 +54,9 @@ public interface TerminalViewClient {
|
||||
|
||||
boolean readAltKey();
|
||||
|
||||
boolean readShiftKey();
|
||||
|
||||
|
||||
|
||||
boolean onCodePoint(int codePoint, boolean ctrlDown, TerminalSession session);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user