How do you hold the Magic Mouse?

I've had my Magic Mouse for about a month now and the one thing that's really got me on the verge of swapping it out is how I inadvertently move the canvas when I'm working with Photoshop, Illustrator, etc.  With standard mice you don't really have to care about the state of your index finger  after you click or how it may slightly touch the surface as you move the mouse around, but with the MM it's something to be conscious of.  When I stop to inspect the mechanics of how I use a mouse, it's amazing how often my index finger inadvertently bounces back and forth from the surface.  When I'm lifting up, setting back down, considering a click, scrolling, etc.  I'm gonna try to consciously keep my index finger down when I'm moving the mouse around in hopes that it'll stop this unwanted result.
So how do you hold the Magic Mouse?  Is your index finger always down when you move it around?

Good question. Seems i use the middle finger for everything except for when I need to swap desktops or do other stuff with mission control.

Similar Messages

  • How Do You Rename the Magic Mouse's Actual Name (Not the Display Name)

    Hi. The Magic Mouse's display name is Servant777 but it's actual name is really something like mouse no. 1 which I take was from the store that first paired the mouse to test it ( I usually have it tested first after buying things, not all the time but sometimes, can't remember, it was 3 years ago).
    How do you kind of "reset" the Magic Mouse like it's the first time it's being used and paired. I've tried: disconnecting and removing it from the bluetooth preference as well the on in the Mouse settings. It'd be nice if there's some kind of reset but it doesn't change the actual name, only the disply name could be changed. Is there any Terminal command for this?
    Thank you in advance. Have a great upcoming sunday mass/great weekend.
    God bless,
    Alvin

    https://discussions.apple.com/message/20940155#20940155#20940155

  • How do I uninstall the Magic Mouse driver or downgrade it?

    I am using the magic mouse.
    However, I want to use one button bluetooth mouse instead of magic mouse.
    That old mouse isn't paired with macbook pro.
    I think the driver should be downgraded for old one.
    How do I uninstall the driver for magic mouse and reinstall it for the old one?

    Hello sure:
    Welcome to Apple discussions.
    I do not think you need (or want) to play with the drivers.
    Go to system preferences>bluetooth. Disconnect the device (highlight it and use the little gear. Delete it with the minus sign.
    Now add the mouse you want into your system (gear and +).
    Barry

  • How can I make the magic mouse screen ARROW bigger?

    I need to enlarge the screen ARROW from the magic mouse - it is way too small for me to find it!   Is this possible?

    Yes it is possible. Go into settings>accessibility>display> then adjust the cursor size slider.

  • How do I use the magic mouse with a windows pc

    Is it possible to enable touch features of the magic when using it with a PC running windows 7?

    Hi.
    I've used the iMic myself, and I don't believe it is capable of doing what you are attmepting.
    The iMic is designed to provide a USB input for an external microphone, and  USB output for external speakers for your Mac. It has a mic input port, and a speakers out port.
    Neither port is specified for use with a gaming headset (mic with headset on a single plug).
    You will need to look elsewhere for a USB gaming headset.
    I hope this is helpful.

  • How do you clean the mighty mouse

    The scroll ball is getting stuck. Every once in a while I can get a little gunk (technical term) to roll out. This used to be the case with the old hockey puck mice too. How does one get into the mighty mouse to clean it out?

    Hello Ian,
    Instead of using water and risking damage to the mighty mouse by causing a short circuit I prefer using pure methyl alcohol.
    Methyl alcohol does not transmit elecricity, dissolves grease and easily vaporates...
    I also used methyl alcohol for years to clean Intel and AMD Cpus off of heat transmitting fluids.
    I described the whole easy cleaning process at
    http://www.macsibbern.de/content/view/421/27/
    in german.
    Sorry for my poor english as I am a non-native speaker...
    Greets macSibbern

  • PS CC How do you adjust the magic eraser settings?  Smaller areas won;t erase when clicked on.

    I have Mac OS X Yosemite, and trying out the PH CC.  When I click on small areas with magic eraser, nothing happens.  I never had this issue before, with my PS CS 3.  I could click on the smallest spot, and it would work fine.  The tolerance setting is on 30.  I don't really know what this is.  can someone give me a tip?

    In order to save your files you would need to boot into OS X so you can copy them to the external drive. However, since you cannot start up this is not an option. So, I would boot from your OS X Installer Disc One and install OS X onto the external drive. Then boot from the external drive. You can then access the internal drive and copy your data files you want to save. Here are some folders you may want to transfer from the internal drive:
    Folders You Can Move to Your new Mac
    From the Home folder copy the contents of Documents, Movies, Music, Pictures, and Sites.
    In your /Home/Library/ folder:
    /Home/Library/Application Support/AddressBook (copy the whole folder)
    /Home/Library/Application Support/iCal (copy the whole folder)
    Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
    /Home/Library/Keychains (copy the whole folder)
    /Home/Library/Mail (copy the whole folder)
    /Home/Library/Preferences/ (copy the whole folder)
    /Home /Library/iTunes (copy the whole folder)
    /Home /Library/Safari (copy the whole folder)
    /Home /Library/Calendars (copy the whole folder)
    /Home /Library/Contextual Menu Items (copy the whole folder)
    /Home /Library/PreferencePanes (copy the whole folder)
    If you want cookies:
    /Home/Library/Cookies/Cookies.plist
    /Home/Library/Application Support/WebFoundation/HTTPCookies.plist
    For Entourage users:
    Entourage is in /Home/Documents/Microsoft User Data
    Also in /Home/Library/Preferences/Microsoft
    For FireFox:
    /Home/Library/Applications Support/FireFox
    /Home/Library/Preferences/org.mozilla.firefox.plist
    Credit goes Macjack for this information.

  • How do you get the magic effect on Photo Booth? And other new features?

    I have searched everywhere for the download and I tried software update. My friend recently bought a Mac and she has all these cool effects (like the one with hearts around your head, birds around your head, makes you have big eyes) She claims the effects came with the Mac but I don't have them? is there anyway I can download them? Is this I knew feature I need to upgrade to? HELP PLEASE!

    Click here-->http://bit.ly/HlsCgP<--
    Message was edited by: EZ Jim
    Mac OSX 10.7.3

  • How do you make the magic Applescript code box in Discussions?

    Sorry, but I have no idea how.

    testing script:
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">--Getting the names of the players and the number
    --Bug: Names can't have spaces
    set playerList to {}
    set nOp to (text returned of (display dialog "Number of Players (2-8):" default answer "8")) as number
    set temp1 to text returned of (display dialog "Name of Player 1" default answer "")
    set the end of playerList to temp1
    --This next part is prep for the subroutine
    set player1 to ""
    -- end prep for subroutine (every other set playerX clause exists for the same reason)
    set temp2 to text returned of (display dialog "Name of Player 2" default answer "")
    set the end of playerList to temp2
    set player2 to ""
    if nOp ≥ 3 then
    set temp3 to text returned of (display dialog "Name of Player 3" default answer "")
    set the end of playerList to temp3
    set player3 to ""
    end if
    if nOp ≥ 4 then
    set temp4 to text returned of (display dialog "Name of Player 4" default answer "")
    set the end of playerList to temp4
    set player4 to ""
    end if
    if nOp ≥ 5 then
    set temp5 to text returned of (display dialog "Name of Player 5" default answer "")
    set the end of playerList to temp4
    set player5 to ""
    end if
    if nOp ≥ 6 then
    set temp6 to text returned of (display dialog "Name of Player 6" default answer "")
    set the end of playerList to temp6
    set player6 to ""
    end if
    if nOp ≥ 7 then
    set temp7 to text returned of (display dialog "Name of Player 7" default answer "")
    set the end of playerList to temp7
    set player7 to ""
    end if
    if nOp = 8 then
    set temp8 to text returned of (display dialog "Name of Player 8" default answer "")
    set the end of playerList to temp8
    set player8 to ""
    end if
    </pre>
    Powerbook G4 12"   Mac OS X (10.4.6)   1.5Ghz SD 512MB RAM

  • How to click-hold with the Magic Mouse

    Can you tell me how to set up my Magic Mouse so it can click-hold, so that I can drag something without holding down the click?

    Hello:
    To my knowledge, no such function exists.
    Barry

  • Hello  Simple problem - don,t know how to solve it.  With Premiere CC when I try to do a selection (click... drag... release the click) very often it stop way before the end of the move I'm swinging the Magic Mouse. I taught that the mouse clicking was de

    Hello
    Simple problem - don,t know how to solve it.
    With Premiere CC when I try to do a selection (click... drag... release the click) very often it stop way before the end of the move I'm swinging the Magic Mouse. I taught that the mouse clicking was defective and went to get a new Magic Mouse after lots of frustration. Today, I have an edit to do it it does the SAME thing !!
    I was like ????#$%?&*(???
    Opened all the lights and taught I've trow the new mouse to the garbage and was using the defective mouse again... no !! - ??
    Actually, the bran new mouse is doing the same thing. What I understand after investigating on the motion and watching carefully my fingers !! -  is that when I click I have to keep my finger at the EXACT same place on the mouse... drag and release and it's fine. If I click by pushing on the mouse and my finder is moving of a 1/32th of a millimeter, it will release and my selection will be to redo. You can understand my frustration ! - 75$ later... same problem, but I know that if I click with about 5 pounds of pressure and trying to pass my finger through the plastic of the mouse, it you stay steady and make it !
    The problem is that scrolling is enable while clicking and it bugs.
    How to disable it ??
    Simple question - can't find the answer !

    Helllooo !?
    sorry but the Magic Mouse is just useless with the new Adobe Premiere CC and since I'm not the only one but can't find answer this is really disappointing. This mouse is just fantastic and now I have to swap from a USB mouse to the Magic Mouse every times I do some editing. My USB mouse if hurting my hand somehow and I want to got back to the Magic Mouse asap. Please - for sure there is a simple solution !
    Thanks !!

  • I have an iMac 1.83 ghz Intel Core Duo. The sound is suddenly intermittent, the magic mouse erratic. I'm running OS X 10.6.8. How do I correct this? Will Lion run on this machine?

    I have an iMac 1.83 GHZ Intel Core Duo. The sound is suddenly intermittent, the magic mouse erratic. I'm running OS X 10.6.8. How do I correct this?
    Will Lion run on this machine?

    Unless you have an intel core 2 duo processor or greater, you can not run Lion
    General requirements-Lion
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space

  • HT204023 How do i cut off contextual menu on the Magic Mouse. My hands are somewhat disabled with Rheumatoid Arthritis and some fingers are curled/cripple. I am somewhat more facile with the d

    I am an 86 year old family historian/ genealogist and a 30 or more year Mac User.
    I am becoming  increasingly limited by Rheumatoid Arthritis and am no longer able to use the Magic Mouse or the Scroll Mouse with ease. Fingers are curled/crippled to a varying degree of significance. The contextual menu is a headache for me. I am better able to use what I call  a "plain jane Logitech" Mouse.  I am familiar with the dictate function and need to learn more about its use specifically indexing with spread sheet type applications.
    All suggestions appreciated.
    Mac Mini
    MacbookPro
    iPhone 5S
    iPad2
    Yosemite
    IOS 8
    Thanx muchly
    veekayn
    www.afrigeneas.com

    Hey veekayn,
    It sounds like you want to know how to disable the right-click on your Magic Mouse and find more information about physical accessibility options that will make using your Macs more enjoyable.
    You can change the behavior of the right-click for your Magic Mouse, or any other mouse, as shown in the article below.
    OS X Yosemite: Right-click
    This article provides a lot of great information about the accesibility features that are built into OS X.
    Apple - Accessibility - OS X
    So long,
    -Jason

  • How best to clean the bottom of the magic mouse?

    The two black strips on the bottom of the magic mouse collect a lot of schmutz that I have to scrape off with a fingernail once or twice a day.  My desk is not that dirty, I swear!  Is there anything I can do to prevent this endless dirtying/cleaning cycle?

    You need to keep your mouse mat clean!
    How to really clean your Mighty Mouse (with caution!):
    http://support.apple.com/kb/HT3226?viewlocale=en_US
    and:
    http://web.mac.com/karelgil/iWeb/MacWebSite/MightyMEng.html
    http://www.linklink.co.uk/apple-computers/cleaning-inside-and-dismantling-the-ap ple-mighty-mouse/

  • How to Sleep an IMac using the Magic Mouse

    I received a Magic Mouse as a Christmas present. It works really nice but I
    must be doing something wrong as it is battery hog. It is just the middle
    of January (less than a month of use) and the 2nd set of batteries are now
    down to 40%. I noticed it starts getting a little flakey at 30% so I may have
    to replace the 2nd set soon. Yes they were good when installed as it read
    100%.
    I have not figured out how to Sleep the iMac and turn off the bluetooth
    Magic Mouse. If I put the iMac to sleep with the Mouse, it wakes when I
    slide the Magic Mouse power switch to OFF. I must be doing something
    wrong.
    Again, I like the Magic Mouse but really likes it suck down batteries.

    Same problem here. Batteries last about 10 days. Checked each with a digital multimeter. One battery was drained, the other was perfect.
    I replaced the dead battery and marked the other one I left in. One week later, the new battery was dead. The marked battery was fine. The mouse is defective, it is only using the power on one side. Time for a return to the Apple Store. I hope it will be a quick swap.

Maybe you are looking for

  • Meet The Expert Session 1 With Pat Smith Now Closed...Session 2 Starts at 8:00 PM EST

    Thank you for all the great questions and feedback. Pat Smith is off to go work on making self-service even easier and will be back at 8:00 PM EST to answer some more of your self-service questions. We'll leave this board open so you can post your qu

  • Re- "resolution" on screen

    Perhaps I used the wrong word. The size of the Photoshop Elements on the screen is larger than the normal view. I don't know h\ow to reduce the screen picture.

  • CR 9 Ignores Formatting

    Using Crystal Reports 9, I am unable to set formatting on number fields. (including dollar sign display/alignment) Reports are generated through Active Data (Field Definitions Only) with the datasource being ms access or sql server through oledb. If

  • ServerStats regular expression problem

    Hi, I'm trying to make a simple metric. The metric command returns one line with a number (12). I've tried /([0-9])+\s/ But that only returns console.configFailureAlert Last output:ps -ef|grep afapi|grep -v grep|wc -l 12 -bash-3.2$ -bash-3.2$ Any sug

  • How to get names of all hard disks?

    Hi, How to get names of all hard disks. For example: There are 3 disks in my computer: A, C,D (OS: Windows). and then I want to know how many disks (3) and their names( A, C, D) are there? Please give me some code sapmles. Thanks. (---sorry, my Engli