process-compose icon indicating copy to clipboard operation
process-compose copied to clipboard

`Ctrl-]` shortcut not working anymore

Open piotrd opened this issue 3 weeks ago • 1 comments

Defect

The issue is most likely caused by upgrade of tcell library included in the recent release.

github.com/gdamore/tcell/v2 v2.10.0

Version with a fix is apparently https://github.com/gdamore/tcell/releases/tag/v2.13.1

This fixes a bug decoding certain control keys ([, ], )


Make sure that these boxes are checked before submitting your issue -- thank you!

  • N/A Included the relevant configuration snippet
  • N/A Included the relevant process-compose log (log location: process-compose info)
  • N/A Included a [Minimal, Complete, and Verifiable example] (https://stackoverflow.com/help/mcve)

Version of process-compose:

1.85.0

OS environment:

macos 26.1

Steps or code to reproduce the issue:

Try to use Ctrl-] shortcut for Toggle Full Screen action.

Expected result:

Ctrl-] toggles full screen mode.

Actual result:

The shortcut does not work - nothing happens when it's triggered.

piotrd avatar Dec 17 '25 20:12 piotrd

Ah, I see there was another upgrade of tcell done 2 weeks ago which will likely fix the issue. So now it's only a matter of waiting for the next release, I guess?

piotrd avatar Dec 17 '25 20:12 piotrd