vscode-edit-csv icon indicating copy to clipboard operation
vscode-edit-csv copied to clipboard

Unable to use vscode default shortcut to switch between editors

Open bcardiff opened this issue 4 years ago • 4 comments

First of all, thanks for this extension! I notice an issue with the navigation between editors if the current one is edit-csv.

Since Cmd+Opt+Left and Cmd+Opt+Right are used to select from the current position to the beginning and end of the current row I cannot switch among editors using those shortcuts if the current editor is edit-csv.

It seems that the shortcut for the row selection in this extension is not configurable and I would rather prefer to change the shortcut of changing the editor.

If the shortcut itself is not configurable in handsontable maybe it could be disabled by a configuration. Would that make sense?

bcardiff avatar Jun 25 '20 12:06 bcardiff

The whole shortcut thing is a bit tricky. I have no idea what and how many handsontable assigns by default (probably also depending on the OS). I'm also not sure if anyone actually uses the shortcut to edit the table... disabling it for handsontable in the config might be a good idea.

I'll look into this and try to come up with something that works well for mac/win/linux shortcuts.

janisdd avatar Jun 25 '20 15:06 janisdd

I tried some stuff but nothing worked... Think this cannot be fixed atm, I opened an issue here https://github.com/microsoft/vscode/issues/101750

janisdd avatar Jul 06 '20 17:07 janisdd

Thanks for trying and escalating it

bcardiff avatar Jul 06 '20 17:07 bcardiff

Same for ctrl+tab (just for documentation 😄)

rcaught avatar Oct 24 '21 01:10 rcaught