Make mouse pointer visible

Is it possible to make the mouse pointer visible during a Keynote presentation? Sometimes I like to use to point to something or use tools like Scriboard to make annotations. I figured out that using Dashboard makes the mouse pointer visible but is there a better way?
Mac Mini   Mac OS X (10.4.6)  

In Keynote Preferences, in Slideshow, choose "Show pointer when mouse moves".

Similar Messages

  • How can I make the points visible in Graph

    HI,
    I have a graph which plots certain points. I want the graph to also make the points visible - not just the lines between the points.
    How can I do that
    Thanks

    Right mouse on the graph and select common plots. Under there you can select how you want to display your information. After selecting the display with points, you can go further down the list to Point Style to choose circles,squares etc....

  • Black screen after waking from sleep, but mouse pointer visible

    I'm not sure if this is the same as the many other posts on problems connecting the Mac Mini to an external monitor. In my case, after it wakes, there is no login menu - but the mouse pointer is visible and I can move it around the screen no problem.
    At present, I have to power the Mac Mini down and back up again, which is unacceptable.
    What's causing this and how can I fix it?

    Yes, I have this problem too. I reported to Apple about 3 or 4 weeks ago. They said no one else ever reported it and said they would escalate it but they have never got back too me. It is a pain because my mini is a media center pc and hard to get to when this happens.
    For now the work around I use is to unplug the mini dvi connecter and plug it back in; this fixes the issue until the next time it happens.
    +My mini (2009 version) is connected using the mini-dvi connector to a Denon receiver (with a DVI->hdmi connector) which is then connected to a sony 1080p TV. This replaced an older mini (intel duo) which did not have this problem using the same setup.+
    Message was edited by: rsonnens

  • How make mouse pointer active on any page

    When my mouse pointer is on a page, I have to click on the page to get my mouse to scroll. Is there a way to have the pointer automatically activate the page by just being on the page?

    The images in these screenshots are in grid, the album grid or the photo grid.
    or the photo grid.
    These images can't be hyperlinked in iWeb.

  • Change the mouse pointer to an Hour glass

    hello,
    Could any one of you let me know how to make mouse pointer to an hour glass in swing application.
    Thanking you in advance..
    Ram

    Check out how I do this in my Draggable classs
    you are welcome to use and modify this class, but please don't change the package or take credit for it as your own work
    package tjacobs.ui;
    import java.awt.Component;
    import java.awt.Cursor;
    import java.awt.Dimension;
    import java.awt.Point;
    import java.awt.Window;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseMotionListener;
    * tjacobs.ui.Draggable<p>
    * Makes a component draggable. Does not work if there's a layout manager
    * messing with things<p>
    * <code>
    *  usage:
    *                 Component c = ...
    *                 new Draggable(c);
    *                 parent.add(c);
    *  </code>
    public class Draggable extends MouseAdapter implements MouseMotionListener {
        Point mLastPoint;
        Component mDraggable;
        public Draggable(Component w) {
            w.addMouseMotionListener(this);
            w.addMouseListener(this);
            mDraggable = w;
         public Draggable(Window w, Component drag) {
              drag.addMouseMotionListener(this);
            drag.addMouseListener(this);
              mDraggable = w;
        public void mousePressed(MouseEvent me) {
              if (mDraggable.getCursor().equals(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR))) {
                   mLastPoint = me.getPoint();
              else {
                   mLastPoint = null;
         private void setCursorType(Point p) {
              Point loc = mDraggable.getLocation();
              Dimension size = mDraggable.getSize();
              if ((p.y + WindowUtilities.RESIZE_MARGIN_SIZE < loc.y + size.height) && (p.x + WindowUtilities.RESIZE_MARGIN_SIZE < p.x + size.width)) {
                   mDraggable.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
        public void mouseReleased(MouseEvent me) {
            mLastPoint = null;
        public void mouseMoved(MouseEvent me) {
              setCursorType(me.getPoint());
        public void mouseDragged(MouseEvent me) {
            int x, y;
            if (mLastPoint != null) {
                x = mDraggable.getX() + (me.getX() - (int)mLastPoint.getX());
                y = mDraggable.getY() + (me.getY() - (int)mLastPoint.getY());
                mDraggable.setLocation(x, y);
    }

  • Mouse pointer disappears and makes strange movements

    First: I'm afraid my English is not good enough (I speak Spanish).
    So,
    Sometimes the mouse pointer disappears but it's still able to click. It reappears when I do right click. Also, sometimes the pointer have a strange behavior, like crazy movements very fast. I just wait 10 second and it work fine again. I don't know if anyone here have this problems too.

    You won't believe this but just cleaning a mouse can improve performance... read the following:
    How to Clean a Mechanical Mouse
    This article explains when and how you should clean a mechanical mouse. It does not apply to the the Apple Pro Mouse.
    You should clean a mouse if it is does not track smoothly, or if it jumps or skips. A mouse contains a small ball that must roll smoothly for the mouse to work properly. You should keep this ball free of dirt and oil by using the mouse on a clean, lint-free surface, and cleaning it occasionally.
    Use the following procedure to clean a mouse:
    1. Turn off your computer.
    2. Turn the mouse upside down and rotate the plastic ring on the bottom counterclockwise to release it.
    3. Turn the mouse right side up with one hand and catch the ring and ball with your other hand.
    4. Clean the three small rollers inside the mouse with a cotton swab moistened with water. Rotate the rollers to clean all around them. If there is a build-up of material on the rollers that the cotton swab does not remove, you can use your fingernail to gently remove the material.
    5. Wash the mouse ball in soapy, warm water with a mild soap such as a dishwashing liquid if oil from your hands has collected on it. Be sure to dry the mouse ball thoroughly.
    6. Gently blow into the mouse case to remove any accumulated dust.
    7. Put the mouse ball back in the mouse case and replace the retaining ring.
    If cleaning the mouse as described does not correct your issue, the mouse may need to be replaced. Have an Apple Authorized Service Provider check it for excessive wear or other failure.
    If that doesn't do the trick, if this is a mouse that required 3rd party drivers, you might try reinstalling the drivers. Also, try going back to default Mouse preferences on all Users, see if makes a difference.
    Carolyn

  • The latest flash plugin 10.3.181.34 makes my mouse pointer disappear when pointer not moving (Windows Vista) - any thoughts?

    When I start firefox 6.0 beta, the mouse pointer disappears once firefox has initialized itself. If I move the mouse pointer, it reappears, then disappears again when it is at rest.
    If I disable the flash plugin, the mouse pointer behaves normally, i.e. it is always visible.

    Firefox 5.0 does the same thing as stated above.

  • The mouse pointer has disappeared; how do I make it reappear?

    The mouse pointer doesn't show, so I have to do everything by tapping on the screen.

    Note that you have switched on caret browsing.
    *http://kb.mozillazine.org/accessibility.browsewithcaret
    You can toggle caret browsing on/off by pressing F7 (Mac: fn + F7).
    *Tools > Options > Advanced > General > Accessibility: [ ] "Always use the cursor keys to navigate within pages"
    *http://kb.mozillazine.org/Scrolling_with_arrow_keys_no_longer_works
    *http://kb.mozillazine.org/Accessibility_features_of_Firefox
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How do I make the mouse pointer bigger?

    How do you go about making the mouse pointer bigger on the IMAC?

    I think it is much easier for learners, but can I suggest these forums are excellent for general help.   However, do find a moment to fill in your machine details in your profile; model identifier, current OS version and RAM figure.   It's a great help to those helping you to know what machine they are needing to think about. 

  • MY MAC PRO MOUSE POINTER JUMPS FREELY AROUND THE SCREEN AND MAKES IT IMPOSSIBLE TO NAVIGATE PROGRAMS... ANY IDEAS

    My mac Pro mouse pointer jumps freely around the screen, making it dificult to navigate... it also moves the screen around without touching anything... any ideas whats wrong?

    Check this forum link for some good suggestions:
    https://discussions.apple.com/thread/4650109?tstart=0
    Post if you have any questions!

  • Mouse pointer invisible - intel 945GM

    Hey people, thought I would document this in case others have problems.  I have partially solved the issue, but if someone knows a better solution please contribute.  I think this is specific to the intel xorg driver but not totally sure.
    I rebooted my eeepc (Intel 945GM, using stock driver) today and when I got into X there was no mouse pointer.  I quickly found that the mouse is in fact there, you can right-click and get a menu etc, its just there is no pointer so your flying blind.
    A bit of Googling suggested it was something to do with using xrandr to enable/disable outputs, which is what I do.  At home the eeepc sits on the desk connected to my external monitor.  In my .xinitrc I have it set up so it detects when its connected to the monitor and automatically enables it (VGA) and disables the laptop screen (LVDS).
    So to try and get the mouse back I re-enabled the LVDS
    xrandr --output LVDS --auto
    The eeepc screen comes back on (in clone mode) and sure enough the mouse pointer is visible on that screen, but not on the external VGA.  After a bit of tooling around I found that if you enable both screens in extended desktop mode, the pointer is then visible on both.
    xrandr --output LVDS --right-of VGA --auto
    Once the pointer is working on both screens you can then turn off the LVDS again, and the pointer remains working on the external, everything back to normal.
    xrandr --output LVDS --off
    PART 2 - This is actually a question if anyone can help me
    In order to use dual monitors like an extended desktop, you will find that you need to set the virtual desktop size in your xorg.conf display section.  Something like:
    virtual 2304 1024
    BUT...since we now bask in the glory that is hot-plugging and hal wizardry, I don't have an xorg.conf.  Does anyone know how to set the virtual framebuffer size using xrandr, without having to use an xorg.conf?
    And while I think about it, why do we even need to set a virtual size manually really, xorg knows the dimensions of connected displays, you would think it could set a default virtual framebuffer to the width of the connected outputs, would make it much easier. /rant
    Anyway, any more info on the subject much appreciated.
    Last edited by Wittfella (2009-10-22 14:36:09)

    The cursor issue sounds like an upstream bug - you should report it to https://bugs.freedesktop.org.
    Wittfella wrote:Does anyone know how to set the virtual framebuffer size using xrandr, without having to use an xorg.conf?
    Can't be done.  The virtual fb size tells your graphics driver how big a framebuffer to allocate at X start time.  It can't be changed later.  Which is too bad, and a major limitation of randr.  I think it does set the virtual fb size correctly when it starts, but that size will be wrong when you add another monitor for example.

  • Mac mini server mid 2011 lion mouse pointer disappears after sleep

    Hi,
    I bought a mid 2011 mac mini server (quad core) running OSX Lion (10.7.2), and I use it with the magic trackpad. Sometimes (not every time) when I wake the computer from sleep (I let it sleep via the menu at night), the mouse pointer is not visible. I can use the trackpad, and move the mouse and click, only I cannot see where I click because the mouse pointer is not visible.
    The batteries in the trackpad are OK.
    When I plug in a USB mouse, I can move and click that too, but the mouse pointer is still invivible.
    So it seems to be OSX related
    The only thing that seems to help is to restart the system. After reboot the mouse is back as normal. Still this is very annoying as it makes sleep quite useless.
    Anyone else suffering from this? Any solutions? Thanks.
    Thanks,
    Gino

    I also have this issue intermittantly but fairly often.
    But sometimes the cursor comes back but the screen stays black except where the cursor has moved across, revealing the screen, a bit like using the spraycan tool in MacPaint years ago.
    And to top it off I have a problem with sleep making all the open apps try to quit, but one is always unable to, and it seems to lock everthing up until I wake up the mac, and then all the apps that were open do resume, but in the meantime any TV programs that should have recorded (by waking up mac to record) using my Elgato EyeTV have been missed ...

  • When a link is rolled over by the mouse pointer a very annoying pop up with the link address shows up. There seems to be no way to prevent this from happening. How can this pop up be made to go away?

    no matter what website, every time I move the mouse pointer over something to click on a line of black printing in a thin white box pops up at the bottom of the screen and shows me the http address of the item I'm about to click on. I want to shut this function off or remove it if possible. I find that the previous version did not do this, it seems to be unique to 6.0. It's VERY distracting and ANNOYING. How can I make it go away????

    When you hover the mouse cursor over any link, it will display the link details at the bottom left of the screen; black font on white background.
    This display can be very important as it shows the full address of the hyperlink. This can be particulary useful for checking on whether the link is bona-fida. For example; if you receive an email that looks like it is from a bank , hovering over the link will indicate instantly that the link is pretending to be something it isn't.
    Another example that can be useful; a website link may say 'contact me' rather than give the actual email address. However, when you hover over the link, the actual email address will be displayed at the bottom of the screen. If you click on the link then Outlook usually opens, however I do not use Outlook, so displaying the email address is useful.
    This display is something that has always been present and it is also displayed if you use IE.
    However, I can see that this annoys you, so you could try the following:
    [[https://addons.mozilla.org/en-US/firefox/addon/link-location-bar/?src=api]]
    After installing the addon, you will need to restart Firefox, then go to History and Restore previous session to get all your tabs and webpages back.
    You will now find that when you hover over any link, it will now display in your address bar on the right hand side.
    If this helps, please say this question has been solved.

  • How do I fix my left shift key? Any open windows leave and make the desktop visible.

    How do I fix my left shift key? Any open windows leave and make the desktop visible. I have tired to go into system preferences and reset all of the keyboard settings to default but the issue hasn't gone away.

    You are not running as administrator, I think, which may be required and the only way to properly work and register. Also check for compatibility mode settings, UAC and DEP, all of which may require to be adjusted for a legacy app like PS CS2 to run properly. Also turn off Aero and switch to a conventional visual theme. The brush issue may be related to that or is a more generic problem with your graphics card and mouse config, but since you didn't provide any info on that, it will be hard for anyone to advise.
    Mylenium

  • Is there a way to keep the mouse pointer in my window

    I would like to change the cursor so that it can not go outside my application window until they exit the program. Is this possible?

    Just because you disagree with its usage does not make
    it an invalid question. Suppose you had an
    application dedicated to real-time monitoring of a
    high-pressure system. In our hypothetical example,
    accessing other parts of the system without first
    properly "dismissing" the application could be
    potentially hazardous - people could get hurt. In
    this case, would it not make sense to make the
    application "system-modal"? Furthermore, it would be
    a convenience to the operator if the mouse pointer
    were trapped in this critical application.
    How would one go about trapping the mouse cursor
    inside this application?Yes, it would make sense to make this application system-modal. And it would also make sense to not allow any other applications to run on the monitoring system. For such an application, then, it would occupy the entire screen and there would be no way to swap away from it to any other application. Which is what several people suggested for this rather non-critical application, I believe.
    But in the ordinary case, where you are running on a system that does allow multiple applications to run, trapping the mouse cursor in a single application is bad manners and an alternate solution should be sought.

Maybe you are looking for

  • Why can't I use my apple id in imessage? Network connection error message always comes up!

    I have iphone5 currently on the latest iOS 6.1.2. I am connected to wifi which is perfectly working. My iMessage is perfectly working using my mobile number but can't add my apple ID. When i try to add my apple ID to use for imessage, an error messag

  • How to put smartform in mail body

    Hi colleagues, I would like to send a mail with content build from a SMARTFORM.  I call the smartform function module and get the corresponding OTF file,  but I did not succeed to put it in a readable way in the mail body. How ot get the smartform as

  • HUD disappeared (Ap 2)

    Any ideas why the HUD doesn't appear even when the menu implies it is visible (i.e. it shows "Hide inspector HUD")? The other HUDs work fine. Thanks

  • Renaming Copied Files

    Is is normal for me not to be able to rename copies files (documents) ? Would appreciate a word of wisdom from someone.

  • OS 10.4.4 startup CD

    Is it possible to create a startup CD for OS 10.4.4? If so, how? iBook G4   Mac OS X (10.4.4)