From 51ccd7ec9ac23f975e4d7aeb33696e12ca7e4c93 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Thu, 4 Aug 2011 03:00:02 +0000 Subject: [PATCH] TI83 - add NumberPadEnter to the default input key mapping along with Enter since our hotkey system differentiates between the two --- BizHawk.MultiClient/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/Config.cs b/BizHawk.MultiClient/Config.cs index bdf56b6d6e..d9a65acf93 100644 --- a/BizHawk.MultiClient/Config.cs +++ b/BizHawk.MultiClient/Config.cs @@ -648,7 +648,7 @@ _9 = "NumberPad9"; //9 DOT = "NumberPadPeriod";//10 ON = "Space"; //11 - ENTER = "Return"; //12 + ENTER = "Return", "NumberPadEnter"; //12 UP = "UpArrow"; //13 DOWN = "DownArrow"; //14 LEFT = "LeftArrow"; //15