diff options
author | mrmiywj <jsyangwenjie@gmail.com> | 2016-06-23 17:32:33 +0800 |
---|---|---|
committer | mrmiywj <jsyangwenjie@gmail.com> | 2016-06-23 17:37:56 +0800 |
commit | 909f0da3c21e3074639995a2b352e243e2cc4557 (patch) | |
tree | 4861bd1bc7f24be3984d4cfdb8bbe3e5444e720e /python/servo/post_build_commands.py | |
parent | 053c2aee0aff738bccde5df1ccdfdfceddaa2fa2 (diff) | |
download | servo-909f0da3c21e3074639995a2b352e243e2cc4557.tar.gz servo-909f0da3c21e3074639995a2b352e243e2cc4557.zip |
add reload keyboard shortcut
rename the preference to shell.builtin-key-shortcuts.enabled
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: |