janisdd / vscode-edit-csv

vs code extension to edit csv files with an excel like table ui
MIT License
220 stars 32 forks source link

control+tab not switching tabs when inside "edit csv" tab #76

Closed overtomanu closed 2 years ago

overtomanu commented 2 years ago

What OS?

Version?

Description

When inside edit csv tab, if i press ctrl+tab shortcut, it should switch to other tab, but instead its selecting next cell.

Expected behavior

What you'd expect to happen.

Steps to reproduce

open csv file, click on "edit csv", then press control+tab and observe the issue

overtomanu commented 2 years ago

i didnt see existing issue before logging this. Might be related to issue #31 though it's for a different shortcut

janisdd commented 2 years ago

I also think the root cause is the same as in #31. As the comment https://github.com/janisdd/vscode-edit-csv/issues/31#issuecomment-950240963 suggests ctrl+tab already, I think we can close this?

overtomanu commented 2 years ago

yes i am closing this. thank you for looking into this