// auto-transcompiled — see *.dnd.json for canonical truth
if(keyboard_check(vk_control))
{

if(global.cii > rlcopy)
{
clipboard_set_text(keyboard_string);
}
else
{
clipboard_set_text(global.cline[rlcopy-global.cii+global.bottomline]);
}

}
