Fix T58566: Blender 2.7x keymap not correct for select all toggle and spacebar.

This commit is contained in:
Brecht Van Lommel 2018-12-03 00:38:40 +01:00
parent cf18eb2de3
commit 63ac7c799c

@ -50,6 +50,8 @@ def load():
keyconfig_data = blender_default.generate_keymaps(
blender_default.Params(
select_mouse=kc_prefs.select_mouse,
spacebar_action='SEARCH',
use_select_all_toggle=True,
legacy=True,
),
)