Configuration file vs hard-coded keys #4

Open
opened 2025-01-12 16:23:41 +01:00 by str3tch · 0 comments
Owner

The idea behind the configuration file is to map keys to events such as:

  • Ctrl-c : Quit
  • k : MoveUp
  • j : MoveDown
  • gg : MoveTop

But for now most of the keys are handled as KeyCode but not as emitted events. We need to make sure that configuration is used for that in order to make users ability to customize keys and color schemes (is done to some extent).

More in-depth color scheme configuration is welcome too☺️

The idea behind the configuration file is to map keys to events such as: - Ctrl-c : Quit - k : MoveUp - j : MoveDown - gg : MoveTop But for now most of the keys are handled as `KeyCode` but not as emitted events. We need to make sure that configuration is used for that in order to make users ability to customize keys and color schemes (is done to some extent). More in-depth color scheme configuration is welcome too☺️
str3tch added the
enhancement
help wanted
labels 2025-01-13 14:42:07 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ghostchain/ghost-eye#4
No description provided.