diff --git a/include/sheet.cpp b/include/sheet.cpp index d08ad0c25..9e83d5d54 100755 --- a/include/sheet.cpp +++ b/include/sheet.cpp @@ -827,7 +827,7 @@ bool TSheet::on_key(KEY key) if (id2pos(DLG_NEWREC) >= 0) stop_run(key); break; - case K_CTRL+'G': + case K_CTRL+'C': if (id2pos(DLG_LINK) >= 0) stop_run(key); break;