diff --git a/mozilla/browser/base/content/browser-sets.inc b/mozilla/browser/base/content/browser-sets.inc
index 3a02815a889..2416b671c4d 100644
--- a/mozilla/browser/base/content/browser-sets.inc
+++ b/mozilla/browser/base/content/browser-sets.inc
@@ -176,14 +176,32 @@
modifiers="accel"/>
+#
+# Search Command Key Logic works like this:
+#
+# Unix: Ctrl+J (0.8, 0.9 support)
+# Ctrl+K (cross platform binding)
+# Mac: Ctrl+K (cross platform binding)
+# Win: Ctrl+K (cross platform binding)
+# Ctrl+E (IE compat)
+#
+# We support Ctrl+K on all platforms now and advertise it in the menu since it is
+# our standard - it is a "safe" choice since it is near no harmful keys like "W" as
+# "E" is. People mourning the loss of Ctrl+K for emacs compat can switch their GTK
+# system setting to use emacs emulation, and we should respect it. Focus-Search-Box
+# is a fundamental keybinding and we are maintaining a XP binding so that it is easy
+# for people to switch to Linux.
+#
+# Do *not* tamper with these values without talking to ben@mozilla.org
+#
#ifdef XP_UNIX
#ifndef XP_MACOSX
-
-#else
-
+
#endif
+
#else
+
#endif
diff --git a/mozilla/browser/locales/en-US/chrome/browser/browser.dtd b/mozilla/browser/locales/en-US/chrome/browser/browser.dtd
index 2f16f9b5044..c38456ac284 100644
--- a/mozilla/browser/locales/en-US/chrome/browser/browser.dtd
+++ b/mozilla/browser/locales/en-US/chrome/browser/browser.dtd
@@ -199,8 +199,33 @@
+
+
+
+
+