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

@@ -15,4 +15,6 @@
$g_lang["separator"] = "Separador:";
$g_lang["separator_commo"] = "vírgula";
$g_lang["separator_space"] = "espaço";
$g_lang["use_ctrl_to_move_cells"] = "Use Ctrl + ← ↑ → ↓ keys to move between cells.";
?>