Untitled
unknown
plain_text
a year ago
1.4 kB
6
Indexable
:*?:``'a::á
:*?:``'e::é
:*?:``'i::í
:*?:``'o::ó
:*?:``'u::ú
:*?:``[a::â
:*?:``[e::ê
:*?:``[o::ô
:*?:``;a::ã
:*?:``;o::õ
:*?:``;n::ñ
:*?:``]a::à
:*?:``cc::ç
:*?:``'c::ç
:*?:``;c::ç
:*?:``ca::ça
:*?:``co::ço
:*?:``cu::çu
:*?:~ae::ãe
:*?:~ao::ão
:*?:~oe::õe
:*?:~ca::çã
:*?:~co::çõ
:*?:``c~a::çã
:*?:``c~o::çõ
:*?:``\'::´
:*?:``\,::•
:*?:``\-::—
:*?:``\.::·
:*?:``\/::÷
:*?:``\0::°
:*?:``\1::¹
:*?:``\2::²
:*?:``\3::³
:*?:``\4::¼
:*?:``\5::½
:*?:``\6::¾
:*?:``\7::
:*?:``\;::¢
:*?:``\=::±
:*?:``\[::“
:*?:``\]::”
:*?:``\?::¿
:*?:``\a::ª
:*?:``\b::ß
:*?:``\c::©
:*?:``\e::æ
:*?:``\n::¬
:*?:``\o::º
:*?:``\p::¶
:*?:``\r::®
:*?:``\s::§
:*?:``\t::™
:*?:``\u::µ
:*?:``\x::×
:*?:``\\a::😡
:*?:``\\b::😮
:*?:``\\d::👎
:*?:``\\e::🙄
:*?:``\\h::❤️
:*?:``\\l::😁
:*?:``\\p::🤦
:*?:``\\s::😞
:*?:``\\u::👍
:*?:``\\w::😉
:*?:``\\z::😴
:*?:``\\[::👆
:*?:``\\]::👇
:*?:``\\{::👈
:*?:``\\}::👉
#[::WheelUp
#]::WheelDown
$CapsLock::
if !GetKeyState("Control", "P")
{
Click down
}
return
$CapsLock Up::
if GetKeyState("Control", "P")
{
SetCapsLockState, % (GetKeyState("CapsLock", "T") ? "Off" : "On")
}
else
{
Click up
}
return
Editor is loading...
Leave a Comment