ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.46k stars 952 forks source link

There should be a shortcut to switch between tabs #2873

Open iamsethsamuel opened 2 years ago

iamsethsamuel commented 2 years ago

Pressing Ctrl+Shift+Tab should switch between tabs

Sap333 commented 1 year ago

It should but it doesn't. There is no working shortcut to switch between the tabs for now which makes the IDE nearly unusable.

Tested on Firefox and Chrome and Linux

Sap333 commented 1 year ago

Ok Alt+T switches the tabs but the user are supposed to know that?

ryestew commented 1 year ago

How about: alt + ~ or option + ~ (depending on your OS) because for me on a mac command + ~ switches between windows of the same command. So this is related switching - just inside of remix.

Sap333 commented 1 year ago

There are tabs inside a browser Tab. And what you are saying switches browser tabs.