Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code not working so I changed it but still not working #6

Open
ghost opened this issue Feb 27, 2024 · 2 comments
Open

Code not working so I changed it but still not working #6

ghost opened this issue Feb 27, 2024 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 27, 2024

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

link := false

;
;
; Letters - Basic
; (Normal And Uppercase)
;
;
; ALPHABETS
;
;
;

a::
If(link == false) { ; link is set to false here
send {text}ఆ
} else if (link == true) { ; link is set to true here
send {text}ా
link := false
}
return

+`::
If(link == false) { ; link is set to false here
send {text}ఋ
} else if (link == true) { ; link is set to true here
send {text}ృ
link := false
}
return

::
If(link == false) { ; link is set to false here
send {text}ౠ
} else if (link == true) { ; link is set to true here
send {text}ౄ
link := false
}
return

+a::
If(link == false) { ; link is set to false here
send {text}అ
} else if (link == true) { ; link is set to true here
send {text}అ
link := false
}
return

e::
If(link == false) { ; link is set to false here
send {text}ఎ
} else if (link == true) { ; link is set to true here
send {text}ె
link := false
}
return

+e::
If(link == false) { ; link is set to false here
send {text}ఏ
} else if (link == true) { ; link is set to true here
send {text}ే
link := false
}
return

+u::
If(link == false) { ; link is set to false here
send {text}ఊ
} else if (link == true) { ; link is set to true here
send {text}ూ
link := false
}
return

u::
If(link == false) { ; link is set to false here
send {text}ఉ
} else if (link == true) { ; link is set to true here
send {text}ు
link := false
}
return

i::
If(link == false) { ; link is set to false here
send {text}ఇ
} else if (link == true) { ; link is set to true here
send {text}ి
link := false
}
return

+i::
If(link == false) { ; link is set to false here
send {text}ఈ
} else if (link == true) { ; link is set to true here
send {text}ీ
link := false
}
return

o::
If(link == false) { ; link is set to false here
send {text}ఒ
} else if (link == true) { ; link is set to true here
send {text}ొ
link := false
}
return

+o::
If(link == false) { ; link is set to false here
send {text}ఓ
} else if (link == true) { ; link is set to true here
send {text}ో
link := false
}
return

+v::
If(link == false) { ; link is set to false here
send {text}ఔ
} else if (link == true) { ; link is set to true here
send {text}ౌ
link := false
}
return

`::
If(link == false) { ; link is set to false here
send {text}ఐ
} else if (link == true) { ; link is set to true here
send {text}ై
link := false
}
return

+m::
send {text}ం
return

z::
send {text}ఞ
return

;
;
; CONSONANTS
;
;
q::
send {text}ట
return

+q::
send {text}ఠ
return

w::
send {text}డ
return

+w::
send {text}ఢ
return

r::
send {text}ర
return

;+r::
;send {text}్ర
;return

t::
send {text}త
return

+t::
send {text}థ
return

y::
send {text}య
return

p::
send {text}ప
return

+p::
send {text}ఫ
return

;NumpadAdd::
;send {text}l
;return

s::
send {text}స
return

+s::
send {text}శ
return

d::
send {text}ద
return

+d::
send {text}ధ
return

f::
send {text}్
return

g::
send {text}గ
return

+g::
send {text}ఘ
return

h::
send {text}హ
return

+h::
send {text}ః
return

j::
send {text}జ
return

+j::
send {text}ఝ
return

k::
send {text}క
return

+k::
send {text}ఖ
return

l::
send {text}ల
return

+l::
send {text}ళ
return

x::
send {text}ష
return

+x::
send {text}క్ష
return

+z::
send {text}ఞ
return

c::
send {text}చ
return

+c::
send {text}ఛ
return

v::
send {text}వ
return

b::
send {text}బ
return

+b::
send {text}భ
return

n::
send {text}న
return

+n::
send {text}ణ
return

m::
send {text}మ
return

]::
send {text}శ్రీ
return

+7::
send {text}|
return

