diff --git a/◯ᴥᗱᗴᗝИNᗱᗴᙁ⚭ⵙ⚭ᙁᗱᗴИNᗝᗱᗴᴥ◯/2.90/SCRIPTS/PRESETS/KEYCONFIG/YP.O_PAMYEK_REDNELB_O_BLENDER_KEYMAP_O.PY b/◯ᴥᗱᗴᗝИNᗱᗴᙁ⚭ⵙ⚭ᙁᗱᗴИNᗝᗱᗴᴥ◯/2.90/SCRIPTS/PRESETS/KEYCONFIG/YP.O_PAMYEK_REDNELB_O_BLENDER_KEYMAP_O.PY deleted file mode 100644 index 9de40381..00000000 --- a/◯ᴥᗱᗴᗝИNᗱᗴᙁ⚭ⵙ⚭ᙁᗱᗴИNᗝᗱᗴᴥ◯/2.90/SCRIPTS/PRESETS/KEYCONFIG/YP.O_PAMYEK_REDNELB_O_BLENDER_KEYMAP_O.PY +++ /dev/null @@ -1,1607 +0,0 @@ -keyconfig_data = \ -[("3D View", - {"space_type": 'VIEW_3D', "region_type": 'WINDOW'}, - {"items": - [("view3d.cursor3d", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True}, None), - ("transform.translate", - {"type": 'EVT_TWEAK_R', "value": 'ANY', "shift": True}, - {"properties": - [("cursor_transform", True), - ("release_confirm", True), - ], - }, - ), - ("view3d.localview", {"type": 'NUMPAD_SLASH', "value": 'PRESS'}, None), - ("view3d.localview", {"type": 'SLASH', "value": 'PRESS'}, None), - ("view3d.localview", {"type": 'MOUSESMARTZOOM', "value": 'ANY'}, None), - ("view3d.localview_remove_from", {"type": 'M', "value": 'PRESS'}, None), - ("view3d.rotate", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None), - ("view3d.move", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None), - ("view3d.zoom", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True}, None), - ("view3d.dolly", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None), - ("view3d.view_selected", - {"type": 'NUMPAD_PERIOD', "value": 'PRESS', "ctrl": True}, - {"properties": - [("use_all_regions", True), - ], - }, - ), - ("view3d.view_selected", - {"type": 'NUMPAD_PERIOD', "value": 'PRESS'}, - {"properties": - [("use_all_regions", False), - ], - }, - ), - ("view3d.smoothview", {"type": 'TIMER1', "value": 'ANY', "any": True}, None), - ("view3d.rotate", {"type": 'TRACKPADPAN', "value": 'ANY'}, None), - ("view3d.rotate", {"type": 'MOUSEROTATE', "value": 'ANY'}, None), - ("view3d.move", {"type": 'TRACKPADPAN', "value": 'ANY', "shift": True}, None), - ("view3d.zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None), - ("view3d.zoom", {"type": 'TRACKPADPAN', "value": 'ANY', "ctrl": True}, None), - ("view3d.zoom", - {"type": 'NUMPAD_PLUS', "value": 'PRESS'}, - {"properties": - [("delta", 1), - ], - }, - ), - ("view3d.zoom", - {"type": 'NUMPAD_MINUS', "value": 'PRESS'}, - {"properties": - [("delta", -1), - ], - }, - ), - ("view3d.zoom", - {"type": 'EQUAL', "value": 'PRESS', "ctrl": True}, - {"properties": - [("delta", 1), - ], - }, - ), - ("view3d.zoom", - {"type": 'MINUS', "value": 'PRESS', "ctrl": True}, - {"properties": - [("delta", -1), - ], - }, - ), - ("view3d.zoom", - {"type": 'WHEELINMOUSE', "value": 'PRESS'}, - {"properties": - [("delta", 1), - ], - }, - ), - ("view3d.zoom", - {"type": 'WHEELOUTMOUSE', "value": 'PRESS'}, - {"properties": - [("delta", -1), - ], - }, - ), - ("view3d.dolly", - {"type": 'NUMPAD_PLUS', "value": 'PRESS', "shift": True}, - {"properties": - [("delta", 1), - ], - }, - ), - ("view3d.dolly", - {"type": 'NUMPAD_MINUS', "value": 'PRESS', "shift": True}, - {"properties": - [("delta", -1), - ], - }, - ), - ("view3d.dolly", - {"type": 'EQUAL', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("delta", 1), - ], - }, - ), - ("view3d.dolly", - {"type": 'MINUS', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("delta", -1), - ], - }, - ), - ("view3d.view_center_camera", {"type": 'HOME', "value": 'PRESS'}, None), - ("view3d.view_center_lock", {"type": 'HOME', "value": 'PRESS'}, None), - ("view3d.view_all", - {"type": 'HOME', "value": 'PRESS'}, - {"properties": - [("center", False), - ], - }, - ), - ("view3d.view_all", - {"type": 'HOME', "value": 'PRESS', "ctrl": True}, - {"properties": - [("use_all_regions", True), - ("center", False), - ], - }, - ), - ("view3d.view_all", - {"type": 'C', "value": 'PRESS', "shift": True}, - {"properties": - [("center", True), - ], - }, - ), - ("wm.call_menu_pie", - {"type": 'ACCENT_GRAVE', "value": 'PRESS'}, - {"properties": - [("name", 'VIEW3D_MT_view_pie'), - ], - }, - ), - ("view3d.navigate", {"type": 'ACCENT_GRAVE', "value": 'PRESS', "shift": True}, None), - ("view3d.view_camera", {"type": 'NUMPAD_0', "value": 'PRESS'}, None), - ("view3d.view_axis", - {"type": 'NUMPAD_1', "value": 'PRESS'}, - {"properties": - [("type", 'FRONT'), - ], - }, - ), - ("view3d.view_orbit", - {"type": 'NUMPAD_2', "value": 'PRESS'}, - {"properties": - [("type", 'ORBITUP'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NUMPAD_3', "value": 'PRESS'}, - {"properties": - [("type", 'RIGHT'), - ], - }, - ), - ("view3d.view_orbit", - {"type": 'NUMPAD_4', "value": 'PRESS'}, - {"properties": - [("type", 'ORBITRIGHT'), - ], - }, - ), - ("view3d.view_persportho", {"type": 'NUMPAD_5', "value": 'PRESS'}, None), - ("view3d.view_orbit", - {"type": 'NUMPAD_6', "value": 'PRESS'}, - {"properties": - [("type", 'ORBITLEFT'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NUMPAD_7', "value": 'PRESS'}, - {"properties": - [("type", 'TOP'), - ], - }, - ), - ("view3d.view_orbit", - {"type": 'NUMPAD_8', "value": 'PRESS'}, - {"properties": - [("type", 'ORBITDOWN'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NUMPAD_1', "value": 'PRESS', "ctrl": True}, - {"properties": - [("type", 'BACK'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NUMPAD_3', "value": 'PRESS', "ctrl": True}, - {"properties": - [("type", 'LEFT'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NUMPAD_7', "value": 'PRESS', "ctrl": True}, - {"properties": - [("type", 'BOTTOM'), - ], - }, - ), - ("view3d.view_pan", - {"type": 'UP_ARROW', "value": 'PRESS'}, - {"properties": - [("type", 'PANDOWN'), - ], - }, - ), - ("view3d.view_pan", - {"type": 'RIGHT_ARROW', "value": 'PRESS'}, - {"properties": - [("type", 'PANLEFT'), - ], - }, - ), - ("view3d.view_pan", - {"type": 'LEFT_ARROW', "value": 'PRESS'}, - {"properties": - [("type", 'PANRIGHT'), - ], - }, - ), - ("view3d.view_pan", - {"type": 'DOWN_ARROW', "value": 'PRESS'}, - {"properties": - [("type", 'PANUP'), - ], - }, - ), - ("view3d.view_roll", - {"type": 'NUMPAD_4', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'LEFT'), - ], - }, - ), - ("view3d.view_roll", - {"type": 'NUMPAD_6', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'RIGHT'), - ], - }, - ), - ("view3d.view_orbit", - {"type": 'NUMPAD_9', "value": 'PRESS'}, - {"properties": - [("angle", 3.1415927), - ("type", 'ORBITRIGHT'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NUMPAD_1', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'FRONT'), - ("align_active", True), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NUMPAD_3', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'RIGHT'), - ("align_active", True), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NUMPAD_7', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'TOP'), - ("align_active", True), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NUMPAD_1', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("type", 'BACK'), - ("align_active", True), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NUMPAD_3', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("type", 'LEFT'), - ("align_active", True), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NUMPAD_7', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("type", 'BOTTOM'), - ("align_active", True), - ], - }, - ), - ("view3d.view_axis", - {"type": 'EVT_TWEAK_M', "value": 'NORTH', "alt": True}, - {"properties": - [("type", 'TOP'), - ("relative", True), - ], - }, - ), - ("view3d.view_axis", - {"type": 'EVT_TWEAK_M', "value": 'SOUTH', "alt": True}, - {"properties": - [("type", 'BOTTOM'), - ("relative", True), - ], - }, - ), - ("view3d.view_axis", - {"type": 'EVT_TWEAK_M', "value": 'EAST', "alt": True}, - {"properties": - [("type", 'RIGHT'), - ("relative", True), - ], - }, - ), - ("view3d.view_axis", - {"type": 'EVT_TWEAK_M', "value": 'WEST', "alt": True}, - {"properties": - [("type", 'LEFT'), - ("relative", True), - ], - }, - ), - ("view3d.view_center_pick", {"type": 'MIDDLEMOUSE', "value": 'CLICK', "alt": True}, None), - ("view3d.ndof_orbit_zoom", {"type": 'NDOF_MOTION', "value": 'ANY'}, None), - ("view3d.ndof_orbit", {"type": 'NDOF_MOTION', "value": 'ANY', "ctrl": True}, None), - ("view3d.ndof_pan", {"type": 'NDOF_MOTION', "value": 'ANY', "shift": True}, None), - ("view3d.ndof_all", {"type": 'NDOF_MOTION', "value": 'ANY', "shift": True, "ctrl": True}, None), - ("view3d.view_selected", - {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, - {"properties": - [("use_all_regions", False), - ], - }, - ), - ("view3d.view_roll", - {"type": 'NDOF_BUTTON_ROLL_CCW', "value": 'PRESS'}, - {"properties": - [("type", 'LEFT'), - ], - }, - ), - ("view3d.view_roll", - {"type": 'NDOF_BUTTON_ROLL_CCW', "value": 'PRESS'}, - {"properties": - [("type", 'RIGHT'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NDOF_BUTTON_FRONT', "value": 'PRESS'}, - {"properties": - [("type", 'FRONT'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NDOF_BUTTON_BACK', "value": 'PRESS'}, - {"properties": - [("type", 'BACK'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NDOF_BUTTON_LEFT', "value": 'PRESS'}, - {"properties": - [("type", 'LEFT'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NDOF_BUTTON_RIGHT', "value": 'PRESS'}, - {"properties": - [("type", 'RIGHT'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NDOF_BUTTON_TOP', "value": 'PRESS'}, - {"properties": - [("type", 'TOP'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NDOF_BUTTON_BOTTOM', "value": 'PRESS'}, - {"properties": - [("type", 'BOTTOM'), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NDOF_BUTTON_FRONT', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'FRONT'), - ("align_active", True), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NDOF_BUTTON_RIGHT', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'RIGHT'), - ("align_active", True), - ], - }, - ), - ("view3d.view_axis", - {"type": 'NDOF_BUTTON_TOP', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'TOP'), - ("align_active", True), - ], - }, - ), - ("view3d.select", - {"type": 'LEFTMOUSE', "value": 'CLICK'}, - {"properties": - [("deselect_all", True), - ], - }, - ), - ("view3d.select", - {"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True}, - {"properties": - [("toggle", True), - ], - }, - ), - ("view3d.select", - {"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True}, - {"properties": - [("center", True), - ("object", True), - ], - }, - ), - ("view3d.select", - {"type": 'LEFTMOUSE', "value": 'CLICK', "alt": True}, - {"properties": - [("enumerate", True), - ], - }, - ), - ("view3d.select", - {"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "ctrl": True}, - {"properties": - [("toggle", True), - ("center", True), - ], - }, - ), - ("view3d.select", - {"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True, "alt": True}, - {"properties": - [("center", True), - ("enumerate", True), - ], - }, - ), - ("view3d.select", - {"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "alt": True}, - {"properties": - [("toggle", True), - ("enumerate", True), - ], - }, - ), - ("view3d.select", - {"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "ctrl": True, "alt": True}, - {"properties": - [("toggle", True), - ("center", True), - ("enumerate", True), - ], - }, - ), - ("view3d.select_box", {"type": 'B', "value": 'PRESS'}, None), - ("view3d.select_lasso", - {"type": 'EVT_TWEAK_R', "value": 'ANY', "ctrl": True}, - {"properties": - [("mode", 'ADD'), - ], - }, - ), - ("view3d.select_lasso", - {"type": 'EVT_TWEAK_R', "value": 'ANY', "shift": True, "ctrl": True}, - {"properties": - [("mode", 'SUB'), - ], - }, - ), - ("view3d.select_circle", {"type": 'C', "value": 'PRESS'}, None), - ("view3d.clip_border", {"type": 'B', "value": 'PRESS', "alt": True}, None), - ("view3d.zoom_border", {"type": 'B', "value": 'PRESS', "shift": True}, None), - ("view3d.render_border", {"type": 'B', "value": 'PRESS', "ctrl": True}, None), - ("view3d.clear_render_border", {"type": 'B', "value": 'PRESS', "ctrl": True, "alt": True}, None), - ("view3d.camera_to_view", {"type": 'NUMPAD_0', "value": 'PRESS', "ctrl": True, "alt": True}, None), - ("view3d.object_as_camera", {"type": 'NUMPAD_0', "value": 'PRESS', "ctrl": True}, None), - ("view3d.copybuffer", {"type": 'C', "value": 'PRESS', "ctrl": True}, None), - ("view3d.pastebuffer", {"type": 'V', "value": 'PRESS', "ctrl": True}, None), - ("transform.translate", {"type": 'G', "value": 'PRESS'}, None), - ("transform.translate", {"type": 'EVT_TWEAK_L', "value": 'ANY'}, None), - ("transform.rotate", {"type": 'R', "value": 'PRESS'}, None), - ("transform.resize", {"type": 'S', "value": 'PRESS'}, None), - ("transform.bend", {"type": 'W', "value": 'PRESS', "shift": True}, None), - ("transform.tosphere", {"type": 'S', "value": 'PRESS', "shift": True, "alt": True}, None), - ("transform.shear", {"type": 'S', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None), - ("transform.mirror", {"type": 'M', "value": 'PRESS', "ctrl": True}, None), - ("wm.context_toggle", - {"type": 'TAB', "value": 'PRESS', "shift": True}, - {"properties": - [("data_path", 'tool_settings.use_snap'), - ], - }, - ), - ("wm.call_panel", - {"type": 'TAB', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("name", 'VIEW3D_PT_snapping'), - ("keep_open", False), - ], - }, - ), - ("object.transform_axis_target", {"type": 'T', "value": 'PRESS', "shift": True}, None), - ("transform.skin_resize", {"type": 'A', "value": 'PRESS', "ctrl": True}, None), - ("wm.call_menu_pie", - {"type": 'S', "value": 'PRESS', "shift": True}, - {"properties": - [("name", 'VIEW3D_MT_snap_pie'), - ], - }, - ), - ("wm.context_toggle", - {"type": 'ACCENT_GRAVE', "value": 'PRESS', "ctrl": True}, - {"properties": - [("data_path", 'space_data.show_gizmo'), - ], - }, - ), - ("wm.call_menu_pie", - {"type": 'PERIOD', "value": 'PRESS'}, - {"properties": - [("name", 'VIEW3D_MT_pivot_pie'), - ], - }, - ), - ("wm.call_menu_pie", - {"type": 'COMMA', "value": 'PRESS'}, - {"properties": - [("name", 'VIEW3D_MT_orientations_pie'), - ], - }, - ), - ("wm.call_menu_pie", - {"type": 'Z', "value": 'PRESS'}, - {"properties": - [("name", 'VIEW3D_MT_shading_ex_pie'), - ], - }, - ), - ("view3d.toggle_shading", - {"type": 'Z', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'WIREFRAME'), - ], - }, - ), - ("view3d.toggle_xray", {"type": 'Z', "value": 'PRESS', "alt": True}, None), - ("wm.context_toggle", - {"type": 'Z', "value": 'PRESS', "shift": True, "alt": True}, - {"properties": - [("data_path", 'space_data.overlay.show_overlays'), - ], - }, - ), - ("wm.tool_set_by_id", - {"type": 'W', "value": 'PRESS'}, - {"properties": - [("name", 'builtin.select_box'), - ("cycle", True), - ], - }, - ), - ], - }, - ), - ("Clip Editor", - {"space_type": 'CLIP_EDITOR', "region_type": 'WINDOW'}, - {"items": - [("clip.view_pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None), - ("clip.view_pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True}, None), - ("clip.view_pan", {"type": 'TRACKPADPAN', "value": 'ANY'}, None), - ("clip.view_zoom", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True}, None), - ("clip.view_zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None), - ("clip.view_zoom", {"type": 'MIDDLEMOUSE', "value": 'ANY', "shift": True}, None), - ("clip.view_zoom_in", {"type": 'WHEELINMOUSE', "value": 'PRESS'}, None), - ("clip.view_zoom_out", {"type": 'WHEELOUTMOUSE', "value": 'PRESS'}, None), - ("clip.view_zoom_in", {"type": 'NUMPAD_PLUS', "value": 'PRESS'}, None), - ("clip.view_zoom_out", {"type": 'NUMPAD_MINUS', "value": 'PRESS'}, None), - ("clip.view_zoom_ratio", - {"type": 'NUMPAD_8', "value": 'PRESS', "ctrl": True}, - {"properties": - [("ratio", 8.0), - ], - }, - ), - ("clip.view_zoom_ratio", - {"type": 'NUMPAD_4', "value": 'PRESS', "ctrl": True}, - {"properties": - [("ratio", 4.0), - ], - }, - ), - ("clip.view_zoom_ratio", - {"type": 'NUMPAD_2', "value": 'PRESS', "ctrl": True}, - {"properties": - [("ratio", 2.0), - ], - }, - ), - ("clip.view_zoom_ratio", - {"type": 'NUMPAD_8', "value": 'PRESS', "shift": True}, - {"properties": - [("ratio", 8.0), - ], - }, - ), - ("clip.view_zoom_ratio", - {"type": 'NUMPAD_4', "value": 'PRESS', "shift": True}, - {"properties": - [("ratio", 4.0), - ], - }, - ), - ("clip.view_zoom_ratio", - {"type": 'NUMPAD_2', "value": 'PRESS', "shift": True}, - {"properties": - [("ratio", 2.0), - ], - }, - ), - ("clip.view_zoom_ratio", - {"type": 'NUMPAD_1', "value": 'PRESS'}, - {"properties": - [("ratio", 1.0), - ], - }, - ), - ("clip.view_zoom_ratio", - {"type": 'NUMPAD_2', "value": 'PRESS'}, - {"properties": - [("ratio", 0.5), - ], - }, - ), - ("clip.view_zoom_ratio", - {"type": 'NUMPAD_4', "value": 'PRESS'}, - {"properties": - [("ratio", 0.25), - ], - }, - ), - ("clip.view_zoom_ratio", - {"type": 'NUMPAD_8', "value": 'PRESS'}, - {"properties": - [("ratio", 0.125), - ], - }, - ), - ("clip.view_all", {"type": 'HOME', "value": 'PRESS'}, None), - ("clip.view_all", - {"type": 'F', "value": 'PRESS'}, - {"properties": - [("fit_view", True), - ], - }, - ), - ("clip.view_selected", {"type": 'NUMPAD_PERIOD', "value": 'PRESS'}, None), - ("clip.view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None), - ("clip.view_ndof", {"type": 'NDOF_MOTION', "value": 'ANY'}, None), - ("clip.frame_jump", - {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("position", 'PATHSTART'), - ], - }, - ), - ("clip.frame_jump", - {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("position", 'PATHEND'), - ], - }, - ), - ("clip.frame_jump", - {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "alt": True}, - {"properties": - [("position", 'FAILEDPREV'), - ], - }, - ), - ("clip.frame_jump", - {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "alt": True}, - {"properties": - [("position", 'PATHSTART'), - ], - }, - ), - ("clip.change_frame", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None), - ("clip.select", - {"type": 'LEFTMOUSE', "value": 'PRESS'}, - {"properties": - [("extend", False), - ("deselect_all", True), - ], - }, - ), - ("clip.select", - {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True}, - {"properties": - [("extend", True), - ], - }, - ), - ("clip.select_all", - {"type": 'A', "value": 'PRESS'}, - {"properties": - [("action", 'SELECT'), - ], - }, - ), - ("clip.select_all", - {"type": 'A', "value": 'PRESS', "alt": True}, - {"properties": - [("action", 'DESELECT'), - ], - }, - ), - ("clip.select_all", - {"type": 'I', "value": 'PRESS', "ctrl": True}, - {"properties": - [("action", 'INVERT'), - ], - }, - ), - ("clip.select_all", - {"type": 'A', "value": 'DOUBLE_CLICK'}, - {"properties": - [("action", 'DESELECT'), - ], - }, - ), - ("clip.select_box", {"type": 'B', "value": 'PRESS'}, None), - ("clip.select_circle", {"type": 'C', "value": 'PRESS'}, None), - ("wm.call_menu", - {"type": 'G', "value": 'PRESS', "shift": True}, - {"properties": - [("name", 'CLIP_MT_select_grouped'), - ], - }, - ), - ("clip.select_lasso", - {"type": 'EVT_TWEAK_R', "value": 'ANY', "ctrl": True, "alt": True}, - {"properties": - [("mode", 'ADD'), - ], - }, - ), - ("clip.select_lasso", - {"type": 'EVT_TWEAK_R', "value": 'ANY', "shift": True, "ctrl": True, "alt": True}, - {"properties": - [("mode", 'SUB'), - ], - }, - ), - ("clip.add_marker_slide", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None), - ("clip.delete_marker", {"type": 'X', "value": 'PRESS', "shift": True}, None), - ("clip.delete_marker", {"type": 'DEL', "value": 'PRESS', "shift": True}, None), - ("clip.slide_marker", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None), - ("clip.disable_markers", - {"type": 'D', "value": 'PRESS', "shift": True}, - {"properties": - [("action", 'TOGGLE'), - ], - }, - ), - ("clip.delete_track", {"type": 'X', "value": 'PRESS'}, None), - ("clip.delete_track", {"type": 'DEL', "value": 'PRESS'}, None), - ("clip.lock_tracks", - {"type": 'L', "value": 'PRESS', "ctrl": True}, - {"properties": - [("action", 'LOCK'), - ], - }, - ), - ("clip.lock_tracks", - {"type": 'L', "value": 'PRESS', "alt": True}, - {"properties": - [("action", 'UNLOCK'), - ], - }, - ), - ("clip.hide_tracks", - {"type": 'H', "value": 'PRESS'}, - {"properties": - [("unselected", False), - ], - }, - ), - ("clip.hide_tracks", - {"type": 'H', "value": 'PRESS', "shift": True}, - {"properties": - [("unselected", True), - ], - }, - ), - ("clip.hide_tracks_clear", {"type": 'H', "value": 'PRESS', "alt": True}, None), - ("clip.slide_plane_marker", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None), - ("clip.keyframe_insert", {"type": 'I', "value": 'PRESS'}, None), - ("clip.keyframe_delete", {"type": 'I', "value": 'PRESS', "alt": True}, None), - ("clip.join_tracks", {"type": 'J', "value": 'PRESS', "ctrl": True}, None), - ("clip.lock_selection_toggle", {"type": 'L', "value": 'PRESS'}, None), - ("wm.context_toggle", - {"type": 'D', "value": 'PRESS', "alt": True}, - {"properties": - [("data_path", 'space_data.show_disabled'), - ], - }, - ), - ("wm.context_toggle", - {"type": 'S', "value": 'PRESS', "alt": True}, - {"properties": - [("data_path", 'space_data.show_marker_search'), - ], - }, - ), - ("wm.context_toggle", - {"type": 'M', "value": 'PRESS'}, - {"properties": - [("data_path", 'space_data.use_mute_footage'), - ], - }, - ), - ("transform.translate", {"type": 'G', "value": 'PRESS'}, None), - ("transform.translate", {"type": 'EVT_TWEAK_L', "value": 'ANY'}, None), - ("transform.resize", {"type": 'S', "value": 'PRESS'}, None), - ("transform.rotate", {"type": 'R', "value": 'PRESS'}, None), - ("clip.clear_track_path", - {"type": 'T', "value": 'PRESS', "alt": True}, - {"properties": - [("action", 'REMAINED'), - ("clear_active", False), - ], - }, - ), - ("clip.clear_track_path", - {"type": 'T', "value": 'PRESS', "shift": True}, - {"properties": - [("action", 'UPTO'), - ("clear_active", False), - ], - }, - ), - ("clip.clear_track_path", - {"type": 'T', "value": 'PRESS', "shift": True, "alt": True}, - {"properties": - [("action", 'ALL'), - ("clear_active", False), - ], - }, - ), - ("clip.cursor_set", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True}, None), - ("wm.call_menu_pie", - {"type": 'PERIOD', "value": 'PRESS'}, - {"properties": - [("name", 'CLIP_MT_pivot_pie'), - ], - }, - ), - ("clip.copy_tracks", {"type": 'C', "value": 'PRESS', "ctrl": True}, None), - ("clip.paste_tracks", {"type": 'V', "value": 'PRESS', "ctrl": True}, None), - ("wm.call_menu", - {"type": 'RIGHTMOUSE', "value": 'PRESS'}, - {"properties": - [("name", 'CLIP_MT_tracking_context_menu'), - ], - }, - ), - ("wm.call_menu", - {"type": 'APP', "value": 'PRESS'}, - {"properties": - [("name", 'CLIP_MT_tracking_context_menu'), - ], - }, - ), - ], - }, - ), - ("Frames", - {"space_type": 'EMPTY', "region_type": 'WINDOW'}, - {"items": - [("screen.frame_jump", - {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True}, - {"properties": - [("end", True), - ], - }, - ), - ("screen.frame_jump", - {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True}, - {"properties": - [("end", False), - ], - }, - ), - ("screen.keyframe_jump", - {"type": 'MEDIA_LAST', "value": 'PRESS'}, - {"properties": - [("next", True), - ], - }, - ), - ("screen.keyframe_jump", - {"type": 'MEDIA_FIRST', "value": 'PRESS'}, - {"properties": - [("next", False), - ], - }, - ), - ("screen.frame_offset", - {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "alt": True}, - {"properties": - [("delta", 1), - ], - }, - ), - ("screen.frame_offset", - {"type": 'WHEELUPMOUSE', "value": 'PRESS', "alt": True}, - {"properties": - [("delta", -1), - ], - }, - ), - ("screen.animation_play", {"type": 'SPACE', "value": 'PRESS'}, None), - ("screen.animation_play", - {"type": 'SPACE', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("reverse", True), - ], - }, - ), - ("screen.animation_cancel", {"type": 'ESC', "value": 'PRESS'}, None), - ("screen.animation_play", {"type": 'MEDIA_PLAY', "value": 'PRESS'}, None), - ("screen.animation_cancel", {"type": 'MEDIA_STOP', "value": 'PRESS'}, None), - ], - }, - ), - ("Image", - {"space_type": 'IMAGE_EDITOR', "region_type": 'WINDOW'}, - {"items": - [("image.view_all", {"type": 'HOME', "value": 'PRESS'}, None), - ("image.view_all", - {"type": 'HOME', "value": 'PRESS', "shift": True}, - {"properties": - [("fit_view", True), - ], - }, - ), - ("image.view_selected", {"type": 'NUMPAD_PERIOD', "value": 'PRESS'}, None), - ("image.view_pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None), - ("image.view_pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "ctrl": True}, None), - ("image.view_pan", {"type": 'TRACKPADPAN', "value": 'ANY'}, None), - ("image.view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None), - ("image.view_ndof", {"type": 'NDOF_MOTION', "value": 'ANY'}, None), - ("image.view_zoom_in", {"type": 'WHEELINMOUSE', "value": 'PRESS'}, None), - ("image.view_zoom_out", {"type": 'WHEELOUTMOUSE', "value": 'PRESS'}, None), - ("image.view_zoom_in", {"type": 'NUMPAD_PLUS', "value": 'PRESS'}, None), - ("image.view_zoom_out", {"type": 'NUMPAD_MINUS', "value": 'PRESS'}, None), - ("image.view_zoom", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True}, None), - ("image.view_zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None), - ("image.view_zoom", {"type": 'MIDDLEMOUSE', "value": 'ANY', "shift": True}, None), - ("image.view_zoom_border", {"type": 'B', "value": 'PRESS', "shift": True}, None), - ("image.view_zoom_ratio", - {"type": 'NUMPAD_8', "value": 'PRESS', "ctrl": True}, - {"properties": - [("ratio", 8.0), - ], - }, - ), - ("image.view_zoom_ratio", - {"type": 'NUMPAD_4', "value": 'PRESS', "ctrl": True}, - {"properties": - [("ratio", 4.0), - ], - }, - ), - ("image.view_zoom_ratio", - {"type": 'NUMPAD_2', "value": 'PRESS', "ctrl": True}, - {"properties": - [("ratio", 2.0), - ], - }, - ), - ("image.view_zoom_ratio", - {"type": 'NUMPAD_8', "value": 'PRESS', "shift": True}, - {"properties": - [("ratio", 8.0), - ], - }, - ), - ("image.view_zoom_ratio", - {"type": 'NUMPAD_4', "value": 'PRESS', "shift": True}, - {"properties": - [("ratio", 4.0), - ], - }, - ), - ("image.view_zoom_ratio", - {"type": 'NUMPAD_2', "value": 'PRESS', "shift": True}, - {"properties": - [("ratio", 2.0), - ], - }, - ), - ("image.view_zoom_ratio", - {"type": 'NUMPAD_1', "value": 'PRESS'}, - {"properties": - [("ratio", 1.0), - ], - }, - ), - ("image.view_zoom_ratio", - {"type": 'NUMPAD_2', "value": 'PRESS'}, - {"properties": - [("ratio", 0.5), - ], - }, - ), - ("image.view_zoom_ratio", - {"type": 'NUMPAD_4', "value": 'PRESS'}, - {"properties": - [("ratio", 0.25), - ], - }, - ), - ("image.view_zoom_ratio", - {"type": 'NUMPAD_8', "value": 'PRESS'}, - {"properties": - [("ratio", 0.125), - ], - }, - ), - ("image.change_frame", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None), - ("image.sample", {"type": 'RIGHTMOUSE', "value": 'PRESS'}, None), - ("image.curves_point_set", - {"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True}, - {"properties": - [("point", 'BLACK_POINT'), - ], - }, - ), - ("image.curves_point_set", - {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True}, - {"properties": - [("point", 'WHITE_POINT'), - ], - }, - ), - ("object.mode_set", - {"type": 'TAB', "value": 'PRESS'}, - {"properties": - [("mode", 'EDIT'), - ("toggle", True), - ], - }, - ), - ("wm.context_set_int", - {"type": 'ONE', "value": 'PRESS'}, - {"properties": - [("data_path", 'space_data.image.render_slots.active_index'), - ("value", 0), - ], - }, - ), - ("wm.context_set_int", - {"type": 'TWO', "value": 'PRESS'}, - {"properties": - [("data_path", 'space_data.image.render_slots.active_index'), - ("value", 1), - ], - }, - ), - ("wm.context_set_int", - {"type": 'THREE', "value": 'PRESS'}, - {"properties": - [("data_path", 'space_data.image.render_slots.active_index'), - ("value", 2), - ], - }, - ), - ("wm.context_set_int", - {"type": 'FOUR', "value": 'PRESS'}, - {"properties": - [("data_path", 'space_data.image.render_slots.active_index'), - ("value", 3), - ], - }, - ), - ("wm.context_set_int", - {"type": 'FIVE', "value": 'PRESS'}, - {"properties": - [("data_path", 'space_data.image.render_slots.active_index'), - ("value", 4), - ], - }, - ), - ("wm.context_set_int", - {"type": 'SIX', "value": 'PRESS'}, - {"properties": - [("data_path", 'space_data.image.render_slots.active_index'), - ("value", 5), - ], - }, - ), - ("wm.context_set_int", - {"type": 'SEVEN', "value": 'PRESS'}, - {"properties": - [("data_path", 'space_data.image.render_slots.active_index'), - ("value", 6), - ], - }, - ), - ("wm.context_set_int", - {"type": 'EIGHT', "value": 'PRESS'}, - {"properties": - [("data_path", 'space_data.image.render_slots.active_index'), - ("value", 7), - ], - }, - ), - ("wm.context_set_int", - {"type": 'NINE', "value": 'PRESS'}, - {"properties": - [("data_path", 'space_data.image.render_slots.active_index'), - ("value", 8), - ], - }, - ), - ("wm.call_menu_pie", - {"type": 'PERIOD', "value": 'PRESS'}, - {"properties": - [("name", 'IMAGE_MT_pivot_pie'), - ], - }, - ), - ("image.render_border", {"type": 'B', "value": 'PRESS', "ctrl": True}, None), - ("image.clear_render_border", {"type": 'B', "value": 'PRESS', "ctrl": True, "alt": True}, None), - ("wm.call_menu", - {"type": 'RIGHTMOUSE', "value": 'PRESS'}, - {"properties": - [("name", 'IMAGE_MT_mask_context_menu'), - ], - }, - ), - ("wm.call_menu", - {"type": 'APP', "value": 'PRESS'}, - {"properties": - [("name", 'IMAGE_MT_mask_context_menu'), - ], - }, - ), - ], - }, - ), - ("Object Non-modal", - {"space_type": 'EMPTY', "region_type": 'WINDOW'}, - {"items": - [("object.mode_set", - {"type": 'TAB', "value": 'PRESS', "ctrl": True}, - {"properties": - [("mode", 'EDIT'), - ("toggle", True), - ], - }, - ), - ("wm.call_menu_pie", - {"type": 'TAB', "value": 'PRESS'}, - {"properties": - [("name", 'VIEW3D_MT_object_mode_pie'), - ], - "active":False, - }, - ), - ], - }, - ), - ("Text", - {"space_type": 'TEXT_EDITOR', "region_type": 'WINDOW'}, - {"items": - [("wm.context_cycle_int", - {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True}, - {"properties": - [("data_path", 'space_data.font_size'), - ("reverse", False), - ], - }, - ), - ("wm.context_cycle_int", - {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "ctrl": True}, - {"properties": - [("data_path", 'space_data.font_size'), - ("reverse", True), - ], - }, - ), - ("wm.context_cycle_int", - {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True}, - {"properties": - [("data_path", 'space_data.font_size'), - ("reverse", False), - ], - }, - ), - ("wm.context_cycle_int", - {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True}, - {"properties": - [("data_path", 'space_data.font_size'), - ("reverse", True), - ], - }, - ), - ("text.new", {"type": 'N', "value": 'PRESS', "alt": True}, None), - ("text.open", {"type": 'O', "value": 'PRESS', "alt": True}, None), - ("text.reload", {"type": 'R', "value": 'PRESS', "alt": True}, None), - ("text.save", {"type": 'S', "value": 'PRESS', "alt": True}, None), - ("text.save_as", {"type": 'S', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None), - ("text.run_script", {"type": 'P', "value": 'PRESS', "alt": True}, None), - ("text.cut", {"type": 'X', "value": 'PRESS', "ctrl": True}, None), - ("text.copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None), - ("text.paste", {"type": 'V', "value": 'PRESS', "ctrl": True}, None), - ("text.cut", {"type": 'DEL', "value": 'PRESS', "shift": True}, None), - ("text.copy", {"type": 'INSERT', "value": 'PRESS', "ctrl": True}, None), - ("text.paste", {"type": 'INSERT', "value": 'PRESS', "shift": True}, None), - ("text.duplicate_line", {"type": 'D', "value": 'PRESS', "ctrl": True}, None), - ("text.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, None), - ("text.select_line", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True}, None), - ("text.select_word", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None), - ("text.move_lines", - {"type": 'UP_ARROW', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("direction", 'UP'), - ], - }, - ), - ("text.move_lines", - {"type": 'DOWN_ARROW', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("direction", 'DOWN'), - ], - }, - ), - ("text.indent_or_autocomplete", {"type": 'TAB', "value": 'PRESS'}, None), - ("text.unindent", {"type": 'TAB', "value": 'PRESS', "shift": True}, None), - ("text.comment_toggle", {"type": 'SLASH', "value": 'PRESS', "ctrl": True}, None), - ("text.move", - {"type": 'HOME', "value": 'PRESS'}, - {"properties": - [("type", 'LINE_BEGIN'), - ], - }, - ), - ("text.move", - {"type": 'END', "value": 'PRESS'}, - {"properties": - [("type", 'LINE_END'), - ], - }, - ), - ("text.move", - {"type": 'E', "value": 'PRESS', "ctrl": True}, - {"properties": - [("type", 'LINE_END'), - ], - }, - ), - ("text.move", - {"type": 'E', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("type", 'LINE_END'), - ], - }, - ), - ("text.move", - {"type": 'LEFT_ARROW', "value": 'PRESS'}, - {"properties": - [("type", 'PREVIOUS_CHARACTER'), - ], - }, - ), - ("text.move", - {"type": 'RIGHT_ARROW', "value": 'PRESS'}, - {"properties": - [("type", 'NEXT_CHARACTER'), - ], - }, - ), - ("text.move", - {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True}, - {"properties": - [("type", 'PREVIOUS_WORD'), - ], - }, - ), - ("text.move", - {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True}, - {"properties": - [("type", 'NEXT_WORD'), - ], - }, - ), - ("text.move", - {"type": 'UP_ARROW', "value": 'PRESS'}, - {"properties": - [("type", 'PREVIOUS_LINE'), - ], - }, - ), - ("text.move", - {"type": 'DOWN_ARROW', "value": 'PRESS'}, - {"properties": - [("type", 'NEXT_LINE'), - ], - }, - ), - ("text.move", - {"type": 'PAGE_UP', "value": 'PRESS'}, - {"properties": - [("type", 'PREVIOUS_PAGE'), - ], - }, - ), - ("text.move", - {"type": 'PAGE_DOWN', "value": 'PRESS'}, - {"properties": - [("type", 'NEXT_PAGE'), - ], - }, - ), - ("text.move", - {"type": 'HOME', "value": 'PRESS', "ctrl": True}, - {"properties": - [("type", 'FILE_TOP'), - ], - }, - ), - ("text.move", - {"type": 'END', "value": 'PRESS', "ctrl": True}, - {"properties": - [("type", 'FILE_BOTTOM'), - ], - }, - ), - ("text.move_select", - {"type": 'HOME', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'LINE_BEGIN'), - ], - }, - ), - ("text.move_select", - {"type": 'END', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'LINE_END'), - ], - }, - ), - ("text.move_select", - {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'PREVIOUS_CHARACTER'), - ], - }, - ), - ("text.move_select", - {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'NEXT_CHARACTER'), - ], - }, - ), - ("text.move_select", - {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("type", 'PREVIOUS_WORD'), - ], - }, - ), - ("text.move_select", - {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("type", 'NEXT_WORD'), - ], - }, - ), - ("text.move_select", - {"type": 'UP_ARROW', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'PREVIOUS_LINE'), - ], - }, - ), - ("text.move_select", - {"type": 'DOWN_ARROW', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'NEXT_LINE'), - ], - }, - ), - ("text.move_select", - {"type": 'PAGE_UP', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'PREVIOUS_PAGE'), - ], - }, - ), - ("text.move_select", - {"type": 'PAGE_DOWN', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'NEXT_PAGE'), - ], - }, - ), - ("text.move_select", - {"type": 'HOME', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("type", 'FILE_TOP'), - ], - }, - ), - ("text.move_select", - {"type": 'END', "value": 'PRESS', "shift": True, "ctrl": True}, - {"properties": - [("type", 'FILE_BOTTOM'), - ], - }, - ), - ("text.delete", - {"type": 'DEL', "value": 'PRESS'}, - {"properties": - [("type", 'NEXT_CHARACTER'), - ], - }, - ), - ("text.delete", - {"type": 'BACK_SPACE', "value": 'PRESS'}, - {"properties": - [("type", 'PREVIOUS_CHARACTER'), - ], - }, - ), - ("text.delete", - {"type": 'BACK_SPACE', "value": 'PRESS', "shift": True}, - {"properties": - [("type", 'PREVIOUS_CHARACTER'), - ], - }, - ), - ("text.delete", - {"type": 'DEL', "value": 'PRESS', "ctrl": True}, - {"properties": - [("type", 'NEXT_WORD'), - ], - }, - ), - ("text.delete", - {"type": 'BACK_SPACE', "value": 'PRESS', "ctrl": True}, - {"properties": - [("type", 'PREVIOUS_WORD'), - ], - }, - ), - ("text.overwrite_toggle", {"type": 'INSERT', "value": 'PRESS'}, None), - ("text.scroll_bar", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None), - ("text.scroll_bar", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None), - ("text.scroll", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None), - ("text.scroll", {"type": 'TRACKPADPAN', "value": 'ANY'}, None), - ("text.selection_set", {"type": 'EVT_TWEAK_L', "value": 'ANY'}, None), - ("text.cursor_set", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None), - ("text.selection_set", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True}, None), - ("text.scroll", - {"type": 'WHEELUPMOUSE', "value": 'PRESS'}, - {"properties": - [("lines", -1), - ], - }, - ), - ("text.scroll", - {"type": 'WHEELDOWNMOUSE', "value": 'PRESS'}, - {"properties": - [("lines", 1), - ], - }, - ), - ("text.line_break", {"type": 'RET', "value": 'PRESS'}, None), - ("text.line_break", {"type": 'NUMPAD_ENTER', "value": 'PRESS'}, None), - ("text.line_number", {"type": 'TEXTINPUT', "value": 'ANY', "any": True}, None), - ("wm.call_menu", - {"type": 'RIGHTMOUSE', "value": 'PRESS'}, - {"properties": - [("name", 'TEXT_MT_context_menu'), - ], - }, - ), - ("text.insert", {"type": 'TEXTINPUT', "value": 'ANY', "any": True}, None), - ], - }, - ), - ("View2D", - {"space_type": 'EMPTY', "region_type": 'WINDOW'}, - {"items": - [("view2d.scroller_activate", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None), - ("view2d.scroller_activate", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None), - ("view2d.pan", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None), - ("view2d.pan", {"type": 'TRACKPADPAN', "value": 'ANY'}, None), - ("view2d.scroll_right", {"type": 'RIGHT_ARROW', "value": 'PRESS'}, None), - ("view2d.scroll_left", {"type": 'LEFT_ARROW', "value": 'PRESS'}, None), - ("view2d.scroll_down", {"type": 'DOWN_ARROW', "value": 'PRESS'}, None), - ("view2d.scroll_up", {"type": 'UP_ARROW', "value": 'PRESS'}, None), - ("view2d.ndof", {"type": 'NDOF_MOTION', "value": 'ANY'}, None), - ("view2d.zoom_out", {"type": 'WHEELOUTMOUSE', "value": 'PRESS'}, None), - ("view2d.zoom_in", {"type": 'WHEELINMOUSE', "value": 'PRESS'}, None), - ("view2d.zoom_out", {"type": 'NUMPAD_MINUS', "value": 'PRESS'}, None), - ("view2d.zoom_in", {"type": 'NUMPAD_PLUS', "value": 'PRESS'}, None), - ("view2d.zoom", {"type": 'LEFTMOUSE', "value": 'ANY', "shift": True}, None), - ("view2d.smoothview", {"type": 'TIMER1', "value": 'ANY', "any": True}, None), - ("view2d.scroll_down", {"type": 'NUMPAD_2', "value": 'PRESS'}, None), - ("view2d.scroll_up", {"type": 'NUMPAD_8', "value": 'PRESS'}, None), - ("view2d.scroll_right", {"type": 'NUMPAD_6', "value": 'PRESS'}, None), - ("view2d.scroll_left", {"type": 'NUMPAD_4', "value": 'PRESS'}, None), - ("view2d.zoom", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True}, None), - ("view2d.zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None), - ("view2d.zoom_border", {"type": 'B', "value": 'PRESS', "shift": True}, None), - ], - }, - ), - ("View2D Buttons List", - {"space_type": 'EMPTY', "region_type": 'WINDOW'}, - {"items": - [("view2d.scroller_activate", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None), - ("view2d.scroller_activate", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None), - ("view2d.pan", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None), - ("view2d.pan", {"type": 'TRACKPADPAN', "value": 'ANY'}, None), - ("view2d.scroll_down", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS'}, None), - ("view2d.scroll_up", {"type": 'WHEELUPMOUSE', "value": 'PRESS'}, None), - ("view2d.scroll_down", - {"type": 'PAGE_DOWN', "value": 'PRESS'}, - {"properties": - [("page", True), - ], - }, - ), - ("view2d.scroll_up", - {"type": 'PAGE_UP', "value": 'PRESS'}, - {"properties": - [("page", True), - ], - }, - ), - ("view2d.zoom", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True}, None), - ("view2d.zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None), - ("view2d.zoom", {"type": 'LEFTMOUSE', "value": 'ANY', "shift": True}, None), - ("view2d.zoom_out", {"type": 'NUMPAD_MINUS', "value": 'PRESS'}, None), - ("view2d.zoom_in", {"type": 'NUMPAD_PLUS', "value": 'PRESS'}, None), - ("view2d.reset", {"type": 'HOME', "value": 'PRESS'}, None), - ], - }, - ), - ] - - -if __name__ == "__main__": - import os - from bl_keymap_utils.io import keyconfig_import_from_data - keyconfig_import_from_data(os.path.splitext(os.path.basename(__file__))[0], keyconfig_data)