From e87bddc2ee35d86009bc81b4ab5ccea356a55248 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 10 Sep 2012 04:16:30 +0000 Subject: [PATCH] etc --- BizHawk.MultiClient/MainForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index f94d3c6911..8268205a32 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -1642,13 +1642,13 @@ namespace BizHawk.MultiClient if (c >= 'a' && c <= 'z' || c == ' ') { SendAltKeyChar(c); - sys_hotkey = true; + //sys_hotkey = true; } } if (ie.LogicalButton.Alt && ie.LogicalButton.Button == "Space") { SendPlainAltKey(32); - sys_hotkey = true; + //sys_hotkey = true; } } //ordinarily, an alt release with nothing else would move focus to the menubar. but that is sort of useless, and hard to implement exactly right.