| Feature: Toggle Show/Hide
Pen During Slide Shows
Shortcut Category:
Shortcuts for PowerPoint,
Shortcut Command: Toggle Show/Hide Pen Default Shortcut
Keys: <None>
Description:
Shows the pen if it is not already shown.
Hides it if pen is seen during slide show..
For calling from macros:
Sub PPShortcuts_ToggleShowHidePen()
Application.Run "PPShortcuts.ppa!ToggleShowHidePen"
End Sub
|