[Bf-blender-cvs] [d0a8796e34b] filebrowser_redesign: Fix file table header and missing context menu in industry compat. keymap

Julian Eisel noreply at git.blender.org
Sun Aug 11 18:32:40 CEST 2019


Commit: d0a8796e34b270dacfa5ed10c9c5b6c2f85e3bd5
Author: Julian Eisel
Date:   Sun Aug 11 18:31:58 2019 +0200
Branches: filebrowser_redesign
https://developer.blender.org/rBd0a8796e34b270dacfa5ed10c9c5b6c2f85e3bd5

Fix file table header and missing context menu in industry compat. keymap

===================================================================

M	release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py

===================================================================

diff --git a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
index a8fe45c8b15..d20155b740a 100644
--- a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
+++ b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
@@ -1222,6 +1222,8 @@ def km_file_browser_main(params):
         ("file.select_box", {"type": 'EVT_TWEAK_L', "value": 'ANY', "shift": True},
          {"properties": [("mode", 'ADD')]}),
         ("file.highlight", {"type": 'MOUSEMOVE', "value": 'ANY', "any": True}, None),
+        ("file.sort_column_ui_context", {"type": 'LEFTMOUSE', "value": 'PRESS', "any": True}, None),
+        op_menu("FILEBROWSER_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
         ("file.filenum", {"type": 'NUMPAD_PLUS', "value": 'PRESS'},
          {"properties": [("increment", 1)]}),
         ("file.filenum", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "shift": True},



More information about the Bf-blender-cvs mailing list