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 341 Lines • ▼ Show 20 Lines | items.extend([ | ||||
| {"properties": [("data_path", 'preferences.inputs.ndof_sensitivity'), ("value", 2.0 / 3.0)]}), | {"properties": [("data_path", 'preferences.inputs.ndof_sensitivity'), ("value", 2.0 / 3.0)]}), | ||||
| ("info.reports_display_update", {"type": 'TIMER_REPORT', "value": 'ANY', "any": True}, None), | ("info.reports_display_update", {"type": 'TIMER_REPORT', "value": 'ANY', "any": True}, None), | ||||
| ]) | ]) | ||||
| if not params.legacy: | if not params.legacy: | ||||
| # New shortcuts | # New shortcuts | ||||
| items.extend([ | items.extend([ | ||||
| ("wm.doc_view_manual_ui_context", {"type": 'F1', "value": 'PRESS'}, None), | ("wm.doc_view_manual_ui_context", {"type": 'F1', "value": 'PRESS'}, None), | ||||
| op_menu("TOPBAR_MT_file_context_menu", {"type": 'F2', "value": 'PRESS'}), | op_panel("TOPBAR_PT_name", {"type": 'F2', "value": 'PRESS'}, [("keep_open", False)]), | ||||
| ("wm.search_menu", {"type": 'F3', "value": 'PRESS'}, None), | ("wm.search_menu", {"type": 'F3', "value": 'PRESS'}, None), | ||||
| op_menu("TOPBAR_MT_window_context_menu", {"type": 'F4', "value": 'PRESS'}), | op_menu("TOPBAR_MT_window_context_menu", {"type": 'F4', "value": 'PRESS'}), | ||||
| ]) | ]) | ||||
| if params.spacebar_action == 'TOOL': | if params.spacebar_action == 'TOOL': | ||||
| items.append( | items.append( | ||||
| ("wm.toolbar", {"type": 'SPACE', "value": 'PRESS'}, None), | ("wm.toolbar", {"type": 'SPACE', "value": 'PRESS'}, None), | ||||
| ) | ) | ||||
| ▲ Show 20 Lines • Show All 5,870 Lines • Show Last 20 Lines | |||||