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
If I log out (Ctrl+D, or exit), the web terminal will show the following screen:
However, if I press "any key", nothing happens. I try A-Z, I try ,., [Enter] -> nothing happens. [Space] does seem to work.
Now, what's even more confusing is that it does work for keys I expect it not to. Modifiers like Command, Ctrl or Shift trigger it, which is wrong. Imagine I log out, then I type Cmd+W to close the web terminal, and it logs me back in just before the window closes.
Browser: Safari.
The text was updated successfully, but these errors were encountered:
Also, keyboard shortcuts to copy and paste do not work.
Could you expand on this a bit? I'm not seeing any issue on macOS with either Safari or Brave. I can paste from OS clipboard (Cmd+V) and I can also select text with my trackpad and hit Cmd+C to copy to the OS clipboard.
I do not have a Mac, but on a Windows machine, it does not work on Brave.
Please take a look at the screen recording. The ^V and ^M characters appear when I press Ctrl+V and Ctrl+V+Enter
@matifali ah, I see what you mean. That's a bit problematic since Ctrl+C and Ctrl+V (e.g. in VIM, enters visual block mode) can be valid input in a terminal. I do see that cmd.exe and powershell allow this though and don't pass-through the input.
Perhaps we should move this to a new issue? It's separate from the retry issue and quite possibly only affects Windows.
If I log out (Ctrl+D, or
exit
), the web terminal will show the following screen:However, if I press "any key", nothing happens. I try
A-Z
, I try,
.
,[Enter]
-> nothing happens.[Space]
does seem to work.Now, what's even more confusing is that it does work for keys I expect it not to. Modifiers like
Command
,Ctrl
orShift
trigger it, which is wrong. Imagine I log out, then I typeCmd+W
to close the web terminal, and it logs me back in just before the window closes.Browser: Safari.
The text was updated successfully, but these errors were encountered: