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.

Matrix editing shortcuts are not working

See original GitHub issue

Description

Since version 0.59.0 Matrix editing shortcuts are not working.

Steps to Reproduce

  1. run npm start

  2. open http://localhost:8080/examples/basic/index.esm.html page

  3. Type () and inside parentheses try to enter matrix editing shortcuts

    Shortcut Command
    ctrl/cmd + Return/Enter addRowAfter
    ctrl/cmd + shift + Return/Enter addRowBefore
    ctrl/cmd + ; addRowAfter
    ctrl/cmd + shift + ; addRowBefore
    ctrl/cmd + , addColumnAfter
    ctrl/cmd + shift + , addColumnBefore

Actual Behavior

Nothing happens, the editor doesn’t react to commands.

No error in the console was thrown.

Expected Behavior

Commands were applied correctly to the matrix (e.g. adding row below on pressing ctrl/cmd + Enter etc. )

[Is this a regression: did it use to work in a previous version?] Yes, it worked correctly in version 0.58.0

Environment

Operating System [macOS, Windows, iOS. Include the version if possible] macOS, Windows 10

Browser [Safari, Chrome, IE, Firefox, etc…] Safari, Chrome, Edge

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
arnogcommented, Nov 30, 2021

Yes, still on the to-do list…

1reaction
arnogcommented, Dec 3, 2020

These functions are commented out because they need to be rewritten to work with the new selection model. Getting selection in matrix to work (again) is leftover work from the implementation of the new selection model. It’s on my todo list.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hotkey Matrix user guide V2 working ... - Thomann
The Hotkey Matrix supports all versions of Pro Tools 8, 9, and 10 on Mac OS X and Pro Tools 10 on Windows...
Read more >
Matrix keyboard shortcuts - Squiz Help Center
Action Windows macOS Unified Select Edit. Alt + A ⌃ + ⌥ + A Alt + A Select Release Lock(s). Alt + R ⌃ +...
Read more >
When add column, shortcut doesn't work - Wolfram Community
Hi, when I add column to a matrix, the shortcut ctrl+, doesn't work. It functions well at win 7 ... I'm not sure...
Read more >
Frequently Asked Questions - Matrix Keyboards
1. Download our Matrix Driver 6.0. · 2. Unplug your keyboard for 10 seconds · 3. Open Driver · 4. Plug your keyboard...
Read more >
VSCode some shortcuts not working properly - Stack Overflow
With the command Developer: Toggle Keyboard Shortcuts Troubleshooting , you can see which command is linked to a shortcut.
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