Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/presets/keyconfig/keymap_data/blender_default.py
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
| Show First 20 Lines • Show All 1,363 Lines • ▼ Show 20 Lines | items.extend([ | ||||
| ("graph.select_box", {"type": 'B', "value": 'PRESS'}, | ("graph.select_box", {"type": 'B', "value": 'PRESS'}, | ||||
| {"properties": [("axis_range", False), ("include_handles", False)]}), | {"properties": [("axis_range", False), ("include_handles", False)]}), | ||||
| ("graph.select_box", {"type": 'B', "value": 'PRESS', "alt": True}, | ("graph.select_box", {"type": 'B', "value": 'PRESS', "alt": True}, | ||||
| {"properties": [("axis_range", True), ("include_handles", False)]}), | {"properties": [("axis_range", True), ("include_handles", False)]}), | ||||
| ("graph.select_box", {"type": 'B', "value": 'PRESS', "ctrl": True}, | ("graph.select_box", {"type": 'B', "value": 'PRESS', "ctrl": True}, | ||||
| {"properties": [("axis_range", False), ("include_handles", True)]}), | {"properties": [("axis_range", False), ("include_handles", True)]}), | ||||
| ("graph.select_box", {"type": 'B', "value": 'PRESS', "ctrl": True, "alt": True}, | ("graph.select_box", {"type": 'B', "value": 'PRESS', "ctrl": True, "alt": True}, | ||||
| {"properties": [("axis_range", True), ("include_handles", True)]}), | {"properties": [("axis_range", True), ("include_handles", True)]}), | ||||
| ("graph.select_box", {"type": params.select_tweak, "value": 'ANY'}, | |||||
| {"properties": [("tweak", True), ("mode", 'SET')]}), | |||||
| ("graph.select_box", {"type": params.select_tweak, "value": 'ANY', "shift": True}, | |||||
| {"properties": [("tweak", True), ("mode", 'ADD')]}), | |||||
| ("graph.select_lasso", {"type": params.action_tweak, "value": 'ANY', "ctrl": True}, | ("graph.select_lasso", {"type": params.action_tweak, "value": 'ANY', "ctrl": True}, | ||||
| {"properties": [("mode", 'ADD')]}), | {"properties": [("mode", 'ADD')]}), | ||||
| ("graph.select_lasso", {"type": params.action_tweak, "value": 'ANY', "shift": True, "ctrl": True}, | ("graph.select_lasso", {"type": params.action_tweak, "value": 'ANY', "shift": True, "ctrl": True}, | ||||
| {"properties": [("mode", 'SUB')]}), | {"properties": [("mode", 'SUB')]}), | ||||
| ("graph.select_circle", {"type": 'C', "value": 'PRESS'}, None), | ("graph.select_circle", {"type": 'C', "value": 'PRESS'}, None), | ||||
| ("graph.select_column", {"type": 'K', "value": 'PRESS'}, | ("graph.select_column", {"type": 'K', "value": 'PRESS'}, | ||||
| {"properties": [("mode", 'KEYS')]}), | {"properties": [("mode", 'KEYS')]}), | ||||
| ("graph.select_column", {"type": 'K', "value": 'PRESS', "ctrl": True}, | ("graph.select_column", {"type": 'K', "value": 'PRESS', "ctrl": True}, | ||||
| ▲ Show 20 Lines • Show All 4,616 Lines • Show Last 20 Lines | |||||