зеркало из https://github.com/mozilla/gecko-dev.git
Re-landing prefs from bug 178910 that were accidentally removed in bug 224578 due to merge conflicts. r=Sergei Dolgov
This commit is contained in:
Родитель
7acc931f15
Коммит
087527c4b0
|
@ -1412,6 +1412,18 @@ pref("font.size.fixed.zh-TW", 16);
|
||||||
pref("font.size.variable.zh-HK", 16);
|
pref("font.size.variable.zh-HK", 16);
|
||||||
pref("font.size.fixed.zh-HK", 16);
|
pref("font.size.fixed.zh-HK", 16);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set default accelKey to "Alt", which is the default under BeOS.
|
||||||
|
* The generalAccessKey is used for shortcuts on web pages, set to
|
||||||
|
* Ctrl. The menuAccessKey is now the "windows" key.
|
||||||
|
*/
|
||||||
|
pref("ui.key.accelKey", 18);
|
||||||
|
pref("ui.key.generalAccessKey", 17);
|
||||||
|
pref("ui.key.menuAccessKey", 17);
|
||||||
|
|
||||||
|
// xxx toolkit?
|
||||||
|
pref("browser.download.dir", "/boot/home/Downloads");
|
||||||
|
|
||||||
# BeOS
|
# BeOS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче