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

@@ -16,4 +16,5 @@
$g_lang["add_edge_to_matrix"] = "Добавить дугу";
$g_lang["add_node_to_matrix"] = "Добавить вершину";
$g_lang["use_ctrl_to_move_cells"] = "Используйте Ctrl + ← ↑ → ↓ клавиши для перемещения между ячейками.";
?>