ink icon indicating copy to clipboard operation
ink copied to clipboard

Ignore escape sequences in `useInput`

Open NSExceptional opened this issue 3 years ago • 1 comments

For example, I have a text input on my screen, but I want to do something when the user presses ^D. I don't want that d to go into the text input.

I don't control the text input so I can't wrap useInput... is what I want to do possible? I feel like if it's not, it should be :)

NSExceptional avatar Jun 10 '22 01:06 NSExceptional

Hm yeah, I think escape sequences should be ignored in useInput. Going to mark this one as a bug.

vadimdemedes avatar Jul 24 '22 18:07 vadimdemedes