Greetings! It's about binds.
We will use AutoHotKey.
https://autohotkey.com/Download and install. Create a text document.
Codes for using different keys:
NUMPAD1 :: Send, for num digits
F1 :: Send, for keys f1-f12
^ M :: Send, ^ is used for combinations with Ctrl, for example Ctrl + m
+ M :: Send, + is used for combinations with Shift, for example Shift + m
! M :: Send,! Used for combinations with Alt, for example Alt + m
After the comma a space and then the text of the bind.
For example, on the num1 key, I will bind my username to bitcointalk, to the num2 key a link to the profile, and so on.
NUMPAD1 :: Send, Trttn
NUMPAD2 :: Send, BTCTALK profil
NUMPAD3 :: Send,
https://twitter.com/romantrataNUMPAD4 :: Send,
https://www.twitteraudit.com/romantrataNUMPAD5 :: Send,
https://www.facebook.com/romantrataNUMPAD6 :: Send, @romantrata
NUMPAD7 :: Send,
[email protected]NUMPAD8 :: Send,
https://medium.com/@romantrataNUMPAD9 :: Send, ETH adress
Save, right click on the file> rename, change the extension from ".txt" to ".ahk"
Once again, right-click on the file> Run script
Bindy works Smiley