Do precise sliders adjustments with the mouse wheel

I would like to be allowed to use the mouse wheel to move sliders in small increments/decrements. E.g. 1 by 1 for Recovery and Blacks and 100 by 100 for Temp in Develop module. To be also fast, I should just need to hover with the mouse over the slider, and then use the wheel (with no need to click). Leaving the mouse to use two hands and hit Alt+arrows just doesn't cut it.

Nicolas,
if you have to do a click at first to give them the focus, then you have to do a de-click afterwards as well or at least hit the enter key. Otherwise following shortcuts will be eventually misinterpreted because the focus still remains on the slider.

Similar Messages

  • Moving sliders in CS6 with the mouse wheel?

    In CS3 after clicking onto the slider "triangle" I can then adjust it with the mouse wheel.  I don't appear to be able to do this in CS6.  Can this be remedied?

    LOL!!!
    JJ got my points in another thread today, too.

  • How do I prevent tab focus from changing when I scroll tabs with the mouse wheel? [SOLVED]

    Whenever I scroll my tabs with the mouse scroll wheel the tab focus changes from the page I'm currently on to the tab being scrolled to. I usually have a large list of tabs open and I depend on being able to scroll tabs without changing page focus to keep myself organized.
    Also, I'd like to disable tab scroll wrapping; Once I've scrolled my tabs to the end I'd like it to stop scrolling, not wrap around to the start of my tabs.
    Is there a way to disable these features and revert to the tab scrolling behaviour of a previous version of Firefox?

    This is not a standard feature and can be caused by an extension.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Scrolling with the mouse wheel does not always work with 4.0? Never a problem with previsous versions.

    in firefox 4.0, at times the scrolling wheel will not work. It has never been a problem with previous versions, and always works in internet explorer.

    Hello Henry,
    Thanks for the hint!
    My mouse wheel is  working, but not in flash player...strange... It is a Microsoft Comfort  Mouse and I see there is already logged bug about that: https://bugs.adobe.com/jira/browse/FP-5145
    Anyway besides this bug, there is an additional issue I think, that the vertical layout does not calculate properly the vertical scroll position, when certain elements are excluded from the layout. I have described this additionally in the Jira.
    Regards,
    Dinko

  • When I want to zoom in or zoom out with the mouse wheel and CONTROL button the letters get larger but remain within the same size paragraph and any pictures remain the same. I want the entire page to zoom.

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/866940]]</blockquote>
    I want the entire page to zoom in and out when I use CONTROL + mouse wheel. Now the letters get larger but remain in the same size paragraph and also the pictures stay the same.

    It is indeed scandalous that Apple sells useless scanned music scores. There is a warning when you chose to download music tabs or notes but it doesn't say that the score lines are very small and cannot be zoomed. I spent $30 on two books but cannot really use them on my MBA as you cannot zoom except for the double click which only works page per page and is only a small improvement.
    The only way I can use the score more or less is on my ipad in landscape mode by increasing the font size to the max. The music score then becomes wider and you can read 2-3 lines per page without glasses.
    If you could transfer the file to the pdf  "side" of the library in ibooks the zoom would work..
    What does work is using the accessibility zoom mode option+command+= to zoom and then option+command+\ to smooth the picture but then your whole display desktop etc. are zoomed in.

  • I can't scroll up or down with the mouse wheel

    My mouse wheel won't scroll in Firefox, but it works for every other program (including IE, don't make me go back to that!). I have downloaded the latest driver for my mouse and also tried changing the config in "mousewheel.withnokey". I never had this problem then suddenly it just happened, but only in Firefox. Any ideas?
    Corey
    == This happened ==
    Every time Firefox opened
    == randomly

    I have Lenovo Thinkpad laptop and Lenovo optical USB mouse connected to docking station. Mouse wheel works in all applications except Firefox.
    The solution I found: go to "Control Panel/Mouse/Wheel" (I have here some Lenovo application).
    The first option "Wheel" on the tab has 2 choices: "Enable Universal Scrolling" (default) and "Use Microsoft Office 97 Scrolling Emulation Only". If I switch to 2nd option, then scrolling works in Firefox. Since Firefox is the only application that has a problem, I keep the 1st option, but add Firefox to "Exceptions" list. Now scrolling works fine.

  • While browsing in 2 or more tabs, scrolling down the page with the mouse wheel causes Firefox to unexpectedly open the tab in a new window, closing the tab in the process and losing any data on it (such as a half written email etc.).

    This problem is with Firefox 3.6.15 and also in the previous version. I've tried reinstalling but no joy.
    This happens a lot. Several times a day. Very irritating. I keep losing work I've typed into a text box or email, or having to go back to the beginning of things (such as audio or video) because it has reloaded in a window.
    I have McAfee security which checks the computer every week and removes virus and malware so I'm pretty confident there's no problem with that.
    I'm sometimes so plagued by this problem that I have to switch to other browsers (I have Chrome, Safari and IE installed) and have not experienced any similar problem with those.
    The problem does not seem to be in conjunction with any plugins. Although I have plugins installed the problem happens when none of the plugins is noticeably in use.

    This problem is with Firefox 3.6.15 and also in the previous version. I've tried reinstalling but no joy.
    This happens a lot. Several times a day. Very irritating. I keep losing work I've typed into a text box or email, or having to go back to the beginning of things (such as audio or video) because it has reloaded in a window.
    I have McAfee security which checks the computer every week and removes virus and malware so I'm pretty confident there's no problem with that.
    I'm sometimes so plagued by this problem that I have to switch to other browsers (I have Chrome, Safari and IE installed) and have not experienced any similar problem with those.
    The problem does not seem to be in conjunction with any plugins. Although I have plugins installed the problem happens when none of the plugins is noticeably in use.

  • Just upgraded to Firefox 4.0. when I scroll with the mouse wheel, the screen jumps as if it is redrawing with each wheel roll. IE does not do this, so it shouldn't be a hardware/mouse setting.

    All other programs scroll smoothly as should be; what's happening in Firefox to cause this?

    Noticed it only happens on my secondary monitor; on the primary, it scrolls just fine. Got any ideas on how to fix this?

  • JScrollPane - Set the rate of the mouse wheel for scrolling

    Hi,
    I'm curious to know a little more about the mouse wheel used for scrolling in a JScrollPane. I'm using it for a JTextComponent at the moment, but the scroll rate is really slow.
    Is this because of the way swing deals with the mouse wheel, and therefore can I increase the rate of scroll?
    Or is it to do with the native OS and the way it processes mouse wheel events?
    Cheers,
    David

    Hey John,
    Scroll rate has nothing to do with the OS you'll be glad to know. As far as Swing goes, it doesn't in this case make any assumptions on how you want you 'views' to scroll.
    I think LookAndFeel implementations often decide on default behaviour - I suppose this is in essence the whole point of the pluggable LnF framework.
    Anyway, JTextComponent is an abstract class so I would not be surprised if it performs like a lame duck! You will however notice that it implements the Scrollable interface. Take a look at Scrollable.getScrollableBlockIncrement() and Scrollable.getScrollableUnitIncrement().
    Overriding these methods will give you the behaviour you desire.
    Warm regards,
    Darren B

  • How to enlarge the image, the mouse wheel?

    is the picture, and I would like to enlarge it mouse wheel all the time. It's possible?

    Yes. By holding down the Alt. key, you should be able to zoom in and out with the mouse wheel.
    You can also go to Edit > Preferences > General and checkmark "Zoom with Scroll Wheel".
    Gene

  • Mac Book Pro on boot up, the apple sign will appear with the spinning wheel.  After some time, a grey screen wil appear with a movable mouse, but will not boot up.  Help!

    Mac Book Pro on boot up, the apple sign will appear with the spinning wheel.  After a period of time the screen will turn grey, but the mouse will still operate, but not boot up.

    If it was purchased brand new then it's running a version of Lion, so to reinstall Lion:
    Reinstalling Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion: Select Reinstall Lion and click on the Continue button.

  • I use a two button mouse with my Mac Book Pro.  It works fine, but after installing Lion, the mouse wheel goes in reverse of what it did (rolling the wheel towards your palm goes up not down the page).  Anyone know how to fix this?

    I use a two button mouse with my Mac Book Pro.  It works fine, but after installing Lion, the mouse wheel goes in reverse of what it did (rolling the wheel towards your palm goes up not down the page).  Anyone know how to fix this?

    First sentence in OPs question:
    I use a two button mouse with my Mac Book Pro
    I guess the track pad settings would look similar to my screen shot?
    Regards,
    Colin R.

  • Flash freezes in Firefox when I scroll the mouse wheel over a drop down list or text field (possibly others as well).

    Whenever I scroll in a drop down menu in Flash in Firefox (for example, I move the mouse wheel just one detent), it just continues scrolling on its own all the way to the bottom of the list and freezes all interaction for about 10 seconds.  It's really bizarre.
    If I start click and dragging things, nothing happens, and then all of the sudden everything catches up and moves.  As an experienced programmer, I can say that it looks like some kind of queuing of keyboard/mouse events with delayed execution.   Has anyone else encountered this issue?
    I found something from 2008 that sounds similar, although I am not using the sIFR they mentioned: sIFR mouse wheel scrolling freeze in Firefox - Stack Overflow
    Seems to be a Firefox-specific issue, although it also seems to be something that has just recently started occurring since updating Firefox.
    UPDATE:  I was checking my Firefox version in Help > About Firefox, and it showed version 33, but also had a pending update so I restarted Firefox.  The problem was no longer occurring at that point.  When I checked the version again, it said 33.0.2, but it also said "applying update", with another pending restart. I restarted Firefox again.  It's now stable at version 33.1.  So perhaps it was a problem with that particular version, or even a temporary issue with that running browser instance.

    Hi James,
    Thank you for sharing your solution with us. It will help other users with a similar issue.
    Thanks,
    Preran

  • CS5.5 Faster? Not with my mouse wheel

    I worked with 1.5 daily for years and used the mouse wheel to zoom in and out of a waveform. It became second nature. I use it literally ALL THE TIME. Now that I'm testing the CS5.5 Trial version, I have come to a stall. The mouse wheel works....sort of...but very slowly and delayed. For me, with what we do, it is a major issue. It slows me down in editing and cleaning up clicks, pops, mouse noise, etc on a waveform. To have to click on + or - means I have to take my hand off the mouse and move it to keybroard and back to the mouse. That may not seem like much but when you are accustomed to working rapidly, it's a big deal.
    The question is...why is it so slow to react? I thought CS5.5 was faster.  Is there a way to make the mouse wheel work like it did in 1.5?
    Does the fact that CS5.5 is Mac-available have something to do with this.?
    I am trying hard to adapt to CS5.5 but have a list of issues that I have with it. (I'll get to those later) The lazy mouse-wheel is a big one for me.
    Alex

    Sorry Alex, I just don't see that behaviour here!
    I've just done a "quick test"; a 24 minutes long wav file, I can zoom from the full waveform to a 6 second section with 4 "moves" of the mouse wheel and without any delay..  I don't think I would want it any faster than that!  Is it substantially different for you?
    Jeff

  • We have an iMac 24-inch Mid 2007 with maximum of 4G bytes of SDRAM, with OX X 10.9.4 Mavericks.  It is routinely locking-up with the rainbow wheel.  Especially with iTunes and Safari.  Ideas?

    We have an iMac 24-inch Mid 2007 with maximum of 4G bytes of SDRAM, with OX X 10.9.4 Mavericks.  It is routinely locking-up with the rainbow wheel.  Especially with iTunes and Safari.
    I'm wondering it it that Mavericks simply uses more RA that the machine allows when also running application, but I don't see the RAM is being maxed out per se' when in Activity Monitor either.  I've also ran the Disk Utility and have run scans wit Sophos, looking for malware, but have found no issues.
    Any ideas?  Any better Malware/Spyware applications?
    Help!

    Here is the report:
    EtreCheck version: 1.9.14 (50)
    Report generated August 18, 2014 at 6:05:39 PM PDT
    Hardware Information: ?
      iMac (24-inch Mid 2007) (Verified)
      iMac - model: iMac7,1
      1 2.8 GHz Intel Core 2 Duo CPU: 2 cores
      4 GB RAM
    Video Information: ?
      ATI,RadeonHD2600 - VRAM: 256 MB
      iMac 1920 x 1200
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 1 day 4:11:27
    Disk Information: ?
      Hitachi HDS721010KLA330 disk0 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      Thomas iMac (disk0s2) / [Startup]: 999.35 GB (697.1 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information: ?
      MediaTek Inc MT1887 
      Mitsumi Electric Apple Optical USB Mouse
      Apple Inc. Built-in iSight
      Apple, Inc. Keyboard Hub
      Apple, Inc Apple Keyboard
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Firewire Information: ?
      LaCie d2 quadra (button) 800mbit - 800mbit max
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted>: 209.7 MB
      Master Back-up (disk1s2) /Volumes/Master Back-up: 999.86 GB (640.35 GB free)
    Gatekeeper: ?
      Mac App Store and identified developers
    Kernel Extensions: ?
      [not loaded] com.aliph.driver.jstub (1.1.2 - SDK 10.7) Support
      [loaded] com.eltima.SyncMate.kext (0.2.5b15) Support
      [loaded] com.sophos.kext.sav (9.0.61 - SDK 10.7) Support
      [loaded] com.sophos.nke.swi (9.0.53 - SDK 10.8) Support
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [running] com.sophos.autoupdate.plist Support
      [running] com.sophos.configuration.plist Support
      [running] com.sophos.intercheck.plist Support
      [running] com.sophos.notification.plist Support
      [running] com.sophos.scan.plist Support
      [running] com.sophos.sxld.plist Support
      [running] com.sophos.webd.plist Support
      [running] rapiback.plist Support
    Launch Agents: ?
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.sophos.uiserver.plist Support
      [running] syncmateStarter.plist Support
    User Launch Agents: ?
      [failed] com.google.GoogleContactSyncAgent.plist Support
    User Login Items: ?
      None
    Internet Plug-ins: ?
      Flip4Mac WMV Plugin: Version: 2.3.8.1 Support
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 67 Check version
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Outdated! Update
      Default Browser: Version: 537 - SDK 10.9
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
      Silverlight: Version: 4.0.51204.0 Support
      iPhotoPhotocast: Version: 7.0
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      Flash Player  Support
      Flip4Mac WMV  Support
      FUSE for OS X (OSXFUSE)  Support
      Java  Support
      MenuMeters  Support
    Time Machine: ?
      Skip System Files: YES - System files not being backed up
      Auto backup: YES
      Volumes being backed up:
      Thomas iMac: Disk size: 930.71 GB Disk used: 281.49 GB
      Destinations:
      Master Back-up [Local] (Last used)
      Total size: 931.19 GB
      Total number of backups: 154
      Oldest backup: 2011-11-26 04:54:07 +0000
      Last backup: 2014-08-19 00:06:13 +0000
      Size of backup disk: Adequate
      Backup size 931.19 GB > (Disk used 281.49 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU: ?
          2% WindowServer
          0% sysmond
          0% SophosWebIntelligence
          0% InterCheck
          0% com.apple.WebKit.Networking
    Top Processes by Memory: ?
      156 MB SophosScanD
      143 MB InterCheck
      135 MB softwareupdated
      98 MB mds_stores
      98 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ?
      89 MB Free RAM
      1.61 GB Active RAM
      1.44 GB Inactive RAM
      516 MB Wired RAM
      2.92 GB Page-ins
      446 MB Page-outs

Maybe you are looking for