Bug 231381: supplementary fix for linux.

This commit is contained in:
chanial%noos.fr 2004-01-19 06:46:02 +00:00
Родитель 7be4b9b7c8
Коммит 44f8f541f7
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -162,6 +162,8 @@
<key id="key_newNavigatorTab" key="&tabCmd.commandkey;" modifiers="accel" command="cmd_newNavigatorTab"/>
<key id="focusURLBar" key="&openCmd.commandkey;" command="Browser:OpenLocation"
modifiers="accel"/>
<key id="focusURLBar2" key="&urlbar.accesskey;" command="Browser:OpenLocation"
modifiers="alt"/>
#ifdef XP_UNIX
#ifndef XP_MACOSX
<key id="focusSearchBar" key="&searchFocusUnix.commandkey;" oncommand="focusSearchBar();" modifiers="accel"/>

Просмотреть файл

@ -174,7 +174,7 @@
<toolbaritem id="urlbar-container" align="center" flex="1000"
title="&locationItem.title;" class="chromeclass-location">
<textbox id="urlbar" flex="1"
type="autocomplete" accesskey="&urlbar.accesskey;"
type="autocomplete"
autocompletesearch="history"
autocompletepopup="PopupAutoComplete"
tabscrolling="true"