Skip to content

dnaspider/dna

Repository files navigation

 

Hello Friend, and thank you for your interest in dnaspider.exe 🙏.

🥁 Introducing dnaspider.exe programmable keyboard software for Windows (32/64-bit) PCs! Tweak and execute simple or complex ⌨ and 🖱 functionality✨. Use it and build apon your functionality. 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 test> will be our shortcut and is what dnaspider.exe searches for in the beginning of each line in db.txt. If found, the program executes the trailing text. This trailing text is our output and is the code we'll write which simulates functionality we instruct.

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

Open project file dnaspider.vcxproj in Visual Studio.