[Bf-blender-cvs] [bb2c47a3298] blender2.8: Keymap: reduce right shift in 2.7x keymap

Campbell Barton noreply at git.blender.org
Sat Jul 14 11:49:17 CEST 2018


Commit: bb2c47a3298876e0fe3048af54840c1335539dcb
Author: Campbell Barton
Date:   Sat Jul 14 11:42:36 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBbb2c47a3298876e0fe3048af54840c1335539dcb

Keymap: reduce right shift in 2.7x keymap

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

M	release/scripts/presets/keyconfig/blender_27x.py

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

diff --git a/release/scripts/presets/keyconfig/blender_27x.py b/release/scripts/presets/keyconfig/blender_27x.py
index e9f64183d9a..c71b7456cff 100644
--- a/release/scripts/presets/keyconfig/blender_27x.py
+++ b/release/scripts/presets/keyconfig/blender_27x.py
@@ -1,10753 +1,8642 @@
-keyconfig_data = [
-    (
-        "Window",
-        {"space_type": 'EMPTY', "region_type": 'WINDOW'},
-        {
-            "items": [
-                ("wm.window_new", {"type": 'W', "value": 'PRESS', "ctrl": True, "alt": True}, None),
-                ("wm.read_homefile", {"type": 'N', "value": 'PRESS', "ctrl": True}, None),
-                ("wm.save_homefile", {"type": 'U', "value": 'PRESS', "ctrl": True}, None),
-                (
-                    "wm.call_menu",
-                    {"type": 'O', "value": 'PRESS', "shift": True, "ctrl": True},
-                    {
-                        "properties": [
-                            ("name", 'INFO_MT_file_open_recent'),
-                        ],
-                    }
-                ),
-                ("wm.open_mainfile", {"type": 'O', "value": 'PRESS', "ctrl": True}, None),
-                ("wm.open_mainfile", {"type": 'F1', "value": 'PRESS'}, None),
-                ("wm.link", {"type": 'O', "value": 'PRESS', "ctrl": True, "alt": True}, None),
-                ("wm.append", {"type": 'F1', "value": 'PRESS', "shift": True}, None),
-                ("wm.save_mainfile", {"type": 'S', "value": 'PRESS', "ctrl": True}, None),
-                ("wm.save_mainfile", {"type": 'W', "value": 'PRESS', "ctrl": True}, None),
-                ("wm.save_as_mainfile", {"type": 'S', "value": 'PRESS', "shift": True, "ctrl": True}, None),
-                ("wm.save_as_mainfile", {"type": 'F2', "value": 'PRESS'}, None),
-                (
-                    "wm.save_as_mainfile",
-                    {"type": 'S', "value": 'PRESS', "ctrl": True, "alt": True},
-                    {
-                        "properties": [
-                            ("copy", True),
-                        ],
-                    }
-                ),
-                ("wm.window_fullscreen_toggle", {"type": 'F11', "value": 'PRESS', "alt": True}, None),
-                ("wm.quit_blender", {"type": 'Q', "value": 'PRESS', "ctrl": True}, None),
-                ("wm.doc_view_manual_ui_context", {"type": 'F1', "value": 'PRESS', "alt": True}, None),
-                ("wm.redraw_timer", {"type": 'T', "value": 'PRESS', "ctrl": True, "alt": True}, None),
-                ("wm.debug_menu", {"type": 'D', "value": 'PRESS', "ctrl": True, "alt": True}, None),
-                (
-                    "wm.call_menu",
-                    {"type": 'NDOF_BUTTON_MENU', "value": 'PRESS'},
-                    {
-                        "properties": [
-                            ("name", 'USERPREF_MT_ndof_settings'),
-                        ],
-                    }
-                ),
-                ("wm.search_menu", {"type": 'SPACE', "value": 'PRESS'}, None),
-                (
-                    "wm.context_set_enum",
-                    {"type": 'F3', "value": 'PRESS', "shift": True},
-                    {
-                        "properties": [
-                            ("data_path", 'area.type'),
-                            ("value", 'NODE_EDITOR'),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_set_enum",
-                    {"type": 'F4', "value": 'PRESS', "shift": True},
-                    {
-                        "properties": [
-                            ("data_path", 'area.type'),
-                            ("value", 'CONSOLE'),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_set_enum",
-                    {"type": 'F5', "value": 'PRESS', "shift": True},
-                    {
-                        "properties": [
-                            ("data_path", 'area.type'),
-                            ("value", 'VIEW_3D'),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_set_enum",
-                    {"type": 'F6', "value": 'PRESS', "shift": True},
-                    {
-                        "properties": [
-                            ("data_path", 'area.type'),
-                            ("value", 'GRAPH_EDITOR'),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_set_enum",
-                    {"type": 'F7', "value": 'PRESS', "shift": True},
-                    {
-                        "properties": [
-                            ("data_path", 'area.type'),
-                            ("value", 'PROPERTIES'),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_set_enum",
-                    {"type": 'F8', "value": 'PRESS', "shift": True},
-                    {
-                        "properties": [
-                            ("data_path", 'area.type'),
-                            ("value", 'SEQUENCE_EDITOR'),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_set_enum",
-                    {"type": 'F9', "value": 'PRESS', "shift": True},
-                    {
-                        "properties": [
-                            ("data_path", 'area.type'),
-                            ("value", 'OUTLINER'),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_set_enum",
-                    {"type": 'F10', "value": 'PRESS', "shift": True},
-                    {
-                        "properties": [
-                            ("data_path", 'area.type'),
-                            ("value", 'IMAGE_EDITOR'),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_set_enum",
-                    {"type": 'F11', "value": 'PRESS', "shift": True},
-                    {
-                        "properties": [
-                            ("data_path", 'area.type'),
-                            ("value", 'TEXT_EDITOR'),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_set_enum",
-                    {"type": 'F12', "value": 'PRESS', "shift": True},
-                    {
-                        "properties": [
-                            ("data_path", 'area.type'),
-                            ("value", 'DOPESHEET_EDITOR'),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_scale_float",
-                    {"type": 'NDOF_BUTTON_PLUS', "value": 'PRESS'},
-                    {
-                        "properties": [
-                            ("data_path", 'user_preferences.inputs.ndof_sensitivity'),
-                            ("value", 1.1),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_scale_float",
-                    {"type": 'NDOF_BUTTON_MINUS', "value": 'PRESS'},
-                    {
-                        "properties": [
-                            ("data_path", 'user_preferences.inputs.ndof_sensitivity'),
-                            ("value", 1.0),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_scale_float",
-                    {"type": 'NDOF_BUTTON_PLUS', "value": 'PRESS', "shift": True},
-                    {
-                        "properties": [
-                            ("data_path", 'user_preferences.inputs.ndof_sensitivity'),
-                            ("value", 1.5),
-                        ],
-                    }
-                ),
-                (
-                    "wm.context_scale_float",
-                    {"type": 'NDOF_BUTTON_MINUS', "value": 'PRESS', "shift": True},
-                    {
-                        "properties": [
-                            ("data_path", 'user_preferences.inputs.ndof_sensitivity'),
-                            ("value", 0.6666667),
-                        ],
-                    }
-                ),
-                ("info.reports_display_update", {"type": 'TIMER_REPORT', "value": 'ANY', "any": True}, None),
-            ],
-        },
-    ),
-    (
-        "Screen",
-        {"space_type": 'EMPTY', "region_type": 'WINDOW'},
-        {
-            "items": [
-                ("screen.animation_step", {"type": 'TIMER0', "value": 'ANY', "any": True}, None),
-                ("screen.region_blend", {"type": 'TIMERREGION', "value": 'ANY', "any": True}, None),
-                (
-                    "screen.screen_set",
-                    {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True},
-                    {
-                        "properties": [
-                            ("delta", 1),
-                        ],
-                    }
-                ),
-                (
-                    "screen.screen_set",
-                    {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True},
-                    {
-                        "properties": [
-                            ("delta", -1),
-                        ],
-                    }
-                ),
-                ("screen.screen_full_area", {"type": 'SPACE', "value": 'PRESS', "shift": True}, None),
-                (
-                    "screen.screen_full_area",
-                    {"type": 'SPACE', "value": 'PRESS', "shift": True, "ctrl": True},
-                    {
-                        "properties": [
-                            ("use_hide_panels", True),
-                        ],
-                    }
-                ),
-                ("screen.screenshot", {"type": 'F3', "value": 'PRESS', "ctrl": True}, None),
-                ("screen.screencast", {"type": 'F3', "value": 'PRESS', "alt": True}, None),
-                (
-           

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list