[PR #15] Add reserved key checks for custom bindings #107

Closed
opened 2026-02-27 12:38:23 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/devnullvoid/pvetui/pull/15

State: closed
Merged: Yes


Summary

  • reject reserved and duplicate key bindings during validation
  • document reserved keys in README and sample config
  • add tests for key binding validation
  • block system combinations like Ctrl+C

Testing

  • git submodule update --init --recursive
  • make build
  • make lint
  • go vet ./...
  • make test

https://chatgpt.com/codex/tasks/task_e_6866306ff54c8328b999a035f40c8ac3

**Original Pull Request:** https://github.com/devnullvoid/pvetui/pull/15 **State:** closed **Merged:** Yes --- ## Summary - reject reserved and duplicate key bindings during validation - document reserved keys in README and sample config - add tests for key binding validation - block system combinations like Ctrl+C ## Testing - `git submodule update --init --recursive` - `make build` - `make lint` - `go vet ./...` - `make test` ------ https://chatgpt.com/codex/tasks/task_e_6866306ff54c8328b999a035f40c8ac3
kerem 2026-02-27 12:38:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/pvetui#107
No description provided.