I recently updated from from CS to CS4, and when I did, I lost my ability to create plain italics with control+shift+i. Now when I hit this key combination, I get bold italics. Control+shift+b still creates bold, and all of the other combos still work as well.
Any ideas on how to fix this?
Control+Shift+I
Works OK here. Replace your preferences.
Control+Shift+I
Is this with all fonts or just one? Could be there's no italic installed.
Bob
Personally, I don't like using localized formatting. I replaced
Command(Control)+Shift+I with a script which applies my ''Italic''
character style...
Here it is if anyone wants (the whole one line of it)...
app.selection[0].applyCharacterStyle
(app.activeDocument.characterStyles.item('Italic'));
--
Harbs
http://www.in-tools.com
It's with all fonts. I'll try replacing preferences.
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment