4d4f940916
Complete MC Ctrl-X chord parity for the PutCurrent/Other variants: - Cmd::InsertOtherFile (C-x C-r) — insert other panel cursor filename - Cmd::InsertCurTagged (C-x t) — insert active panel marked filenames - Cmd::InsertOtherTagged (C-x C-t) — insert other panel marked names Direct keymap bindings for the same actions: - Alt-' — InsertOtherFile - Alt-t — InsertCurTagged - Ctrl-Alt-G — InsertOtherTagged Added 3 unit tests covering each command's dispatch + cmdline insertion. Tests: 1384 pass (was 1381), zero warnings.