itsnitinr / vscode-portfolio

A VSCode themed developer portfolio built using Next.js

Home Page:https://vscode-portfolio.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature] Keyboard shortcut support like vscode

saraogipraveen opened this issue · comments

  • We can add few shortcuts support such as ctrl + p to switch tabs, ctrl + ~ to toggle terminal (yet to de developed), ctrl + b toggle sidebar.
  • Later when projects support more features, gradually more shortcuts can be added.

Resource - https://johannesklauss.github.io/react-hotkeys-hook/docs-use-hotkeys

Interesting. I'll have a look at it and add it soon. Thank you for sharing the resource as well. Appreciate it!