mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
add two keyboard shortcuts
This commit is contained in:
parent
69927304e2
commit
6df95ee706
1 changed files with 2 additions and 0 deletions
|
@ -440,6 +440,8 @@ class ElectrumWindow(QMainWindow):
|
||||||
self.payto_sig = QLabel('')
|
self.payto_sig = QLabel('')
|
||||||
grid.addWidget(self.payto_sig, 6, 0, 1, 4)
|
grid.addWidget(self.payto_sig, 6, 0, 1, 4)
|
||||||
|
|
||||||
|
QShortcut(QKeySequence("Up"), w, w.focusPreviousChild)
|
||||||
|
QShortcut(QKeySequence("Down"), w, w.focusNextChild)
|
||||||
w.setLayout(grid)
|
w.setLayout(grid)
|
||||||
w.show()
|
w.show()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue