feat(tui): add isCtrlG key detection

This commit is contained in:
Aliou Diallo 2025-12-21 12:06:57 +01:00
parent 299986f06b
commit afedf1707a
2 changed files with 12 additions and 0 deletions

View file

@ -33,6 +33,7 @@ export {
isCtrlC,
isCtrlD,
isCtrlE,
isCtrlG,
isCtrlK,
isCtrlLeft,
isCtrlO,