question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add keyboard shortcut for adding table rows

See original GitHub issue

Describe your feature request

Add a keyboard shortcut for adding table rows. Possible common options are:

  1. Tab at the last column of last row in table creates a new row and moves to it
  2. Return (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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
fxhacommented, Nov 18, 2018

Tab at the last column of last row in table creates a new row and moves to it

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.

I’m not sure what Cmd would translate to on Linux

It’s normally Ctrl+Enter but to insert a new row you have to use the meta key Super/Win and Enter.

https://github.com/marktext/marktext/blob/387d42822de38639b5c677b4000529d2a3be1166/src/muya/lib/contentState/enterCtrl.js#L260

2reactions
Jocscommented, Nov 18, 2018

@tmr232 we already has a keyboard shortcut to add table row. Cmd + Enter. try to use it?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found