I need help on this script.
Basically i want it so you type something in and the keystrokes are the same, but when it goes through the fileappend, the text document has the translated.
Code:
Inputbox,output,Digital Enigma,Enter Text to be translated, 50, 600
Fileappend, %output%, C:\test.txt
#UseHook
SetStoreCapslockMode Off
q::Send m
w::Send n
e::Send b
r::Send v
t::Send c
y::Send x
u::Send z
i::Send l
o::Send k
p::Send j
a::Send h
s::Send g
d::Send f
f::Send d
g::Send s
h::Send a
j::Send p
k::Send o
l::Send i
z::Send u
x::Send y
c::Send t
v::Send r
b::Send e
n::Send w
m::Send q
1::Send 0
2::Send 9
3::Send 8
4::Send 7
5::Send 6
6::Send 5
7::Send 4
8::Send 3
9::Send 2
0::Send 1
Exitapp
Basically what you type comes out correct,
but the saved file (fileappend) has the translated input.
If that makes any sense
Any help please
P.S I use the word 'translated' because i cant think of any other word
