SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
0 deletions
-
electrum/gui/qt/main_window.py
|
|
@ -176,6 +176,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): |
|
|
|
QShortcut(QKeySequence("Ctrl+W"), self, self.close) |
|
|
|
QShortcut(QKeySequence("Ctrl+Q"), self, self.close) |
|
|
|
QShortcut(QKeySequence("Ctrl+R"), self, self.update_wallet) |
|
|
|
QShortcut(QKeySequence("F5"), self, self.update_wallet) |
|
|
|
QShortcut(QKeySequence("Ctrl+PgUp"), self, lambda: wrtabs.setCurrentIndex((wrtabs.currentIndex() - 1)%wrtabs.count())) |
|
|
|
QShortcut(QKeySequence("Ctrl+PgDown"), self, lambda: wrtabs.setCurrentIndex((wrtabs.currentIndex() + 1)%wrtabs.count())) |
|
|
|
|
|
|
|