Add keyboard shortcut for adding table rows
See original GitHub issueDescribe your feature request
Add a keyboard shortcut for adding table rows. Possible common options are:
Tabat the last column of last row in table creates a new row and moves to itReturn(possibly with added modifier) creates a row below the current one and moves to it.
What problem does this feature solve? [optional]
Currently, adding table rows is very cumbersome, requiring mouse interaction.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Word- What is the keyboard shortcut of insert row or column?
There is no real keyboard shortcut. The fastest way to add a row is to put the cursor just to the right of...
Read more >Is there a keyboard shortcut for 'Insert table row above/below ...
To add a row you can use Ctrl + Shift + + at the same time on the main keyboard or just Ctrl...
Read more >How to Quickly Add Rows in a Microsoft Word Table
1. Open your Word document. Position the cursor at the outside left of the table to which you want to add rows. ·...
Read more >How to use shortcut keys to insert or delete row/column/tab in ...
If your keyboard has no Keypad, you can press Shift + Ctrl + + keys to insert rows or columns. doc-shortcut-insert-delete-row-2. Tip: If...
Read more >Insert Rows in Excel - Top 3 Shortcut Methods (Step by Step)
Table of contents · Top 3 Keyboard Shortcuts to Insert a Row in Excel. Example #1–Insert a Row Using “Ctrl+Plus Sign (+)” or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I think that this feature is a little bit problematic because it could confuse the user. I mean, I wouldn’t expect such a behavior.
It’s normally
Ctrl+Enterbut to insert a new row you have to use the meta keySuper/WinandEnter.https://github.com/marktext/marktext/blob/387d42822de38639b5c677b4000529d2a3be1166/src/muya/lib/contentState/enterCtrl.js#L260
@tmr232 we already has a keyboard shortcut to add table row.
Cmd+Enter. try to use it?