diff options
Diffstat (limited to 'python/servo/post_build_commands.py')
-rw-r--r-- | python/servo/post_build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index ece3ce584af..67ec4662fdd 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -114,7 +114,7 @@ class PostBuildCommands(CommandBase): args = args + ['-w', '--pref', 'dom.mozbrowser.enabled', '--pref', 'dom.forcetouch.enabled', - '--pref', 'shell.quit-on-escape.enabled=false', + '--pref', 'shell.builtin-key-shortcuts=false', path.join(browserhtml_path, 'out', 'index.html')] # Borrowed and modified from: |