Added move focus cell for matrix.

This commit is contained in:
Oleg Sh
2021-04-12 13:12:00 +02:00
parent d0a620af31
commit ec5ea03848
19 changed files with 223 additions and 31 deletions

View File

@@ -14,4 +14,6 @@
$g_lang["m_title"] = "Creating graph from incidence matrix";
$g_lang["m_keyWords"] = "graph online, plot graph, creating graph from incidence matrix, incidence matrix";
$g_lang["m_description"] = "Creating graph from incidence matrix online and see visual result";
$g_lang["use_ctrl_to_move_cells"] = "Use Ctrl + ← ↑ → ↓ keys to move between cells.";
?>