Assign text to Key
-
Hello.
I'm looking for a simple way to assign text to a key or key combo.Primarily I want to assign an email address to a key/key combo.
I need to be able to use the key/combo to enter the email address into login fields within web browsers (Chrome and FF).
This is for Windows based devices.
Thanks.
-
Could you use one of the available password managers for this? Or maybe search for another browser extension that can handle this.
You could do this with a Autoit or AHK script, but there are probably better alternatives.
-
@siringo said in Assign text to Key:
Hello.
I'm looking for a simple way to assign text to a key or key combo.Primarily I want to assign an email address to a key/key combo.
I need to be able to use the key/combo to enter the email address into login fields within web browsers (Chrome and FF).
This is for Windows based devices.
Thanks.
Autohotkey
https://www.autohotkey.com/Works very well. You can make it do complicated things too if you want.
-
Thanks guys, I'll check out AHK.