Keymap: update 2.7x map

This commit is contained in:
Campbell Barton
2018-07-11 13:13:07 +02:00
parent e461d01657
commit e3cbff606c

View File

@@ -1425,7 +1425,16 @@ keyconfig_data = [
("armature.layers_show_all", {"type": 'ACCENT_GRAVE', "value": 'PRESS', "ctrl": True}, None),
("armature.armature_layers", {"type": 'M', "value": 'PRESS', "shift": True}, None),
("pose.bone_layers", {"type": 'M', "value": 'PRESS'}, None),
("pose.toggle_bone_selection_overlay", {"type": 'Z', "value": 'PRESS'}, None),
(
"wm.context_toggle",
{"type": 'Z', "value": 'PRESS'},
{
"properties": [
("data_path", 'space_data.overlay.show_bone_select'),
],
}
),
(
"transform.transform",
{"type": 'S', "value": 'PRESS', "ctrl": True, "alt": True},