Bitcoin Forum
May 24, 2024, 11:44:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: My help to beginners  (Read 115 times)
Cobrak777 (OP)
Jr. Member
*
Offline Offline

Activity: 224
Merit: 5


View Profile
April 01, 2018, 11:06:39 AM
 #1

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/romantrata
NUMPAD4 :: Send, https://www.twitteraudit.com/romantrata
NUMPAD5 :: Send, https://www.facebook.com/romantrata
NUMPAD6 :: Send, @romantrata
NUMPAD7 :: Send, email@gmail.com
NUMPAD8 :: Send, https://medium.com/@romantrata
NUMPAD9 :: 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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!