The Ultimate Guide To Changing From Australian Scrolling

how to change from australian scrolling

Australian scrolling is a setting that changes the direction of scrolling on your device. In traditional scrolling, swiping up on a touchpad or mouse wheel makes the content on your screen move down. Australian scrolling flips this interaction, so swiping up moves the content up, similar to the natural movement of scrolling on a touchscreen. This setting is available on devices such as Chromebooks and MacBooks, and users can choose between traditional and Australian scrolling based on their preference.

Characteristics Values
Name Australian Scrolling
Other Names Natural Scrolling, Reverse Scrolling
Platforms Chrome OS, Mac OS
Devices Touchpads, Mouse Wheels, Trackpads, Touch Screens
Direction Swiping up moves content up, swiping down moves content down
Experience More intuitive, Mimics touchscreen gestures, Consistent experience across devices

shunculture

How to change from Australian scrolling on a Chromebook

Australian scrolling, also known as natural scrolling, is a setting that allows you to scroll by swiping up on your touchpad or mouse wheel to make the content on your screen move up, mimicking the natural movement of touching the screen directly. This is the default scrolling method for touch screens on smartphones and tablets.

To change from Australian scrolling on a Chromebook, follow these steps:

  • Open the Settings App. This can usually be found in the bottom right corner of your screen, by selecting the time.
  • In the Settings App, navigate to the "Device" section. Here, you will find an option for "Touchpad" or "Touchpad and Mouse", depending on your device.
  • Under the "Touchpad" or "Touchpad and Mouse" settings, you will find an option for scrolling. Select this.
  • In the scrolling settings, you will have the option to choose between Traditional or Australian scrolling. Traditional scrolling is the standard setting where swiping up on the touchpad moves the content on the screen down. Australian scrolling reverses this interaction, so swiping up moves the content up.

By changing the scrolling direction in your settings, you can easily switch between Australian and Traditional scrolling methods on your Chromebook. This can help create a consistent experience across all your devices and reduce any confusion or cognitive dissonance from using different scrolling methods.

PlayStation Gear: Shipping to Australia?

You may want to see also

shunculture

How to change from Australian scrolling on a MacBook

If you're looking to change from Australian scrolling on your MacBook, you can do so by adjusting your Trackpad settings. Here's a step-by-step guide:

Step 1: Access System Settings

Click on the Apple logo in the top left corner of your screen to open the Apple menu. From there, select "System Settings" or "System Preferences." In older macOS versions, you'll find "System Preferences" in the main System Preferences window.

Step 2: Navigate to Trackpad Settings

In the System Settings window, locate and click on "Trackpad". This option may be in the left sidebar or within the main System Preferences window, depending on your macOS version.

Step 3: Adjust Scroll & Zoom Settings

Once you've selected "Trackpad", look for the "Scroll & Zoom" tab. Click on it to access your scrolling settings.

Step 4: Toggle Natural Scrolling

In the "Scroll & Zoom" section, you'll find the "Natural Scrolling" option. Toggle this setting on or off to change the scrolling direction. Enabling "Natural Scrolling" means that the content on your screen moves in the same direction as your fingers. Disabling it will reverse the scroll direction.

Additional Customization

If you want independent control over the scroll direction of your Trackpad and an external mouse, you'll need a third-party app like Scroll Reverser, Unnatural Scroll Wheels, or MOS.

Additionally, you can adjust the scrolling speed of your Trackpad or mouse. Go to "System Preferences" > "Accessibility" > "Pointer Control". Choose "Mouse & Trackpad" and use the scrolling speed slider to make adjustments.

By following these steps, you should be able to easily change from Australian scrolling on your MacBook and customize your scrolling experience to your preference.

shunculture

How to change from Australian scrolling on a Windows PC

Australian scrolling is also known as reverse scrolling, where moving your fingers up on the touchpad makes the page scroll down, and vice versa. This setting is available on various operating systems, including Chrome OS and macOS.

If you wish to change from Australian scrolling on a Windows PC, the process will depend on your Windows version. Here's how to do it on Windows 10 and Windows 11:

Windows 10:

If you're using a touchpad, you can reverse the scrolling direction by following these steps:

  • Open Settings.
  • Click on Devices.
  • Click on Touchpad.
  • Under the "Scroll and zoom" section, use the drop-down menu to select the "Down motion scrolls down" option.

If you're using a mouse, Windows 10 does not include an option in the Settings app to reverse the scrolling direction. However, you can modify the scrolling behaviour by editing the Registry. Before proceeding, it's important to back up your computer as editing the Registry can cause irreversible damage if not done correctly. Here are the steps to edit the Registry:

  • Open the Start menu.
  • Search for Device Manager and click to open the app.
  • Expand the "Mice and other pointing devices" branch.
  • Right-click on your active mouse and select Properties.
  • Click on the Details tab.
  • Double-click on the FlipFlopWheel DWORD and change the value from 0 to 1.
  • Restart your computer.

