Dear @Polina_Zenevich and Fibery team,
Please consider the following requests and observations to make editing Rich Text “text tables” a more efficient, predictable and enjoyable experience ![]()
- REQUEST: New behavior for
Ctrl+Awhen cursor is within a table cell:
- 1st time should select just the contents of the current cell
- 2nd time should select the entire table
- 3rd time should select the entire Rich Text
-
INCONSISTENCY:
cursor DOWNmoves through the current cell one line at a time before moving to the first line of the next row, which makes sense, BUT:
cursor UPmoves from the first line of a cell up to the FIRST line of the cell above;
it should instead move up to the LAST line of the cell above. -
WEIRD: When an entire cell is selected,
cursor UPmoves to an unpredictable location of the cell, andcursor DOWNmoves to an unpredictable location in the “next” cell.
Ideally when an entire cell is selected,cursor UPmoves to the beginning of the current cell (which becomes un-selected), andcursor DOWNmoves to the end of the current cell (which becomes un-selected). -
WEIRD: If I select the entire contents of two adjoining cells in the same column, then press
cursor UP, the cursor moves into the column to the right.
I would expect it to move to the end of the cell above the selected cells. -
WEIRD: If I select the entire contents of two adjoining cells in the same column, then press
cursor DOWN, the cursor goes to the first line of the bottom currently-selected cell.
I would expect it to move to the beginning of the cell below the selected cells. -
WEIRD: When using
SHIFT+DOWNto select text within the current cell, it is (often) not possible to select all the text to the end of the cell, because when the cursor moves down into the last text line in the cell, it suddenly changes to “entire cell selection” mode and jumps down to the next table row.
Ideally text selection would first extend to the end of the current cell, before changing to “entire cell selection” mode. -
REQUEST: Use
CTRL+ALT+[cursor-key]to move the cursor to a neighboring cell. IncludeSHIFTto extend selection. Ideally these keys would also do something intelligently similar when the cursor is in a Rich Text but not currently in a text table. -
REQUEST: When cursor is in a Rich Text but not in a text table, use
TABandSHIFT+TABto navigate to next/previous object in the Rich Text (and into/out of text tables).
This would make it much easier to move between text tables within a Rich Text. -
WEIRD: Behavior of
CTRL+UPandCTRL+DOWNwithin a text table is a riddle wrapped in an enigma - but there is potential here. -
I don’t know what “Mark cell” and “Unmark cell” are for (in cell menu).
-
REQUEST: Allow other hotkeys, like the Pane control hotkeys (e.g.
ALT+O) to work when keyboard focus is in a Rich Text. Currently they do not.