зеркало из https://github.com/mozilla/pjs.git
Bug 232544 - Make Ctrl-Up/Down change multiline pref instead of bypassing it.
r=samuel@sieb.net
This commit is contained in:
Родитель
76264234dc
Коммит
ab6845102f
|
@ -194,7 +194,7 @@ function onMultilineInputKeyPress (e)
|
|||
if ((e.ctrlKey || e.metaKey) && e.keyCode == 40)
|
||||
{
|
||||
/* ctrl/meta-down, switch to single line mode */
|
||||
multilineInputMode (false);
|
||||
dispatch ("pref multiline false");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -266,7 +266,7 @@ function onInputKeyPress (e)
|
|||
if (e.ctrlKey || e.metaKey)
|
||||
{
|
||||
/* ctrl/meta-up, switch to multi line mode */
|
||||
multilineInputMode (true);
|
||||
dispatch ("pref multiline true");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче