From 84b1d67b64c507c31d5020eabbf8742d294de01e Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Mon, 29 Feb 2016 17:40:19 +0100 Subject: Add User Interface keymap (no items yet) Needed to allow modal UI keymaps, but I'm sure we'll need this more often in future. First item will be modal eyedropper keymap coming in a following commit. --- release/scripts/modules/bpy_extras/keyconfig_utils.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'release') diff --git a/release/scripts/modules/bpy_extras/keyconfig_utils.py b/release/scripts/modules/bpy_extras/keyconfig_utils.py index 72233571702..eef5c2c6e27 100644 --- a/release/scripts/modules/bpy_extras/keyconfig_utils.py +++ b/release/scripts/modules/bpy_extras/keyconfig_utils.py @@ -33,6 +33,10 @@ KM_HIERARCHY = [ ('View2D', 'EMPTY', 'WINDOW', []), # view 2d navigation (per region) ('View2D Buttons List', 'EMPTY', 'WINDOW', []), # view 2d with buttons navigation + ('User Interface', 'EMPTY', 'WINDOW', [ + # empty + ]), + ('3D View', 'VIEW_3D', 'WINDOW', [ # view 3d navigation and generic stuff (select, transform) ('Object Mode', 'EMPTY', 'WINDOW', []), ('Mesh', 'EMPTY', 'WINDOW', []), -- cgit v1.2.3