Keymap: update 2.7x map
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user