File | Date | Author | Commit |
---|---|---|---|
.github | 2019-09-08 |
![]() |
[e72b56] Create FUNDING.yml |
.gitattributes | 2018-06-22 |
![]() |
[98bbc0] Add .gitignore and .gitattributes. |
.gitignore | 2020-02-22 |
![]() |
[dd2af7] Static |
LICENSE | 2019-11-17 |
![]() |
[bd5bc5] Drop year |
README.md | 2022-03-06 |
![]() |
[f307f6] Update README.md |
_config.yml | 2018-07-11 |
![]() |
[58ca9a] Set theme jekyll-theme-hacker |
dnaspider.cpp | 2022-04-11 |
![]() |
[15d3e1] Static |
dnaspider.rc | 2022-02-20 |
![]() |
[16090e] Static |
dnaspider.vcxproj | 2022-03-20 |
![]() |
[e803c2] Static |
dnaspider.vcxproj.filters | 2021-11-09 |
![]() |
[f044b1] 20 |
resource.h | 2021-11-09 |
![]() |
[f044b1] 20 |
👽
dnaspider.exeHello Friend, and thank you for your interest in dnaspider.exe 🙏.
🥁 Introducing dnaspider.exe programmable keyboard software for Windows 10 (32/64-bit) PCs! Tweak and execute simple ⌨ 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.
dnaspider.exe builds an input strand from keyboard keys you press...
==dnaspider.exe====
strand: t
strand: te
strand: tes
strand: test
strand: *found*
===============
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.
In the following example the output code looks like this <bs4>hi<shift><left2><shift->
which pretty much says to "programmatically press BACKSPACE
four times, press H
, press I
, press (hold) SHIFT
, press LEFT
arrow twice (to select hi), release SHIFT
".
The whole code looks like this and c:\dna\db.txt is the database where we'll be building and storing our algos:
==db.txt=========
test:<bs4>hi<shift><left2><shift->
===============
The :
links the input:output
together. We can also use minus sign auto BACKSPACE
strand option -
or remember strand for SCROLL_LOCK
repeat option >. There are connect options <whatever:>
or <whatever->
as well.
Input strand and trailing output must be saved in for the program to execute/run.
Before you run a code you might have to clear the input strand first by toggle RIGHT_CTRL
BACKSPACE
or LEFT_SHIFT + PAUSE_BREAK
then simply input the strand T
E
S
T
in a text area for the effect.
After running the code once you can press SCROLL_LOCK
or EQUAL + ESC
to repeat the output.
Lets adjust the code a bit and use the auto BACKSPACE
and connect options.
==db.txt=========
t-hi<connect:>
<connect:><shift><left2><shift->
test:<bs4>hi<connect:>
===============
Save then press T
in a text area to run.
If you want test:
to work as well, make the following changes in c:\dna\se.txt using Notepad.exe or Code.exe.
==se.txt=========
CloseCtrlMode: 1
===============
Press CTRL + S
to save se.txt.
Note: Window title text must be se.txt - Notepad
or se.txt - Visual Studio Code
for SeHotReload_CtrlS
.
If using an editor other than Notepad or VSCode, press RIGHT_CTRL
S
E
or restart the program to update the settings.
Now to run, press RIGHT_CTRL
or COMMA + ESC
after the input (T
RIGHT_CTRL
or T
E
S
T
RIGHT_CTRL
).
hello
h:ello
h-hello
h>ello
<span title="=db.txt==========
<h:ello
===============
Run
Press RIGHT_CTRL, release RIGHT_CTRL, H
Or press COMMA + ESC, H
=dnaspider.exe=====
strand: <
strand: <h
==============="><h:ello
<span title="
=db.txt==========
<h-hello
===============
Run
Press RIGHT_CTRL, release RIGHT_CTRL, H
=dnaspider.exe=====
strand: <
strand: <h
==============="><h-hello
<h>ello
<span title="Connect
=db.txt========
<i-><o->h<h:>!
<o->hello!
<h:>ello
=============
Run
Press RIGHT_CTRL, release RIGHT_CTRL, I
=dnaspider.exe=====
strand: <i
==============="><h:>ello
<span title="Infinite loop
Press ESC to stop or PAUSE_BREAK to pause/resume
=db.txt==========
<h-><speed:250>hello <h->
===============
Run
Press RIGHT_CTRL, release RIGHT_CTRL, H
=dnaspider.exe=====
strand: <
strand: <h
==============="><h->hello
</h
==============="></h-></speed:250></h-></i
==============="></h:></o-></h:></o-></i-></h
==============="></h
===============">
Browse the Wiki for information pertaining to the programs API, Settings, Database, and Interface commands.
Get the latest release.
c++ haxx c++ craxx | 📂
View dnaspider.exe in action.
Open project file dnaspider.vcxproj in Visual Studio.