dna

Programmable keyboard software for Windows

View on GitHub

 <h1>🕷dnaspider.exe</h1> Hello Friend, and thank you for your interest in dnaspider.exe 🙏.

🥁 Introducing dnaspider.exe programmable keyboard software for Windows 11, 10 (32/64-bit) PCs! Tweak and execute simple or complex ⌨ and 🖱 functionality✨ to your liking. Use this functionality to automate and accelerate through daily tasks like a pro. With the help of dnaspider.exe, you will have the ability to strategically execute your custom built functionality seamlessly. 🦾🤖🦾.

How it works

dnaspider.exe builds an input strand from keyboard keys you press…

strand: t
strand: te
strand: tes
strand: test
strand: test>

This input strand will be our shortcut and is the text that dnaspider.exe looks for in the beginning of each line in db.txt. If found, the program executes the trailing text. We’ll call this trailing text the output which is the code we’ll write which simulates keyboard and mouse functionality as instructed.

db.txt

test:<bs4>hi<shift><left2><shift->

Input the strand test in a text area for the effect.

Lets adjust db.txt to use the auto backspace and connect options.

t-hi<connect:>
<connect:><shift><left2><shift->
test:<bs4>hi<connect:>

Save then press T to run.

Lets adjust a setting in se.txt to make test work.

se.txt

CloseCtrlMode: 1

Press LCTRL+S to🔥save.

Now run your code.

Repeat

Use RCTRL+LCTRL, EQUAL+ESC, or PAUSE_BREAK.

Syntax

hello h:ello h-hello h>ello <h:ello <h-hello <h>ello <h:>ello <h->hello

WikiCodesInterface

📂Source

Open project file dnaspider.vcxproj in Visual Studio.