]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Sun, 19 Sep 2010 13:01:59 +0000 (13:01 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 19 Sep 2010 13:01:59 +0000 (13:01 +0000)
- Remap ctrl-A to ctrl-shift-A for addToQueue. Rather annoying having select all being the same as add to queue.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3548 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmMain.cs

index 453b48a390b11aeac8068ad3540443958beb502c..bb0ec5ea896810c00a0c24090950878d7e93a4fc 100644 (file)
@@ -2460,7 +2460,7 @@ namespace Handbrake
                 return true;\r
             }\r
 \r
-            if (keyData == (Keys.Control | Keys.A))\r
+            if (keyData == (Keys.Control | Keys.Shift | Keys.A))\r
             {\r
                 btn_add2Queue_Click(this, new EventArgs());\r
                 return true;\r