nicobrenner / commandjobs

Command Jobs uses AI to help software engineers find the best jobs
Apache License 2.0
146 stars 12 forks source link

Using front and back keys instead of 'q' #55

Open aaryamantriescode opened 3 months ago

aaryamantriescode commented 3 months ago

I feel like making buttons for going front and back will make it more user-friendly.

nicobrenner commented 3 months ago

It might be. However, I want to avoid requiring a mouse, and with only the keyboard, buttons sometimes are hard to navigate

Also, the current tui library used in the project, doesn't support buttons, so it would require building our own buttons, or switching over to another tui library like textual

aaryamantriescode commented 3 months ago

It might be. However, I want to avoid requiring a mouse, and with only the keyboard, buttons sometimes are hard to navigate

Also, the current tui library used in the project, doesn't support buttons, so it would require building our own buttons, or switching over to another tui library like textual

Ohh I get it now, maybe we can just add a small box in the bottom left /right of the screen with 'q' so at least people know what to press on the keyboard!