Add key shortcuts for RPC console tabs
- Alt-I for Information, Alt-C for Console
This commit is contained in:
parent
b84172434d
commit
bfbfb53ed4
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
</property>
|
||||
<widget class="QWidget" name="tab_info">
|
||||
<attribute name="title">
|
||||
<string>Information</string>
|
||||
<string>&Information</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
|
||||
<property name="horizontalSpacing">
|
||||
|
@ -234,7 +234,7 @@
|
|||
</widget>
|
||||
<widget class="QWidget" name="tab_console">
|
||||
<attribute name="title">
|
||||
<string>Console</string>
|
||||
<string>&Console</string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<property name="spacing">
|
||||
|
|
Loading…
Reference in a new issue