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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user