| Feature: Show Mouse
Shortcut Category:
Shortcuts for PowerPoint,
Shortcut Command: Show Mouse Default Shortcut
Keys: <None>
Description:
PowerPoint hides the mouse during slide
shows. This feature shows the mouse. Note that PowerPoint will hide the
mouse again after a few moments of inactivity. If you want the mouse to be
displayed permanently during slide show, download ShowMouse utility. More
information about ShowMouse utility is found here.
For calling from macros:
Sub PPShortcuts_ShowMouse()
Application.Run "PPShortcuts.ppa!ShowMouse"
End Sub
|