Zoom using the mouse wheel?

I just upgraded from PSE 5 to 9.  One of the very practical functions in PSE 5 was the use of the mouse wheel to zoom in or on a photo that you work in the editing workspace.  Now it seems I have to use brackets or the clumsy zoom tool.


Is there a way I can activate/change something so I can zoom with the mouse wheel?  Thank you.

In addition, the type on drop-down menus is harder to read than in PSE 5 because the type is small and he is revered in black.  I'll explore the PSE 8 workspace.  Maybe I upgraded from too far.

Open a photo in "Full Photo editing" mode.

Select Edition > Preferenes > General.  Check the box that says 'Zoom with scroll wheel. "

Bob

Tags: Photoshop

Similar Questions

  • How to scroll by using the mouse wheel on a parent scroll pane

    Hi guys,.
    Imagine a table. In each cell of the table represents a component of a get. All aspects of ahmed are configured so that the scroll bar is visible only when it is necessary.
    Then, ALL cells contain scroll shutters, but only a few of them actually show a scroll bar.
    The entire table (which is very large) is also in a global scroll pane and is drop-down.

    My problem:
    I want to use the mouse wheel to scroll on the entire table. Because the table contains all its cells do scroll panes, the inner scrollpanes takes very quickly focus and global scrolling stops immediately.
    How can I force the weel mouse seize ONLY on the overall scroll pane? So basically not to transfer events to its internal components?

    I tried to disable the mouse wheel on all aspects of internal scroll:
    xxx.setWheelScrollingEnabled(false);
    ... but it doesn't.
    Any idea?

    So basically not to transfer events to its internal components?

    You must manually transfer the events to the external component to scroll.

    Using the concepts presented in [url http://tips4java.wordpress.com/2009/08/30/global-event-listeners/] Global event listeners, you can do something like:

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    
    public class ScrollSSCCE extends JPanel
    {
         public ScrollSSCCE()
         {
              setLayout( new BorderLayout() );
    
              Box tables = Box.createVerticalBox();
              final JScrollPane scrollPane = new JScrollPane( tables );
              add( scrollPane );
    
              for (int i = 0; i < 5; i++)
              {
                   JTable table = new JTable(20, 4);
                   JScrollPane sp = new JScrollPane( table );
                   sp.setPreferredSize( new Dimension(300, 200) );
                   sp.setWheelScrollingEnabled( false );
                   tables.add( sp );
              }
    
              long eventMask = AWTEvent.MOUSE_WHEEL_EVENT_MASK;
    
              Toolkit.getDefaultToolkit().addAWTEventListener( new AWTEventListener()
              {
                  public void eventDispatched(AWTEvent e)
                  {
                       Component source = (Component)e.getSource();
    
                      if (source != scrollPane
                        &&  SwingUtilities.isDescendingFrom(source, scrollPane) )
                      {
                           MouseWheelEvent mwe = (MouseWheelEvent)e;
    
                        MouseWheelEvent event = new MouseWheelEvent(
                                  scrollPane,
                                  mwe.getID(),
                                  mwe.getWhen(),
                                  mwe.getModifiers(),
                                  mwe.getX(),
                                  mwe.getY(),
                                  mwe.getXOnScreen(),
                                  mwe.getYOnScreen(),
                                  mwe.getClickCount(),
                                  mwe.isPopupTrigger(),
                                  mwe.getScrollType(),
                                  mwe.getScrollAmount(),
                                  mwe.getWheelRotation());
    
                             scrollPane.dispatchEvent( event );
                      }
                  }
              }, eventMask);
    
         }
    
         private static void createAndShowUI()
         {
              JFrame frame = new JFrame("ScrollSSCCE");
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.add( new ScrollSSCCE() );
              frame.setSize(330, 600);
              frame.setLocationRelativeTo( null );
              frame.setVisible( true );
         }
    
         public static void main(String[] args)
         {
              EventQueue.invokeLater(new Runnable()
              {
                   public void run()
                   {
                        createAndShowUI();
                   }
              });
         }
    }
    
  • How smooth through a spark list using the mouse wheel

    I have my list Spark smooth scrolling kindly if I take the thumb of the scroll bar and drag it. But when you use the mouse wheel, the itemrenderer in itemrenderer jump.

    Is it possible to get this smooth scrolling?  I use a list with variableRowHeight = true.

    Thank you.

    This thread shows how to customize the mouse scroll wheel:

    http://forums.Adobe.com/message/2783736

    An improvement has recently been added which will allow to customize the behavior without the need to subclass.  See this bug for details:

    http://bugs.Adobe.com/jira/browse/SDK-26432

  • My mouse is running on Win XP and when trying to scroll by using the mouse wheel - it 'slides' return

    My mouse works on Win XP and when trying to scroll with mouse wheel - in Excel or IE8 - screen scrolls sometimes or to return to his position earlier some lines and "slips".  I tried with the evolution of the mouse, but a new one made in same way. Two mouse works perfectly on the other PC. Help, please!

    Hi Stamen.

    I understand that you can not correctly scroll with the mouse wheel.

    1. What is the brand and model of the mouse?
    2. is it a mouse wireless or wired mouse?
    3. did you of recent changes to the computer?

    I suggest to see the next procedure and check if it helps.

    Method 1:


    You can read the article and check if it helps.

    The problems with the mouse button or scroll the parameters


    http://support.Microsoft.com/kb/303091

    Method 2:


    You can also check out the article and check if that helps.

    Mouse, touchpad and keyboard with Windows problems


    http://Windows.Microsoft.com/en-in/Windows/help/Mouse-touchpad-and-keyboard-problems-in-Windows

    Hope this solves the problem. If you still experience this issue, then you can get back to us with the result and more information on this issue.

  • How to reverse the direction of scrolling using the mouse wheel which is simillar to 'natural' scroll of MAC

    I use the latest version of Firefox (31.0) on Windows Pro 8.1. I wanted to mimic OS X way of scrolling in the window of the browser called 'natural' to scroll. I edited the registry setting for my logitech mouse and scrolling works perfectly as I wanted it to every single window on my system with only one exception, the Firefox browser.
    Somehow, Firefox is configured to use the old method of scrolling and does not respect the registry settings of windows, as all other windows.
    Is it possible to change or reverse the direction of scrolling?

    Thank you
    Roman

    Roman Hello, try this: enter about: config in the address bar of firefox (confirmed the message information where it appears) and search for the preference named mousewheel.default.delta_multiplier_y. Double-click it and change its value to -100.

  • RE: Zoom with the mouse wheel

    Hello everyone.

    Is it possible to Zoom in and out with Scroll mouse in Lightroom, just as you can do that in Photoshop.

    Also, I noticed inside the library, you can zoom in and out with the Zoom Slider at the bottom of the page.

    But there is no cursor inside of developing Mode of Zoom, why there is no cursor inside develop Mode Zoom?

    Thank you.

    Press [T] to activate the toolbar of development.  On the side of the tool bar HR is an arrow down. Click on it and put a check mark next to Zoom.

    The reason that your scroll wheel doesn't zoom is because it is normally mapped to the brush size/Feather functions.

    You can force a scroll zoom by moving the cursor of your mouse over the zoom slider, clicking once and then scroll.

  • I use the mouse for scrolling wheel. It stopped working during the installation of the V4.

    I use the mouse wheel to scroll on my desk and the button of "middle" in conjunction with the pointer on my laptop (lenovo thinkpad W500) node to simulate a mouse wheel. At the point in time, I upgraded firefox to V4, this function stop working. I tried it in IE and it still works there, and it still works in swriter OpenOffiice.org , so it is not something has changed in the hardware or the operating system (XP). Any suggestions?

    Try this:

    Type of topic: config in the address bar, press ENTER, Firefox asks if you want to access the settings, say yes you know the risk.

    When the list of configurations to come, type track point in the filter area, you will see a frame ui.trackpoint_hack.enabled , that change from-1 to 1. Now you should be able to scroll through the help of trackpoint and the Center button of the mouse on the trackpad again.

  • Use the mouse to perform fine tuning settings

    I just installed Ligthroom improved Ligthroom 1.4 2.5; It seems that I can't no more fine tuning of the adjustment by using the mouse wheel, but I am stock to move slides by dragging with the mouse or by entering a value...

    is the ability of mouse wheel to make the SETTINGS abandoned with Ligthroom 2.5; If this is not the case, how I got on the use of the mouse wheel?

    Thank you

    The ability to use the scroll wheel of the mouse for cursor adjustments has been removed from Lr2 as it was causing data loss. 'Some' mouse models you can press the scroll wheel to activate the function, but I do not have models.

  • I want to Ctrl-zoom in CS6, Alt-zoom - with the mouse scroll wheel...

    Hello!

    Is there by chance a way to change the entries and outzooming in InDesign CS6 to be with the Ctrl key instead of the Alt key? When you use the mouse to zoom scroll wheel, I mean.

    I used to press Ctrl and scroll the wheel to zoom in and zoom out, and now I'm too old to learn using Alt + key instead, that it is impossible, the tracks in my head to use Ctrl is too deep. Cannot be erased or replaced.

    Or is there maybe a way to make the wheel to zoom in and out without stroking any key?

    James

    No possibility to change the zoom keys. Here's another way to zoom in and out.

    Use Ctrl + space, and then click the mouse to zoom in

    Use Ctrl + Alt + SPACEBAR, and then click the mouse to zoom out

  • Move between photos using the mouse scroll wheel in the library module

    I've recently upgraded to LR6.4, in the library, to the Magnifier module, I can't move between photos using the mouse scroll wheel. When I point the cursor on the picture, I get a "magnifying glass". The only way I can move between photos is to click on the film. I was able to use the mouse scroll wheel to move between pictures before. Help, please.

    It doesn't matter whether or not this option is displayed. Just open the preferences and restart LR should dissipate it.

  • How change the mouse wheel as next/previous in Windows Photo Viewer?

    Hello!
    Is there a way do so mouse wheel it change between PVS moroccoin instead of zoom?
    By default if the mouse has 5 buttons, the 4th and 5th buttons jump to the previous/next image.

    Thank you.

    Hi vanowm,
     
    The mouse wheel is generally used of the Zoom feature in the Windows Photo Viewer. Unfortunately there is no possibility to change the default setting for the mouse in next/previous wheel in the Windows Photo Viewer.

    You could look for some third-party tools to see if there is no possibility to do.

    Warning: This response contains a reference to third party World Wide Web site. Microsoft provides this information as a convenience to you. Microsoft does not control these sites and no has not tested any software or information found on these sites; Therefore, Microsoft cannot make any approach to quality, security or the ability of a software or information that are there. There are the dangers inherent in the use of any software found on the

    Varun j: MICROSOFT SUPPORT
    Visit our Microsoft answers feedback Forum
    http://social.answers.Microsoft.com/forums/en-us/answersfeedback/threads/ and tell us what you think

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • By pressing the mouse wheel Center is no longer, a link opens in a new tab.

    By pressing the mouse wheel Center is no longer, a link opens in a new tab. I tried to disable all add-ons, the problem still exists. I tried upgrading my mouse driver, it was already up to date.

    I already tried all the advice from this old question: http://support.mozilla.org/en-US/questions/783155?s=mouse+scroll+wheel+open+new+tab & r = 0 & as = s

    Firefox 14.0.1 on Windows 7. I use a Case Logic wireless mouse. There was a recent update from Windows. The opening in a new ability to tab disappeared after this updated, but not immediately after.

    Do a "Reset Firefox" seems to have solved the problem.

  • HP TouchSmart Desktop PC 600-1120: disable the mouse wheel click

    Hello

    I have a HP TouchSmart 600-1120 Desktop PC, and I want to disable the click of the scroll of the mouse wheel, so it only scrolls up and down and is not clickable. The click is so sensitive, it's difficult to scroll without accidentally clicking the wheel.

    I can't find the right Wizard or the controls for this. Can you tell me the driver please?

    Thank you

    Here are the specifications of your desktop HP TouchSmart 600-1120 According to the specification, this model left the factory with Windows 7 64 bit installed. I have a HP 320-1120 m, which also uses Windows 7 64 bit and I have been unable to locate the mouse settings that would be necessary you to disable this feature. You can search on internet of the possible options.

    Please send Bravo

  • CC 2015.4 LR. Cannot scroll through the images with the mouse wheel.

    I just upgraded to LR CC 2015.3 2015.4. Now I can't use my mouse wheel to navigate between images in the library loupe view. It worked fine in each version before.

    Thanks Jim. Opening and closing preferences again to work. Scrolling is fine now.

  • Use the scroll wheel to adjust the sliders

    Want to adjust the cursors via the scroll of the mouse wheel.  I tried on a variety of sliders and none seem not to work

    Yes I found the keys to adjust, but prefer not to remove the hand of the mouse so often.

    Win 7

    32-bit Photoshop CC 2014

    Logitech mouse

    Normally, you can click into an edit box (assuming that the cursor has an associated edit box) and use the scroll wheel here.  It not work for you?

    -Christmas

Maybe you are looking for

  • iBooks/iPad two columns per page

    Since this morning after an update to the iPad, iBooks is showing the book pages in two columns instead of a full page, from left to right.  How can I change this back to a page on the screen?

  • iPhone 6s loses the audio internal unit.

    My iPhone all nine 6s will lose audio intermittently over the earphone speaker.  This should not have anything to do with the vibrator on/off switch.  I checked my volume and it's ok.  I don't have it never broke and I don't keep close by when I'm in

  • Satellite C55D - A - 15 H - application of Bluetooth

    I just bought this laptop and to be honest knows very little about them. The problem is the Bluetooth button to turn on & off is grayed and I don't seem to be able to access. In addition, to find in device manager, you must click on the items that ar

  • Portege M300 to start the external hard drive?

    It is possible to start the computer laptop while using an external usb HDD? How do they do that? I want to use the operating system win2000 to start.Thanks adavance

  • 5 created recovery media as requested, however factory restore discs, 6 were necessary to my restore!

    I clicked on finish, as it were has no more records requested when burning a batch of 5 (as requested by the HP Recovery Media software). Now when I'm trying to do a factory restore, she prays for disc 6 which of course I did not. As I have re-format