Comment on What are some FOSS programs that are objectively better than their proprietary counterparts?
scheep@lemmy.world 2 days agointeresting that keepassXC doesn’t need a browser extension. I might have to try it out, seems pretty cool.
Comment on What are some FOSS programs that are objectively better than their proprietary counterparts?
scheep@lemmy.world 2 days agointeresting that keepassXC doesn’t need a browser extension. I might have to try it out, seems pretty cool.
dave@lemmy.wtf 2 days ago
yea it simulates keypresses somehow, like how autohotkey or xdotool does. i should probably throw out a disclaimer before i hype it up too much though :p
it used to work a lot better back when most sites had both the username and password input box on the same page. sites like google have started putting them on different pages now which confuses things. the sequence of keys it sends is {USERNAME}{TAB}{PASSWORD}{ENTER} so it doesnt really have awareness of the actual input box elements the way a browser extension would
the quick fix for this is to just use the separate hotkeys ctrl+1 to autotype the username and then ctrl+2 for the password
scheep@lemmy.world 2 days ago
ah ok