Updated 'Show Character Palette' Script (used after enabling the
'extra scripts' plugin)
Working with Mac OS 10.5
Copy the following code between the two starred-*** lines into Script
Editor
Note: Google Groups seems to have problems with line breaks. Mac sure
the line beginning ' set proc_ to "/System/Li..... ' up to ' /
CharPaletteServer" ' is all on ONE line in the Script Editor
****************************
set app_ to "CharPaletteServer"
set proc_ to "/System/Library/Components/CharacterPalette.component/
Contents/SharedSupport/CharPaletteServer.app/Contents/MacOS/
CharPaletteServer"
try
do shell script "ps -axwww | grep" & space & proc_ & space & "| grep -
v grep"
tell application app_ to quit
on error
do shell script proc_ & space & "> /dev/null 2>&1 &"
end try
******************************
Save the file in ~/Library/Application
Support/Quicksilver/Plugins/Extra Scripts.qsplugin/Contents/Resources/
ExtraScripts/Miscellaneous/
- replacing the old one.
Script taken from http://www.macosxhints.com/article.php?story=20080326102502259
if copying the above script doesn't work, try taking it from the link
above.