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

@@ -19,4 +19,6 @@
$g_lang["separator"] = "Διαχωριστής: ";
$g_lang["separator_commo"] = "κόμμα";
$g_lang["separator_space"] = "κενό";
$g_lang["use_ctrl_to_move_cells"] = "Use Ctrl + ← ↑ → ↓ keys to move between cells.";
?>