Differential D12062 Diff 40076 release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
| Show First 20 Lines • Show All 1,243 Lines • ▼ Show 20 Lines | items.extend([ | ||||
| {"properties": [("increment", 100)]}), | {"properties": [("increment", 100)]}), | ||||
| ("file.filenum", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True}, | ("file.filenum", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True}, | ||||
| {"properties": [("increment", -1)]}), | {"properties": [("increment", -1)]}), | ||||
| ("file.filenum", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "shift": True, "repeat": True}, | ("file.filenum", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "shift": True, "repeat": True}, | ||||
| {"properties": [("increment", -10)]}), | {"properties": [("increment", -10)]}), | ||||
| ("file.filenum", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True}, | ("file.filenum", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True}, | ||||
| {"properties": [("increment", -100)]}), | {"properties": [("increment", -100)]}), | ||||
| *_template_items_context_menu("FILEBROWSER_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}), | *_template_items_context_menu("FILEBROWSER_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}), | ||||
| *_template_items_context_menu("ASSETBROWSER_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}), | |||||
| ]) | ]) | ||||
| return keymap | return keymap | ||||
| def km_file_browser_main(params): | def km_file_browser_main(params): | ||||
| items = [] | items = [] | ||||
| keymap = ( | keymap = ( | ||||
| ▲ Show 20 Lines • Show All 2,963 Lines • Show Last 20 Lines | |||||