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.

Tags: Firefox

Similar Questions

  • How to reverse the direction of turn of page in first pro cs6?

    How to reverse the direction of turn of page in first pro cs6?  The two clips are on video 1.  I passage of tour page between clips of drugs and it works perfectly.  The tour takes its source in the Northwest corner and end in the southeast corner.  I want the exact opposite.

    Click on the transition.

    Window > controls

  • 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 to reverse the order of my playlist @iTunes?

    Thus, with the new look of iTunes I can't figure out how to reverse the order of my playlist.

    I want to sort by 'love' or 'play' and have the most times (or the songs of love-labeled) on top (so number 1) and the less at the bottom of my reading list.

    For some reason any the only order plays mostly / marked love is at the bottom of the playlist and the parts less / unmarked is upstairs. Can't reverse this order. Reading order is normal (so after 1 is 2, etc.)

    How can I accomplish this?

    All my software is up-to-date.

    Thank you!

    To reverse the sort order of the list of songs, click on the header of the column used to sort again.

  • 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

  • How to reverse the counting of the af. : column-to-head-cell?

    Hi all

    I'm new to ADF and I hope someone out there can help me.

    In an application of ADF 11g with general of the Tables in the ADF skinning, I need for a particular table ADF to overturn the butchering of the header.
    It's a bad design, I know, but before I just reject the design because they can't do it, I'll try just so someone with more experience ADF knows how to do.

    In the .css file, I have the following:

    AF | : column-to-head-cell {background-color: #72b3dd;}
    do-family: Arial;
    make-weight: bold;
    do-size: 16px;
    color: #FFFFFF;
    padding-left: 15px;
    border-top: 2px solid #acd1eb;
    border-bottom: 2px solid #acd1eb;
    border-right: none;
    border-left: none;
    height: 47px;
    }

    If for example I try to add an inlineStyle for the af:column tag:

    < af:column sortable = "false".
    headerText = "first column heading.
    inlineStyle = "" background-color: Fuchsia; ">"

    -stripping for the cells of the row (e.g. af |: data in the table-row af |: column-cell data) may be overules, but not the header cell (af |: column-to-head-cell)

    Does anyone know how to reverse the counting for a column header cell in a Table of the ADF?

    Hello

    Why don't you use the inline style property and not the skin file? If you must run instance according to the count, then adds a styleClass name to the table. For example 'myHeaderChangeStyle' change the def of skin to

    AF | : column-to-head-cell {background-color: #72b3dd;}
    do-family: Arial;
    make-weight: bold;
    do-size: 16px;
    color: #FFFFFF;
    padding-left: 15px;
    border-top: 2px solid #acd1eb;
    border-bottom: 2px solid #acd1eb;
    border-right: none;
    border-left: none;
    height: 47px;
    }

    .myHeaderChangeStyle af | : column-to-head-cell {}
    background-color: Fuchsia;
    }

    Frank

  • How to reverse the action of the vi PID control?

    I want to control a starter that regulates pressure in a pump application. The application has already exists, but the customer wants the software to automatically control the strangler around a pressure setpoint. The operator controls manual, output scaling, feedback to the scale and the documentation refer all signals, as 100% opens the choke (corresponding to the minimum pressure), while 0% attempts to completely close the choke, corresponding to the maximum pressure. Basically, the process and the control variable variable have an inverse relationship.

    I would use the PID of the Vi toolkit without modification. Apprently there is no built-in way to reverse the action of control. I want to show with some simplified diagrams.

    First of all, I tried reversing the process variable, which I thought would just reverse the error of the PID equation and do what I wanted. But for some reason, he still pushes the output to 0 (under pressure) 0 set-point.

    Then I tried reversing the proportional gain. This caused a very odd behavior, and he was always out of phase.

    Finally, I applied a brute force - subtract the max value PID control variable. Because my control variable only goes from 0 to 100%, it works pretty well. Now 100% from the vi PID gives me 0% (under pressure) and 0% gives me 100% (completely open), which is what I want. For example, when the controller is enabled and the set value is 0% output PID readers choke at 100%, which makes sense. However, this seems cludgy.

    Is there a better, more elegant way to invert the control action?

    If you want to invert the response of the controller, multiply by-1 controller output.

    It is also possible by reversing the proportional gain (as you've tried) providing the gain proportional acts on the controller-what he ought to do given the structure standard PID used in the toolkit blocks (see this thread which describes the structure used PID - as it confirmed OR control people).

    Reversing the variable process only does not work, you will also need to reverse the set point - although if the setpoint is zero, it makes no difference.

    Even if you have correct sign, there are a lot of things that can make the resulting behavior 'strange '.

  • I have Windows 7 Vista. I asked several times how to open a web browser without using my mouse and the other person has given me the right answer yet, or I misunderstood the answer (the more likely scenario)

    Given that I can't grasp how to open a browser window without using a mouse, it dawned on me that I can open new windows in just a window browser.  In fact, I would like that my home page contains all my most visited sites.  However, I am such a novice at this, I don't understand half the jargon, as what is the difference between a window and a tab.  I am a CPA, and for the first time in my life, I have no support from the computer.  I have called my programmer to answer questions and fix my computer.  Now I'm on my own and not completely lost since I tried to learn from my programmers, but we can't assume that I know nothing (or almost).  Thus, when answering my questions, please pretend I'm in third year.

    What is the difference between a window and a tab, and how can I open multiple windows web browser that a

    Hello tterrie,

    In addition to the link provided by Rick, here's a complete list of available shortcuts Internet Explorer.
    Hope this helps

    Chris.H
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • 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.

  • Reverse the mouse buttons on a laptop running Vista Ultimate

    I use Vista Ultimate on a laptop. I want to reverse the mouse buttons.  When I check the control panel to reverse the buttons on the touch pad works like a 'right click '.  How can I reverse the buttons without messing up the keys.

    I use Vista Ultimate on a laptop. I want to reverse the mouse buttons.  When I check the control panel to reverse the buttons on the touch pad works like a 'right click '.  How can I reverse the buttons without messing up the keys.

    I want to assure you that I understand what you want...
    You want with your mouse, click LEFT to open and do a RIGHT click to select?
    If so, right-click on a free space of the desktop > customize > mouse pointers > now here is the tricky part. I use a Dell computer. If you do not have a Dell, I'm not sure that you can follow from here. > you have a tab button? If so, click on it > under button Configuration, select "Switch primary and secondary buttons" > apply/OK
    See screenshot...

    t-4-2

  • How to disable the Mode wheel on a scientific calculator, HP 17 b

    Hello - this is my first post on this forum. I am a new user of the scientific calculator, HP 17 b (our office prefers to use this older version of the calculator). I would like to know how to disable the mode wheel. If anyone can help?

    Thank you very much

    PV

    Hello

    I would just add that even if the 17B is labeled as a "business/financial calculator", the Solver is powerful enough:

    fun with the HP-17b:
    http://www.hpmuseum.org/cgi-sys/CGIwrap/hpmuseum/archv020.cgi?read=185590

    Random number generator:
    http://www.hpmuseum.org/cgi-sys/CGIwrap/hpmuseum/archv019.cgi?read=160386#160386

    sum the digits of a number (see the last message):
    http://www.hpmuseum.org/cgi-sys/CGIwrap/hpmuseum/archv020.cgi?read=206484

    calculate the checkDigit for HP-17b:
    http://www.hpmuseum.org/forum/thread-4432.html

    What follows is mentioned for the 17BII, but may work on the 17b:

    Mark N-ladies:
    http://www.hpmuseum.org/cgi-sys/CGIwrap/hpmuseum/articles.cgi?read=1025

    MM INCHES, M-FEET, MILES KM conversion:
    http://www.hpmuseum.org/cgi-sys/CGIwrap/hpmuseum/archv020.cgi?read=198391

    Best regards.

  • How to hide the WLAN icon, which is untouchable?

    * Original title: Ghost WLAN icon

    Hello

    I have a question. I use bluetooth and other wireless connections.

    How to hide the WLAN icon, which is untouchable?

    Hello

    Thanks for posting your query in Microsoft Community.

    Let me ask you;

    • Remember to make any particular changes in the computer before you see this icon?

    Now, I ask you to refer to the information provided in the link below thread by JCarp responded on 29 June 2011 and follow the suggestions.

    Desktop icon question - great, WLAN icon on the desktop

    Hope this information is useful. Please feel free to answer in the case where you are facing in the future other problems with Windows.

  • 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.

  • Scroll personalized Flash (working on the mouse wheel)

    I search the web for good work vertical scroll Flash and can't seem to find a good solution. I'll use it for the layout product with all the images. So I guess that means no scrolling text but a scroll of MC.

    My main design problem is I want a user to be able to scroll with the mouse whell (same way as HTML frames).

    I don't like that available to throughout the site scrolls upward, I rather refer to a section in the layout of the site where the information can be scrolled. This way the site logo and all the main navigation at the top will always be visible.

    Main problem is that I can't find a parchment that would work on scrolling the mouse wheel, a user is always having to enter the bar, or click the up/down arrows so that the roll to work.

    Is it possible to make a scrolling to work on a wheel of the mouse in flash?

    Try the ScrollPane . It's basically a MovieClip containing vertical and horizontal scroll bars attached. You can assign it by using the content source property. After manipulation of sources, you must call the update() method to update scrollbars to new content.

  • 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

Maybe you are looking for

  • Computer skin

    I would like to start my experience by customizing the outside of my laptop - it's black base mat I saw a few skins which cover the entire surface, but I would really leave the visible logo. I've also seen designs for other computers that really high

  • Windows XP normal 'Boot' (no RECOVERY!) After the PC is 'HIBERNATED' from one day to the next?

    (... I've done the research and have not been able to locate one similar problem to others..) The "Hibernation" Star appears to be installed correctly on my PC,as I can enable the feature at the time manually (in the closing Wdws menu)and automatical

  • Uniblue and very dangerous virus/malware scam

    I was doing an internet speed test and saw an advert for Uniblue and noticed that is called with Microsoft. I thought it would be safe to trust Microsoft Word. After the purchase of their product, there are several Trojan, carries horses stolen downl

  • Reset zero Srw2008p

    Dear all, I was working with my linksys Srw2008p switch and I changed the IP address of the management vlan and somehow, I can't access the web console. I tried to use the new and the old IP. Also, I don't give a name of user and password on my own.

  • iPhone 5 Code 43 Windows has stopped this device because it has reported problems

    Then, only in the past few days windows can't recognize my iPhone when I plug it via USB, and so does not charge or sync with iTunes. When I open the Device Manager, it says that the iPhone is an "unknown device" and displays the error code 43 (windo