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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user