<single-random-letter>

SCRIPT {
    if _arg1 = "}" then
        Sendkeys _arg1
    else
        Sendkeys "{" + _arg1 + "}"
    end if
}