Skip to content

Commit b529cf6

Browse files
author
AlePini
committed
Can add a session with +
1 parent af9d145 commit b529cf6

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
@@ -276,6 +276,7 @@ def init_ui(self):
276276
new_display_btn.setIcon(new_display_ico)
277277
new_display_btn.setToolTip('Create a new display session')
278278
new_display_btn.clicked.connect(self.add_new_display)
279+
new_display_btn.setShortcut(Qt.Key_Plus)
279280

280281
reload_btn = QPushButton()
281282
reload_btn.setIcon(self.style().standardIcon(QStyle.SP_BrowserReload))

0 commit comments

Comments
 (0)