We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0053c92 commit af9d145Copy full SHA for af9d145
1 file changed
rcm/client/gui/ssh_session_widget.py
@@ -281,6 +281,7 @@ def init_ui(self):
281
reload_btn.setIcon(self.style().standardIcon(QStyle.SP_BrowserReload))
282
reload_btn.setToolTip('Reload the page')
283
reload_btn.clicked.connect(self.reload)
284
+ reload_btn.setShortcut("F5")
285
286
new_display_layout = QHBoxLayout()
287
new_display_layout.addSpacing(70)
0 commit comments