id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
1401	extension key sequence for  mc.lib	angel_il	angel_il	"Capability to load keymap from system mc.lib file or user's mc ini instead of use hardcoded mc.lib. 

For syntax example for define escape sequences see misc/mc.lib file in the source tree.

The way to get escape sequence is [F9]->Optioins->Learn Keys.
Define some key (i.e. ""Function key 1""), save and exit.

Now we can see it in mc ini file: 
{{{
grep 'f1=' ~/.mc/ini
}}}

Usage example:
{{{
alt left=\\e\\eOD
alt right=\\e\\eOC
alt up=\\e\\eOA
alt down=\\e\\eOB
ctrl left=\\e[D
ctrl right=\\e[C
ctrl up=\\e[A
ctrl down=\\e[B
}}}"	enhancement	closed	major	4.7.0-pre1	mc-core	master	fixed						committed-master
