id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
4267	[alt+]shift+Up/Down not recognized on TERM=st	sdk	andrew_b	"Hello,

The simple term (st.suckless.org) is quite popular in power-user circles. In mc some key combinations are not recognized.

These are the quirks for ""mc.lib"" to make the arrow keys with modifiers work.

{{{
[terminal:st]
shift-right=\\e[1\;5C
shift-left=\\e[1\;5D
shift-up=\\e[1\;2A
shift-down=\\e[1\;2B
alt-shift-right=\\e[1\;6C
alt-shift-left=\\e[1\;6D
alt-shift-up=\\e[1\;6A
alt-shift-down=\\e[1\;6B

[terminal:st-256color]
copy=st

[terminal:st-git-256color]
copy=st
}}}

It would be wonderful, if you could add them.

Best Regards,
Stefan"	defect	closed	major	4.8.27	mc-tty	master	fixed					merged	committed-master
