remove F7 for running test.py, was useful when we had a py api but not text editor :)

this gets rid of F7 next to all the presets
This commit is contained in:
Campbell Barton
2009-11-23 15:22:23 +00:00
parent f4d3ce197b
commit 190de2b664

View File

@@ -3701,8 +3701,7 @@ void ED_keymap_screen(wmKeyConfig *keyconf)
WM_keymap_add_item(keymap, "SCREEN_OT_region_flip", F5KEY, KM_PRESS, 0, 0);
WM_keymap_verify_item(keymap, "SCREEN_OT_redo_last", F6KEY, KM_PRESS, 0, 0);
RNA_string_set(WM_keymap_add_item(keymap, "SCRIPT_OT_python_file_run", F7KEY, KM_PRESS, 0, 0)->ptr, "path", "test.py");
WM_keymap_verify_item(keymap, "WM_OT_reload_scripts", F8KEY, KM_PRESS, 0, 0);
/* files */