2026-03-16
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
keyconfig_version = (4, 3, 29)
|
||||
keyconfig_version = (5, 0, 118)
|
||||
keyconfig_data = \
|
||||
[("3D View",
|
||||
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
||||
@@ -1519,11 +1519,6 @@ keyconfig_data = \
|
||||
),
|
||||
("anim.change_frame", {"type": 'RIGHTMOUSE', "value": 'PRESS'}, None),
|
||||
("action.duplicate_move", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True}, None),
|
||||
("action.keymove",
|
||||
{"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True},
|
||||
{ "active":False,
|
||||
},
|
||||
),
|
||||
("action.keymove",
|
||||
{"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True},
|
||||
{ "active":False,
|
||||
@@ -1591,11 +1586,7 @@ keyconfig_data = \
|
||||
],
|
||||
},
|
||||
),
|
||||
("screen.animation_play",
|
||||
{"type": 'SPACE', "value": 'PRESS', "repeat": True},
|
||||
{ "active":False,
|
||||
},
|
||||
),
|
||||
("screen.animation_play", {"type": 'V', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
||||
("screen.animation_play",
|
||||
{"type": 'SPACE', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
||||
{"properties":
|
||||
@@ -1956,38 +1947,10 @@ keyconfig_data = \
|
||||
("Grease Pencil Stroke Paint (Draw brush)",
|
||||
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
||||
{"items":
|
||||
[("gpencil.draw",
|
||||
{"type": 'LEFTMOUSE', "value": 'PRESS'},
|
||||
{"properties":
|
||||
[("mode", 'DRAW'),
|
||||
("wait_for_input", False),
|
||||
],
|
||||
},
|
||||
),
|
||||
("gpencil.draw",
|
||||
{"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
||||
{"properties":
|
||||
[("mode", 'DRAW'),
|
||||
("wait_for_input", False),
|
||||
],
|
||||
},
|
||||
),
|
||||
("gpencil.draw",
|
||||
{"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True, "alt": True},
|
||||
{"properties":
|
||||
[("mode", 'DRAW_STRAIGHT'),
|
||||
("wait_for_input", False),
|
||||
],
|
||||
},
|
||||
),
|
||||
("gpencil.draw",
|
||||
{"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
||||
{"properties":
|
||||
[("mode", 'ERASER'),
|
||||
("wait_for_input", False),
|
||||
],
|
||||
},
|
||||
),
|
||||
[("gpencil.draw", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
||||
("gpencil.draw", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True}, None),
|
||||
("gpencil.draw", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
||||
("gpencil.draw", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
||||
("gpencil.draw", {"type": 'O', "value": 'PRESS'}, None),
|
||||
("gpencil.draw", {"type": 'J', "value": 'PRESS'}, None),
|
||||
("gpencil.draw", {"type": 'J', "value": 'PRESS', "alt": True}, None),
|
||||
@@ -2002,14 +1965,7 @@ keyconfig_data = \
|
||||
("gpencil.draw", {"type": 'M', "value": 'PRESS'}, None),
|
||||
("gpencil.draw", {"type": 'C', "value": 'PRESS'}, None),
|
||||
("gpencil.draw", {"type": 'C', "value": 'PRESS', "alt": True}, None),
|
||||
("gpencil.draw",
|
||||
{"type": 'ERASER', "value": 'PRESS'},
|
||||
{"properties":
|
||||
[("mode", 'ERASER'),
|
||||
("wait_for_input", False),
|
||||
],
|
||||
},
|
||||
),
|
||||
("gpencil.draw", {"type": 'ERASER', "value": 'PRESS'}, None),
|
||||
("gpencil.select_box", {"type": 'B', "value": 'PRESS'}, None),
|
||||
("gpencil.select_lasso", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True, "alt": True}, None),
|
||||
],
|
||||
@@ -2838,11 +2794,9 @@ keyconfig_data = \
|
||||
{ "active":False,
|
||||
},
|
||||
),
|
||||
("wm.call_menu",
|
||||
{"type": 'DEL', "value": 'PRESS', "repeat": True},
|
||||
{"properties":
|
||||
[("name", 'VIEW3D_MT_edit_mesh_delete'),
|
||||
],
|
||||
("object.swapmode",
|
||||
{"type": 'MIDDLEMOUSE', "value": 'DOUBLE_CLICK'},
|
||||
{ "active":False,
|
||||
},
|
||||
),
|
||||
("object.swapmode",
|
||||
@@ -2850,6 +2804,23 @@ keyconfig_data = \
|
||||
{ "active":False,
|
||||
},
|
||||
),
|
||||
("object.swapmode",
|
||||
{"type": 'MIDDLEMOUSE', "value": 'DOUBLE_CLICK'},
|
||||
{ "active":False,
|
||||
},
|
||||
),
|
||||
("object.swapmode",
|
||||
{"type": 'MIDDLEMOUSE', "value": 'DOUBLE_CLICK'},
|
||||
{ "active":False,
|
||||
},
|
||||
),
|
||||
("wm.call_menu",
|
||||
{"type": 'DEL', "value": 'PRESS', "repeat": True},
|
||||
{"properties":
|
||||
[("name", 'VIEW3D_MT_edit_mesh_delete'),
|
||||
],
|
||||
},
|
||||
),
|
||||
],
|
||||
},
|
||||
),
|
||||
@@ -3014,6 +2985,11 @@ keyconfig_data = \
|
||||
("anim.keyframe_insert_menu", {"type": 'I', "value": 'PRESS', "repeat": True}, None),
|
||||
("anim.keyframe_delete_v3d", {"type": 'I', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
||||
("anim.keying_set_active_set", {"type": 'I', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True, "repeat": True}, None),
|
||||
("collection.create",
|
||||
{"type": 'G', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||
{ "active":False,
|
||||
},
|
||||
),
|
||||
("collection.objects_remove", {"type": 'G', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True}, None),
|
||||
("collection.objects_remove_all", {"type": 'G', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True, "repeat": True}, None),
|
||||
("collection.objects_add_active", {"type": 'G', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
||||
@@ -3211,7 +3187,7 @@ keyconfig_data = \
|
||||
],
|
||||
},
|
||||
),
|
||||
("object.pivotlock", {"type": 'V', "value": 'PRESS', "repeat": True}, None),
|
||||
("object.pivotlock", {"type": 'V', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
||||
("object.hideorigin", {"type": 'D', "value": 'PRESS', "repeat": True}, None),
|
||||
("theme.double", {"type": 'B', "value": 'PRESS', "alt": True, "repeat": True}, None),
|
||||
("object.keygridsnap", {"type": 'G', "value": 'PRESS', "key_modifier": 'D', "repeat": True}, None),
|
||||
@@ -3413,7 +3389,6 @@ keyconfig_data = \
|
||||
("outliner.drivers_add_selected", {"type": 'D', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
||||
("outliner.drivers_delete_selected", {"type": 'D', "value": 'PRESS', "ctrl": True, "alt": True, "repeat": True}, None),
|
||||
("outliner.collection_new", {"type": 'C', "value": 'PRESS', "repeat": True}, None),
|
||||
("outliner.collection_delete", {"type": 'X', "value": 'PRESS', "repeat": True}, None),
|
||||
("outliner.delete", {"type": 'DEL', "value": 'PRESS', "repeat": True}, None),
|
||||
("object.move_to_collection", {"type": 'M', "value": 'PRESS', "repeat": True}, None),
|
||||
("object.link_to_collection", {"type": 'M', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
||||
@@ -3528,6 +3503,7 @@ keyconfig_data = \
|
||||
("outliner.show_active", {"type": 'F', "value": 'PRESS', "repeat": True}, None),
|
||||
("outliner.item_rename", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
||||
("object.move_to_collection", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
|
||||
("outliner.delete", {"type": 'X', "value": 'PRESS'}, None),
|
||||
],
|
||||
},
|
||||
),
|
||||
@@ -4306,6 +4282,7 @@ keyconfig_data = \
|
||||
{"properties":
|
||||
[("extend", False),
|
||||
],
|
||||
"active":False,
|
||||
},
|
||||
),
|
||||
("uv.select",
|
||||
@@ -4503,14 +4480,13 @@ keyconfig_data = \
|
||||
},
|
||||
),
|
||||
("wm.call_menu",
|
||||
{"type": 'E', "value": 'PRESS', "repeat": True},
|
||||
{"type": 'RIGHTMOUSE', "value": 'PRESS'},
|
||||
{"properties":
|
||||
[("name", 'IMAGE_MT_uvs_specials'),
|
||||
[("name", 'IMAGE_MT_uvs_context_menu'),
|
||||
],
|
||||
"active":False,
|
||||
},
|
||||
),
|
||||
("uv.cursor_set", {"type": 'LEFTMOUSE', "value": 'CLICK'}, None),
|
||||
("uv.cursor_set", {"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True}, None),
|
||||
("wm.tool_set_by_name", {"type": 'Q', "value": 'PRESS', "repeat": True}, None),
|
||||
("wm.tool_set_by_name", {"type": 'W', "value": 'PRESS', "repeat": True}, None),
|
||||
("wm.tool_set_by_id",
|
||||
@@ -4541,6 +4517,7 @@ keyconfig_data = \
|
||||
],
|
||||
},
|
||||
),
|
||||
("uv.select", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
||||
],
|
||||
},
|
||||
),
|
||||
@@ -4595,6 +4572,24 @@ keyconfig_data = \
|
||||
("ui.list_start_filter", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
||||
("ui.view_start_filter", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
||||
("anim.keyframe_insert_by_name", {"type": 'S', "value": 'PRESS'}, None),
|
||||
("ui.view_item_select", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
||||
("ui.view_item_select",
|
||||
{"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
||||
{"properties":
|
||||
[("extend", True),
|
||||
],
|
||||
},
|
||||
),
|
||||
("ui.view_item_select",
|
||||
{"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
||||
{"properties":
|
||||
[("range_select", True),
|
||||
],
|
||||
},
|
||||
),
|
||||
("ui.view_scroll", {"type": 'WHEELUPMOUSE', "value": 'ANY'}, None),
|
||||
("ui.view_scroll", {"type": 'WHEELDOWNMOUSE', "value": 'ANY'}, None),
|
||||
("ui.view_scroll", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
||||
],
|
||||
},
|
||||
),
|
||||
@@ -4603,12 +4598,7 @@ keyconfig_data = \
|
||||
{"items":
|
||||
[("view2d.scroller_activate", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
||||
("view2d.scroller_activate", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
|
||||
("view2d.pan",
|
||||
{"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True},
|
||||
{ "active":False,
|
||||
},
|
||||
),
|
||||
("view2d.pan", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
||||
("view2d.pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
|
||||
("view2d.scroll_right", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
||||
("view2d.scroll_left", {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
||||
("view2d.scroll_down", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "shift": True}, None),
|
||||
@@ -4670,8 +4660,8 @@ keyconfig_data = \
|
||||
{"type": 'F', "value": 'PRESS', "repeat": True},
|
||||
{"properties":
|
||||
[("data_path_primary", 'tool_settings.weight_paint.brush.size'),
|
||||
("data_path_secondary", 'tool_settings.unified_paint_settings.size'),
|
||||
("use_secondary", 'tool_settings.unified_paint_settings.use_unified_size'),
|
||||
("data_path_secondary", 'tool_settings.weight_paint.unified_paint_settings.size'),
|
||||
("use_secondary", 'tool_settings.weight_paint.unified_paint_settings.use_unified_size'),
|
||||
("rotation_path", 'tool_settings.weight_paint.brush.texture_slot.angle'),
|
||||
("color_path", 'tool_settings.weight_paint.brush.cursor_color_add'),
|
||||
("fill_color_path", ''),
|
||||
@@ -4687,8 +4677,8 @@ keyconfig_data = \
|
||||
{"type": 'F', "value": 'PRESS', "shift": True, "repeat": True},
|
||||
{"properties":
|
||||
[("data_path_primary", 'tool_settings.weight_paint.brush.strength'),
|
||||
("data_path_secondary", 'tool_settings.unified_paint_settings.strength'),
|
||||
("use_secondary", 'tool_settings.unified_paint_settings.use_unified_strength'),
|
||||
("data_path_secondary", 'tool_settings.weight_paint.unified_paint_settings.strength'),
|
||||
("use_secondary", 'tool_settings.weight_paint.unified_paint_settings.use_unified_strength'),
|
||||
("rotation_path", 'tool_settings.weight_paint.brush.texture_slot.angle'),
|
||||
("color_path", 'tool_settings.weight_paint.brush.cursor_color_add'),
|
||||
("fill_color_path", ''),
|
||||
@@ -4704,8 +4694,8 @@ keyconfig_data = \
|
||||
{"type": 'F', "value": 'PRESS', "ctrl": True, "repeat": True},
|
||||
{"properties":
|
||||
[("data_path_primary", 'tool_settings.weight_paint.brush.weight'),
|
||||
("data_path_secondary", 'tool_settings.unified_paint_settings.weight'),
|
||||
("use_secondary", 'tool_settings.unified_paint_settings.use_unified_weight'),
|
||||
("data_path_secondary", 'tool_settings.weight_paint.unified_paint_settings.weight'),
|
||||
("use_secondary", 'tool_settings.weight_paint.unified_paint_settings.use_unified_weight'),
|
||||
("rotation_path", 'tool_settings.weight_paint.brush.texture_slot.angle'),
|
||||
("color_path", 'tool_settings.weight_paint.brush.cursor_color_add'),
|
||||
("fill_color_path", ''),
|
||||
|
||||
Reference in New Issue
Block a user