* Add numpad enter as an alternative key to confirm/execute file browser
This commit is contained in:
@@ -3330,6 +3330,7 @@ void ED_keymap_screen(wmWindowManager *wm)
|
||||
|
||||
/* files */
|
||||
WM_keymap_add_item(keymap, "FILE_OT_execute", RETKEY, KM_PRESS, 0, 0);
|
||||
WM_keymap_add_item(keymap, "FILE_OT_execute", PADENTER, KM_PRESS, 0, 0);
|
||||
WM_keymap_add_item(keymap, "FILE_OT_cancel", ESCKEY, KM_PRESS, 0, 0);
|
||||
|
||||
/* undo */
|
||||
|
||||
Reference in New Issue
Block a user