Bug 1454323 - Set the default key in <key> to avoid it capturing all command keys. r?jaws draft
authorZibi Braniecki <zbraniecki@mozilla.com>
Tue, 17 Apr 2018 12:50:48 -0700
changeset 785095 60e7cc0b05c385d3112fc932a6aa207cfe9ee991
parent 783746 5ded36cb383d3ccafd9b6c231c5120dcdae196a2
push id107139
push userbmo:gandalf@aviary.pl
push dateThu, 19 Apr 2018 17:34:08 +0000
reviewersjaws
bugs1454323
milestone61.0a1
Bug 1454323 - Set the default key in <key> to avoid it capturing all command keys. r?jaws MozReview-Commit-ID: 3oD7iaTEbZg
browser/components/preferences/in-content/preferences.xul
--- a/browser/components/preferences/in-content/preferences.xul
+++ b/browser/components/preferences/in-content/preferences.xul
@@ -171,17 +171,17 @@
             <image class="help-icon"/>
               <label class="help-label" flex="1" data-l10n-id="help-button-label"></label>
           </hbox>
         </label>
       </hbox>
     </vbox>
 
     <keyset>
-      <key data-l10n-id="focus-search" modifiers="accel" id="focusSearch1" oncommand="gSearchResultsPane.searchInput.focus();"/>
+      <key data-l10n-id="focus-search" key="" modifiers="accel" id="focusSearch1" oncommand="gSearchResultsPane.searchInput.focus();"/>
     </keyset>
 
     <vbox class="main-content" flex="1" align="start">
       <vbox class="pane-container">
         <hbox class="sticky-container" pack="end" align="top">
           <hbox id="policies-container" align="stretch" flex="1" hidden="true">
             <hbox align="top">
               <image class="info-icon"></image>