Browse Source

Add key shortcuts for RPC console tabs

- Alt-I for Information, Alt-C for Console
0.8
Wladimir J. van der Laan 13 years ago
parent
commit
bfbfb53ed4
  1. 4
      src/qt/forms/rpcconsole.ui

4
src/qt/forms/rpcconsole.ui

@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
</property>
<widget class="QWidget" name="tab_info">
<attribute name="title">
<string>Information</string>
<string>&amp;Information</string>
</attribute>
<layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
<property name="horizontalSpacing">
@ -234,7 +234,7 @@ @@ -234,7 +234,7 @@
</widget>
<widget class="QWidget" name="tab_console">
<attribute name="title">
<string>Console</string>
<string>&amp;Console</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="spacing">

Loading…
Cancel
Save