Matrix editing shortcuts are not working
See original GitHub issueDescription
Since version 0.59.0 Matrix editing shortcuts are not working.
Steps to Reproduce
-
run
npm start
-
open http://localhost:8080/examples/basic/index.esm.html page
-
Type
()
and inside parentheses try to enter matrix editing shortcutsShortcut 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:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
Yes, still on the to-do list…
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.