#4489
Yutaka Emura
Keymaster

You can use the following macro (JavaScript):


if( document.selection.IsEmpty ){
editor.ExecuteCommandByID(4192);
}
else {
document.selection.Copy(eeCopyUnicode);
}

and you can assign this macro as CTRL+INS and CTRL+C.