Fast login option

Super small request and honestly maybe not worth it but would be really cool - im a huge navigate by keyboard person.

Would be cool if upon app open the password box is pre-selected so all I have to do is open - type password - press enter.

Instead of open - click into password, then type.

*edit - I realized I can just tab 3-4 times to get to password.

Check out this link:

I couldn’t agree more. I think every platform out there has quick login, except for NT lmao. Takes a few seconds to do but it’s still rather annoying.

Ahk V2 + FindText + ImageActions + Claude = automate any gui

1 Like

Ahk is the way to go. It has solved almost every UI aggravation I have encountered in NT over the years.
If possible, try and implement an ahk solution which uses the UIA automation library. This method injects text directly into the WPF stream without using keyboard simulation. It is definitely more involved to implement but will function in circumstances where the keyboard emulation will fail (ie locked screen, window not focused)