Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2018-04-17 18:56:02 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-04-17 18:56:06 +0300
commitfad7c065c213347685ee6c3d5884e55123ca8efb (patch)
tree715c0f0a74b2770e423c50eeee7101ed797c801e /source/blender/windowmanager/intern
parentfb24813d64dd8fa2ddb8c0e55004d3792281c8d7 (diff)
Remove Shift+F2 and other related BGE keymaps
Reported by Pablo Vazquez (venomgfx)
Diffstat (limited to 'source/blender/windowmanager/intern')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index 9679a55bc7a..b6f7603c99f 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -3988,10 +3988,6 @@ void wm_window_keymap(wmKeyConfig *keyconf)
#endif
/* Space switching */
- kmi = WM_keymap_add_item(keymap, "WM_OT_context_set_enum", F2KEY, KM_PRESS, KM_SHIFT, 0); /* new in 2.5x, was DXF export */
- RNA_string_set(kmi->ptr, "data_path", "area.type");
- RNA_string_set(kmi->ptr, "value", "LOGIC_EDITOR");
-
kmi = WM_keymap_add_item(keymap, "WM_OT_context_set_enum", F3KEY, KM_PRESS, KM_SHIFT, 0);
RNA_string_set(kmi->ptr, "data_path", "area.type");
RNA_string_set(kmi->ptr, "value", "NODE_EDITOR");