Closed mogenson closed 1 year ago
Hi @mogenson. Thanks for the PR!
I honestly not an expert on keyboard mappings, but it seems that in many (most?) terminal keyboard mappings (e.g. US) Ctrl+]
and Ctrl+5
both map to Control_bracketright
. So it seems like it should be fine to accept either.
On MacOS with the default Terminal application, Crossterm reports the
Ctrl + ]
sequence asCtrl + 5
. Thefbt
Python tool seems to work fine on MacOS + Terminal app, so this may be a Crossterm quirk.Capture the
Ctrl + 5
keycode and exit process.