Skip to content

Commit af9d145

Browse files
author
AlePini
committed
Can reload session with F5
1 parent 0053c92 commit af9d145

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rcm/client/gui/ssh_session_widget.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ def init_ui(self):
281281
reload_btn.setIcon(self.style().standardIcon(QStyle.SP_BrowserReload))
282282
reload_btn.setToolTip('Reload the page')
283283
reload_btn.clicked.connect(self.reload)
284+
reload_btn.setShortcut("F5")
284285

285286
new_display_layout = QHBoxLayout()
286287
new_display_layout.addSpacing(70)

0 commit comments

Comments
 (0)