2025.32460, Win10 keyboardinDAT: Ctrl+Enter -> key='j'

Hi,

TD 2025.32460, Win10
keyboardinDAT reports Ctrl+Enter as key=‘j’ instead of key=‘enter’ with ctrl=True.

I think this comes from Windows legacy terminal input mapping. In ASCII, control codes are letter_code - 64, so Ctrl+J = 74-64 = 10 = line feed (\n). Windows seems to translate Ctrl+Enter into Ctrl+J before TD receives it. Same behavior documented here: Ctrl+j = Ctrl+return for some reason · Issue #6912 · microsoft/terminal · GitHub

Best,
Alex