From 880b3a7a5bdb412ca36ff39051538caaf0d8628c Mon Sep 17 00:00:00 2001
From: "andres.delikat" <andres.delikat@4bbf4f03-6f44-549e-7e59-35d4b0962838>
Date: Sat, 30 Apr 2011 20:50:32 +0000
Subject: [PATCH] ToolBox - set toolstrip as a tabstop, now the user can arrow
 key to the dialog of choice after pressing the toolbox hotkey

---
 BizHawk.MultiClient/tools/ToolBox.Designer.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/BizHawk.MultiClient/tools/ToolBox.Designer.cs b/BizHawk.MultiClient/tools/ToolBox.Designer.cs
index 865d7acf6e..887c171182 100644
--- a/BizHawk.MultiClient/tools/ToolBox.Designer.cs
+++ b/BizHawk.MultiClient/tools/ToolBox.Designer.cs
@@ -54,6 +54,7 @@
             this.toolStrip1.Name = "toolStrip1";
             this.toolStrip1.Size = new System.Drawing.Size(86, 138);
             this.toolStrip1.TabIndex = 0;
+            this.toolStrip1.TabStop = true;
             // 
             // toolStripButton1
             //