Page 1 of 1

Special Characters TCL file

Posted: Sat Jul 27, 2013 5:23 am
by geoffreykidd
I'm trying to create a clip library which will let me quickly enter some special characters I use frequently so I don't have to set the numlock key on and hit alt+0147 or some other combo. However, I keep getting error messages.

Here's what I've got so far, and it blows up on line 8, according to TextPad.

!TCL=8000, Special Characters for Fast Entry
!TITLE=Special Chars
!SORT=N

!TEXT=LeftSingleQuote
‘
!TEXT=RightSingleQuote
’
!TEXT=LeftDoubleQuote
“
!TEXT=RightDoublequote
�
!TEXT=Emdash
—
!TEXT=TextEmdash
[emdash]
!TEXT=TextSpace
[space]
!Text=TextNewline
[newline]
!TEXT=TextPage
[page]
!


Any help appreciated. Thank you.

Posted: Wed Jul 31, 2013 4:50 pm
by kengrubb
Try this:

!TCL=8000, Special Characters for Fast Entry
!TITLE=Special Chars
!SORT=N

!TEXT=LeftSingleQuote
‘
!
!TEXT=RightSingleQuote
’
!
!TEXT=LeftDoubleQuote
“
!
!TEXT=RightDoublequote
�
!
!TEXT=Emdash
—
!
!TEXT=TextEmdash
[emdash]
!
!TEXT=TextSpace
[space]
!
!Text=TextNewline
[newline]
!
!TEXT=TextPage
[page]
!

Posted: Wed Jul 31, 2013 5:58 pm
by geoffreykidd
Thank you. Once I got specialchars.tcl saved in ANSI coding, it worked like a charm. I also noticed the differences between how you did it and how I did it. I'll be using that information in future changes and new clips.