TechSpiritSS / Terminal-Portfolio

Terminal Style Portfolio made with HTML / CSS / JS
MIT License
62 stars 82 forks source link

[Bug]: Change EXIT from Click to Type #53

Closed TechSpiritSS closed 1 year ago

TechSpiritSS commented 1 year ago

Contact Details

No response

What happened?

The EXIT works on mouse click.

What should have happened?

Change that clicks to exit to Type to exit i.e., user type EXIT to EXIT the window.

What browsers are you seeing the problem on?

No response

Version

No response

Relevant log output

No response

AshishRaikwar1290 commented 1 year ago

assign me this issue

TechSpiritSS commented 1 year ago

Sure

gaut2003 commented 1 year ago

Here there is a problem that a window or a tab can be closed if and only if that window or tab was opened using Javascript. I can work on this by finding any alternate way to exit from that tab or redirect to another tab.

TechSpiritSS commented 1 year ago

That's great @gaut2003 but I have already assigned @AshishRaikwar1290 on this issue :). And for Exit there is already a code present in the terminal which act as an exit command, and I want to relocate that from click to type,