bzflag icon indicating copy to clipboard operation
bzflag copied to clipboard

Unable to paste password into password field

Open dfgshdsfh opened this issue 1 year ago • 0 comments

Just downloaded the client on windows 11. Typed my username, and then moved to the password field and tried to paste (Ctrl+v) my long password into the password field. This failed, and only resulted in a single character being entered, presumably "v" and it's just ignoring the ctrl.

I use a password manager for everything, and typically make use of long randomly generated passwords. It would be ideal to be able to allow pasting passwords into the client's password field.

Curiously, using ^1::SendText "" with autohotkey v2 seems to also fail to enter any input as well. Are Window's built in Send functions blocked for some reason? I set up an Arduino I had laying around to emulate USB keystrokes to bypass this. While a bit of a nuclear solution, it was an interesting problem to solve.

dfgshdsfh avatar Apr 29 '24 04:04 dfgshdsfh