This commit is contained in:
Philip Chee 2011-04-25 02:21:14 +08:00
Родитель a986a2c9c7 66c6830451
Коммит 5f568a130c
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -1217,6 +1217,12 @@ pref("bidi.numeral", 0);
// 2 = OsBidisupport
// 3 = disableBidisupport
pref("bidi.support", 1);
// ------------------
// Charset Mode
// ------------------
// 1 = doccharactersetBidi *
// 2 = defaultcharactersetBidi
pref("bidi.characterset", 1);
// Whether delete and backspace should immediately delete characters not
// visually adjacent to the caret, or adjust the visual position of the caret
// on the first keypress and delete the character on a second keypress