You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Make TAB key behave like SPACE key in repl keyboard input so the auto-suggestor for the current level will be displayed.
So, if TAB is pressed after a command was typed or entered via suggestion, e.g. wallet then treat it as space - enter space and display the correct auto-suggestor (in our example, wallet commands). However, if tab is pressed when an auto-suggestor is open - don't modify anything as tab correctly rotates between all available commands.
Make TAB key behave like SPACE key in repl keyboard input so the auto-suggestor for the current level will be displayed.
So, if TAB is pressed after a command was typed or entered via suggestion, e.g.
walletthen treat it as space - enter space and display the correct auto-suggestor (in our example, wallet commands). However, if tab is pressed when an auto-suggestor is open - don't modify anything as tab correctly rotates between all available commands.