@@ -360,7 +360,10 @@ ToolBar {
|
||||
}
|
||||
}
|
||||
|
||||
Keys.onEscapePressed: closeAll()
|
||||
Keys.onEscapePressed: {
|
||||
clearReply();
|
||||
closeAll();
|
||||
}
|
||||
|
||||
Keys.onPressed: {
|
||||
if (event.key === Qt.Key_PageDown) {
|
||||
|
||||
Reference in New Issue
Block a user