dockge icon indicating copy to clipboard operation
dockge copied to clipboard

Implement RIGHT and LEFT keys for cursor navigation in terminal

Open lukasondrejka opened this issue 1 year ago • 0 comments

⚠️⚠️⚠️ Since we do not accept all types of pull requests and do not want to waste your time. Please be sure that you have read pull request rules: https://github.com/louislam/dockge/blob/master/CONTRIBUTING.md

Tick the checkbox if you understand [x]:

  • [X] I have read and understand the pull request rules.

Description

Fixes #628

Added functionality for cursor navigation using the LEFT and RIGHT arrow keys.

Type of change

Please delete any options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • [X] My code follows the style guidelines of this project
  • [X] I ran ESLint and other linters for modified files
  • [X] I have performed a self-review of my own code and tested it
  • [X] I have commented my code, particularly in hard-to-understand areas (including JSDoc for methods)
  • [X] My changes generate no new warnings
  • [ ] My code needed automated testing. I have added them (this is optional task)

Screenshots (if any)

https://github.com/user-attachments/assets/e602d00c-d62d-49fb-ada6-e4e0fb76c257

Please do not use any external image service. Instead, just paste in or drag and drop the image here, and it will be uploaded automatically.

lukasondrejka avatar Oct 13 '24 17:10 lukasondrejka