id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blockedby,blocking,branch_state,votes 3075,Make hotkey Ctrl+Shift+Enter re-configurable,spacekpe,andrew_b,"I would like to have Ctrl+Shift+Enter hotkey re-configurable. If I read the code correctly, it is hardcoded in src/filemanager/midnight.c function midnight_callback() around line 1482: {{{ 1482 /* Ctrl-Shift-Enter */ 1483 if (parm == (KEY_M_CTRL | KEY_M_SHIFT | '\n')) 1484 { 1485 midnight_put_panel_path (current_panel); 1486 put_prog_name (); 1487 return MSG_HANDLED; 1488 } }}} I could try to contribute the patch if you give me a pointer to place where configurable hot keys are handled some preferred way. Have a nice day!",enhancement,closed,major,4.8.18,mc-key-bindings,master,fixed,,spacekpe,,,merged,committed-master