Add reload from disk

This is typically mapped to the F5 key, so the "secret force refresh"
key has been temporarily moved to F6.
This commit is contained in:
G.K.MacGregor
2022-07-17 15:16:53 +01:00
parent a8f2152c92
commit abf649d2ab
5 changed files with 55 additions and 1 deletions

View File

@@ -386,7 +386,7 @@ void TeletextWidget::keyPressEvent(QKeyEvent *event)
case Qt::Key_PageDown:
m_teletextDocument->selectSubPagePrevious();
break;
case Qt::Key_F5:
case Qt::Key_F6:
m_pageDecode.decodePage();
m_pageRender.renderPage(true);
update();