| Feature: Change Pen Color
During Slide Shows
Shortcut Category:
Shortcuts for PowerPoint,
Shortcut Command: Next Pen Color Default Shortcut
Keys: <None>
Description:
PowerPoint offers a list of pen colors to
select from on the menu during slide show. There is no keyboard shortcut
to it. Shortcuts for PowerPoint allows you to define a shortcut that would
iterate over the list of pen colors.
For calling from macros:
Sub PPShortcuts_NextPenColor()
Application.Run "PPShortcuts.ppa!NextPenColor"
End Sub
|