| Feature: Print the
current slide
Default Shortcut
Keys: Ctrl+Alt+P
Description:
This key combination allows one to print
the current slide during the show as well as during presentation
development.
For calling from macros:
Sub PPShortcuts_PrintCurrentSlide()
Application.Run "PPShortcuts.ppa!PrintCurrentSlide"
End Sub
|