[OS X TeX] Cmd < and Cmd >

Herbert Schulz herbs at wideopenwest.com
Fri Jun 24 07:01:06 EDT 2005


On Jun 24, 2005, at 3:57 AM, Jan Hegewald wrote:

>
> I can´t get this to work here. All I want to do is remove cmd-<  
> from TeXShop´s keyboard shortcuts. I added
>
>     <key>4</key>
>     <dict>
>         <key>4</key>
>         <array>
>             <string></string>
>             <false/>
>             <false/>
>         </array>
>     </dict>
>
> to ~/Library/TeXShop/Menus/KeyEquivalents.plist inside an  
> uncommented toplevel <dict></dict> statement. Nothing changes if I  
> restart TeXShop. What to do?
>
> TIA,
>
>

Howdy,

I think you've eliminated too much. Try:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http:// 
www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
     <key>4</key>
     <dict>
         <key>4</key>
         <array>
             <string></string>
             <false/>
             <false/>
        </array>
     </dict>
</dict>
</plist>

and see if that works.

Good Luck,

Herb Schulz
(herbs at wideopenwest.com)


--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>





More information about the MacOSX-TeX mailing list