forked from qt-creator/qt-creator
Terminal: Support Alt+Left / Alt+Right cursor move
Fixes: QTCREATORBUG-28941 Change-Id: I7c8e012733f6dcb2851e8e1b840d53317e413cd8 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -37,6 +37,9 @@ public:
|
||||
void zoomIn();
|
||||
void zoomOut();
|
||||
|
||||
void moveCursorWordLeft();
|
||||
void moveCursorWordRight();
|
||||
|
||||
void clearContents();
|
||||
|
||||
struct Selection
|
||||
|
||||
Reference in New Issue
Block a user