Windows 11:

On Windows 11, you can change the scrolling direction for both the mouse and touchpad. Here's how:

  • Open Settings.
  • Click on Bluetooth & Devices.
  • Click on either the Mouse or Touchpad page on the right side, depending on your input device.
  • Select the "Scroll & zoom" setting under the "Gestures & interaction" section.
  • Choose the "Down motion scrolls down" option in the "Scrolling direction" setting.

You can always revert the changes by following the same instructions and changing the value back to its original setting.

Australian Mist Diet: What Do They Eat?

You may want to see also

shunculture

How to change from Australian scrolling on a Linux PC

Australian scrolling, also known as natural scrolling, is a setting that allows users to scroll by swiping up on a touchpad or mouse wheel, which moves the content on the screen up. This setting is similar to the scrolling interaction on touch-screen devices like smartphones and tablets. While Australian scrolling is the default on Macs and Chromebooks, most Linux distributions use traditional scrolling, where swiping up on a touchpad or mouse wheel moves the content on the screen down.

If you wish to change from Australian scrolling on a Linux PC, it is important to note that the process may vary depending on the specific Linux distribution you are using. Here are some general steps that can be followed:

  • Create a system backup: Before making any changes to your system, it is always recommended to create a backup to prevent any potential issues.
  • Open the "Start Menu": Click on the "Start Menu" and begin typing "PowerShell".
  • Run PowerShell as an administrator: Right-click on the PowerShell application and select "Run as Administrator".
  • Copy and paste the following code into the PowerShell window:

```

Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device`

Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 0 }

```

This code will change the scrolling direction to traditional scrolling, where swiping up on the touchpad or mouse wheel will move the content on the screen down.

  • Verify the changes: After running the code, verify that the scrolling direction has been changed to traditional scrolling.
  • Restart the computer: After verifying that the changes have taken effect, restart your Linux PC for the changes to take place.

It is important to note that the code provided in this example is specifically for Windows PowerShell. If you are using a different Linux distribution, the process and code may vary. Always make sure to research the specific steps for your Linux distribution before making any changes to your system.

Additionally, some Linux distributions may offer graphical user interfaces (GUIs) that allow you to adjust the scrolling direction without using the command line. These GUIs may provide a checkbox or slider to enable natural scrolling or adjust the scrolling speed.

Remember, changing the scrolling direction can take some time to get used to, as your muscle memory will need to adjust to the new scrolling interaction.

shunculture

How to change from Australian scrolling on an iOS mobile device

Australian scrolling, also known as natural scrolling, is a setting that changes the direction of scrolling on your device. In the traditional scroll setting, swiping up on a touchpad or mouse wheel makes the content on the screen move down. Australian scrolling flips this interaction, so swiping up moves the content up, mimicking the natural movement of touching a screen directly. This setting is available on various devices, including Chromebooks and Mac computers.

If you are using a Chromebook and want to change from Australian scrolling, you can follow these steps:

  • Open the Settings App.
  • Go to Device > Touchpad.
  • Under Scrolling, select Traditional scrolling.

For Mac computers, the steps to change from Australian scrolling are slightly different:

  • Click the Apple menu in the top left corner of your screen.
  • Select System Settings.
  • Click on Trackpad.
  • Click on Scroll & Zoom.
  • Toggle Natural scrolling off.

It is worth noting that changing the scroll direction on a Mac with both a trackpad and a mouse will change the setting for both. If you want to change the scroll direction independently for each, you will need a third-party app such as Scroll Reverser, Unnatural Scroll Wheels, or MOS.

Additionally, some older versions of macOS may have the scroll direction setting located directly under "Mouse" in System Settings, where you can disable "Natural Scrolling."

Keep in mind that switching from Australian scrolling may take some adjustment, as your muscle memory from traditional scrolling may initially interfere with your scrolling actions. However, with practice and patience, you should be able to adapt to the new scrolling direction.

Frequently asked questions

Australian scrolling is a type of scrolling where swiping up on a touchpad or mouse wheel moves the content on the screen up, and swiping down moves the content down. This is the opposite of traditional scrolling, where swiping up moves the content on the screen down and vice versa. Australian scrolling mimics the natural movement of touching a screen directly and is similar to how touch-screen devices like smartphones and tablets operate.

To change to Australian scrolling on a Chromebook, open the Settings App. Go to Device > Touchpad. Under Scrolling, select "Australian" instead of "Traditional".

On a Mac, you can change the scrolling direction in the Mouse or Trackpad settings. Go to System Preferences > Mouse or Trackpad, and then select the "Scroll Direction: Natural" option.

Australian scrolling gets its name from the fact that Australia is on the other side of the world, so the scrolling direction is reversed compared to traditional scrolling.

Written by

Explore related products

Reviewed by
Share this post
Print
Did this article help you?

Leave a comment