added shortcut key of "scan QR code" by @dearsn

pull/523/head
YFdyh000 2020-03-09 15:56:03 +08:00
parent b83b624dc3
commit 2b3e29f3d1
3 changed files with 5 additions and 2 deletions

View File

@ -488,6 +488,9 @@ namespace v2rayN.Forms
case Keys.R:
menuRealPingServer_Click(null, null);
break;
case Keys.S:
menuScanScreen_Click(null, null);
break;
case Keys.T:
menuSpeedServer_Click(null, null);
break;

View File

@ -162,7 +162,7 @@
<value>447, 22</value>
</data>
<data name="menuScanScreen.Text" xml:space="preserve">
<value>Scan QR code on the screen</value>
<value>Scan QR code on the screen (Ctrl+S)</value>
</data>
<data name="toolStripSeparator1.Size" type="System.Drawing.Size, System.Drawing">
<value>444, 6</value>

View File

@ -152,7 +152,7 @@
<value>278, 22</value>
</data>
<data name="menuScanScreen.Text" xml:space="preserve">
<value>扫描屏幕上的二维码</value>
<value>扫描屏幕上的二维码 (Ctrl+S)</value>
</data>
<data name="toolStripSeparator1.Size" type="System.Drawing.Size, System.Drawing">
<value>275, 6</value>