trypear / pearai-app

The Open Source AI-Powered Code Editor. A fork of VSCode and Continue.
https://trypear.ai
Other
574 stars 95 forks source link

Display 3 major shortcuts in their appropriate locations. #37

Closed Fryingpannn closed 6 days ago

Fryingpannn commented 2 months ago

Context

Partial PRs are accepted for this task. Each shortcut needs to be displayed somewhere on the UI such that the user knows it's the shortcut needed for a specific task. For this issue, the 3 shortcuts to be displayed are:

  1. Opening chat CMD+L
  2. Closing chat CMD+:
  3. Dynamic resizing of the chat CMD+[

For Windows, we should be able to detect the user's OS, and indicate ALT+L, ALT+:, and ALT+[ instead.

Example

Himanshu-Singh-Chauhan commented 3 weeks ago

I will work on this.

shrix1 commented 3 weeks ago
Fryingpannn commented 6 days ago

SOLVED https://github.com/trypear/pearai-submodule/pull/101