+3::
send {text}ృ
return

+-::
send {text}÷
return

+;::
send {text}:
return

;
; "Controls"
;
;
;
F11::
suspend, toggle
return
!a::
Reload
return
!q::
ExitApp

@ghost
Copy link
Author

ghost commented Feb 27, 2024

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

link := false

;
;
; Letters - Basic
; (Normal And Uppercase)
;
;
; ALPHABETS
;
;
;

a::
If(link == false) {
send {text}ఆ
} else if (link == true) {
send {text}ా
link := false
}
return

+`::
If(link == false) {
send {text}ఋ
} else if (link == true) {
send {text}ృ
link := false
}
return

::
If(link == false) {
send {text}ౠ
} else if (link == true) {
send {text}ౄ
link := false
}
return

+a::
If(link == false) {
send {text}అ
} else if (link == true) {
send {text}అ
link := false
}
return

e::
If(link == false) {
send {text}ఎ
} else if (link == true) {
send {text}ె
link := false
}
return

+e::
If(link == false) {
send {text}ఏ
} else if (link == true) {
send {text}ే
link := false
}
return

+u::
If(link == false) {
send {text}ఊ
} else if (link == true) {
send {text}ూ
link := false
}
return

u::
If(link == false) {
send {text}ఉ
} else if (link == true) {
send {text}ు
link := false
}
return

i::
If(link == false) {
send {text}ఇ
} else if (link == true) {
send {text}ి
link := false
}
return

+i::
If(link == false) {
send {text}ఈ
} else if (link == true) {
send {text}ీ
link := false
}
return

o::
If(link == false) {
send {text}ఒ
} else if (link == true) {
send {text}ొ
link := false
}
return

+o::
If(link == false) {
send {text}ఓ
} else if (link == true) {
send {text}ో
link := false
}
return

+v::
If(link == false) {
send {text}ఔ
} else if (link == true) {
send {text}ౌ
link := false
}
return

`::
If(link == false) {
send {text}ఐ
} else if (link == true) {
send {text}ై
link := false
}
return

+m::
send {text}ం
return

z::
send {text}ఞ
return

;
;
; CONSONANTS
;
;
q::
send {text}ట
return

+q::
send {text}ఠ
return

w::
send {text}డ
return

+w::
send {text}ఢ
return

r::
send {text}ర
return

;+r::
;send {text}్ర
;return

t::
send {text}త
return

+t::
send {text}థ
return

y::
send {text}య
return

p::
send {text}ప
return

+p::
send {text}ఫ
return

;NumpadAdd::
;send {text}l
;return

s::
send {text}స
return

+s::
send {text}శ
return

d::
send {text}ద
return

+d::
send {text}ధ
return

f::
send {text}్
return

g::
send {text}గ
return

+g::
send {text}ఘ
return

h::
send {text}హ
return

+h::
send {text}ః
return

j::
send {text}జ
return

+j::
send {text}ఝ
return

k::
send {text}క
return

+k::
send {text}ఖ
return

l::
send {text}ల
return

+l::
send {text}ళ
return

x::
send {text}ష
return

+x::
send {text}క్ష
return

+z::
send {text}ఞ
return

c::
send {text}చ
return

+c::
send {text}ఛ
return

v::
send {text}వ
return

b::
send {text}బ
return

+b::
send {text}భ
return

n::
send {text}న
return

+n::
send {text}ణ
return

m::
send {text}మ
return

]::
send {text}శ్రీ
return

+7::
send {text}|
return

+3::
send {text}ృ
return

+-::
send {text}÷
return

+;::
send {text}:
return

;
; "Controls"
;
;
;
F11::
suspend, toggle
return
!a::
Reload
return
!q::
ExitApp

@ghost ghost changed the title Code not working changed but still not working Code not working so I changed it but still not working Feb 27, 2024
@ghost
Copy link
Author

ghost commented Feb 27, 2024

te_apple.zip
can anyonne corret the code this is apple keyboard can anyone correct the code using this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants