mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1217806 - flip OSK pref on release builds, r=jaws
--HG-- extra : commitid : Dby1tgbTA9G extra : rebase_source : 4e3917f3cf481be69c6b309a0a398f00a95bf086
This commit is contained in:
parent
c235eaa461
commit
6612459260
@ -3259,11 +3259,7 @@ pref("ui.window_class_override", "");
|
||||
pref("ui.elantech_gesture_hacks.enabled", -1);
|
||||
|
||||
// Show the Windows on-screen keyboard (osk.exe) when a text field is focused.
|
||||
#ifdef RELEASE_BUILD
|
||||
pref("ui.osk.enabled", false);
|
||||
#else
|
||||
pref("ui.osk.enabled", true);
|
||||
#endif
|
||||
// Only show the on-screen keyboard if there are no physical keyboards attached
|
||||
// to the device.
|
||||
pref("ui.osk.detect_physical_keyboard", true);
|
||||
|
Loading…
Reference in New Issue
Block a user