From e318da707362554d30065e2df1b7f245d3da80b5 Mon Sep 17 00:00:00 2001 From: Ted Pavlic Date: Mon, 23 Feb 2009 10:30:07 -0500 Subject: [PATCH] Made and look the same to events.js --- common/content/events.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/content/events.js b/common/content/events.js index 8d25106d..3c9db52a 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -932,6 +932,8 @@ function Events() //{{{ { if (!ctrl && !alt && !shift && !meta) return false; // an invalid key like + else if (shift) + keyname = keyname.toUpperCase(); charCode = keyname.charCodeAt(0); } else if (keyname.toLowerCase() == "space")