* Add numpad enter as an alternative key to confirm/execute file browser

This commit is contained in:
2009-10-07 05:13:31 +00:00
parent a8b82a49ad
commit e22b5fb271

View File

@@ -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 */