Slashdot Mirror


Left Sided Windows Scrollbars?

Skin and Blister asks: "Years ago mouse manufacturers realized that not everyone is right handed and (thankfully) created the option of reversing the mouse buttons to accommodate left handed users. Now that laptops (and obviously tablets) have integrated touch technology, the new challenge for south paws is to use a stylus in the left hand to manipulate a scroll bar on the right side of an open window. Does anyone know if there is a way to move scroll bars to the left side of a window in Microsoft Windows XP Pro?"

36 of 255 comments (clear)

  1. That's EASY! by AlexanderDitto · · Score: 5, Funny

    Flip the screen upside down!

    As a lefty, I experience these sorts of problems on a daily basis. Spiral notebooks are a pain, scissors are impossible, and I worry about my efficiency on my Nintendo DS. I lose a substancial number of Bells every day in Animal Crossing. Such a waste!

    Those little things no righty ever thinks about. Heck, grab your favorite pencil or pen, hold it in your right hand, and read the markings on the pencil. If they're right side up, you've got yourself a right handed pen. Switch to the left side, and the letters are upside down! How disorienting.

    --
    No, Mr. Green. Communism is just a red herring.
    1. Re:That's EASY! by bky1701 · · Score: 5, Interesting

      Learn Ambidexterity. I am right handed but learned to do many things with ether hand. It's not that hard once you get used to it. If you really have a hard time, use both hands (ie, 2 hands on a mouse/pen) and change to just the other. You'll be using both soon. It can really impress people. :P

    2. Re:That's EASY! by SQLGuru · · Score: 5, Informative

      Yeah, I tell people that I hate using right handed pencils.....Ned Flanders rules!

      per the Question:
      Use FireFox for your browser:
      http://geckotip.mozdev.org/index.html

      For your Palm (well, your computer kind):
      http://handheld.softpedia.com/get/System-Utilities /LeftScroll-7380.shtml

      Layne

    3. Re:That's EASY! by fireman+sam · · Score: 4, Funny

      And if your arm gets tired, you can always switch... OR, use your right hand for the navigation and your left have for stimulation

      --
      it is only after a long journey that you know the strength of the horse.
    4. Re:That's EASY! by slightlyspacey · · Score: 5, Funny

      The Imaginary Toolstore carries a number of hard to find items. I recently picked up a left-handed screwdriver as well as a stretchable tape measure from them. You may want to shoot them an email inquiry for the left-handed version of XP. I'm sure they'll be quite helpful.

    5. Re:That's EASY! by SQLGuru · · Score: 2, Insightful

      I was looking for some code that might do it....haven't found any yet, but here are some leads:

      Start with something like this: http://www.codeproject.com/win32/overrideparams.as p

      Then, override the creation of anything of class "Scrollbar" to be at position 0 instead of position X.

      Just some ideas.

      Layne

    6. Re:That's EASY! by SCPRedMage · · Score: 5, Funny

      I thought you could only take that feat at first level? Or are you implying that /. readers are a bunch of zero-level NPCs?

      --
      My sig can beat up your sig.
    7. Re:That's EASY! by AlexanderDitto · · Score: 2, Interesting

      Then don't use the left side pages. It's worse to have to write all your notes on the backs of pages, and leave the fronts blank, or perhaps craziest of all, start in the back and work forward. It's like some sort of disgustingly watered down Da Vinci Code. "Oh, You'll Never EVER figure out what order the pages are in now!"

      And then you get those terrible stadium-style desks, with the arm rest on the right side, so you have to support your elbow for an entire lecture, or leave your elbow jutting embarassingly out into the isle.

      And lefties can forget about using any pen or pencil that smudges. Your hand drags all over everything you've just written, so not only is your writing deemed sloppy and messy and worthy of only the finest chicken huts, but the side of your hand gets covered with a inky splotch, something akin to an organic Jackson Pollock.

      --
      No, Mr. Green. Communism is just a red herring.
    8. Re:That's EASY! by jx100 · · Score: 2, Interesting
      And lefties can forget about using any pen or pencil that smudges. Your hand drags all over everything you've just written, so not only is your writing deemed sloppy and messy and worthy of only the finest chicken huts, but the side of your hand gets covered with a inky splotch, something akin to an organic Jackson Pollock.


      The solution is actually really simple. Just learn to write upside down.
    9. Re:That's EASY! by joshetc · · Score: 2, Funny

      Exactly. I'm a lefty. I learned how to use a computer mouse with my right hand and have absolutely no problems with it. I'm actually worse with my left hand than my right hand as I've got years of experience with it. One HUGE benefit to being lefty for any males our there. Well you know. Surfing for porn with your right hand.. You can uh, rest your left one on the desk or something.

    10. Re:That's EASY! by sh00z · · Score: 2, Insightful
      Tho actually, I'm left handed, and I couldn't imagine using a mouse with my left hand. I've tried before, and it just feels totally awkward. I assume that I would get used to it if I just did it long enough, but I've never felt, for any reason, that it would be beneficial for me to do so. So, my advice to left handed people whining about scrollbars - just give in and use your right hand, whiner. :)
      But the OP isn't whining about a mouse; [s]he is whining about a touchscreen. So it's not just a convenience, because using your left hand on a right-side scrollbar blocks the view. I'm also a lefty who has always moused right-handed, but I still handle a stylus with my left. Thankfully, PalmOS has some wonderful left-side hacks, and it hasn't causet me a problem, but if I ware working on a tablet PC, I'd be jumping up and down, screaming for the OS developer to accommodate an opposite-side scrollbar. What do they do for Hebrew and Farsi localizations?
  2. Sure by Centurix · · Score: 2, Insightful

    Buy Nextstep...

    --
    Task Mangler
  3. Turn the laptop upside down... by mi11house · · Score: 2, Informative

    then create and use a TTF font that is "upside-down", and set your text direction as right-to-left.

    !em rof skroW

  4. Or, for OS X... by jcr · · Score: 2, Informative

    @interface NostalgicScrollView : NSScrollView
      {
      }
    @end

    @implementation NostalgicScrollView

    - (void)tile
        {
        [super tile];
        id contentView = [self contentView];
        id scroller = [self verticalScroller];

        NSRect contentFrame = [contentView frame];
        NSRect scrollerFrame = [scroller frame];

        [scroller setFrameOrigin:NSMakePoint(0.0, NSMinY(scrollerFrame))];
        [contentView setFrameOrigin:NSMakePoint(NSWidth(scrollerFrame), NSMinY(contentFrame))];
        }

    @end

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  5. Natural Market for a new distro. by phorest · · Score: 5, Funny

    Left-Handed Linux could get ~10% of the desktop market!

    --
    God: When you do things right, people won't be sure you've done anything at all.
  6. Not very intuitive... by Bones3D_mac · · Score: 3, Insightful

    Most people would find such an interface difficult to use... particularly in countries where people read from left to right.

    A left-sided scrollbar would require you to constantly drag the mouse back over the top of your working area, despite the fact the cursor is more likely to remain present on the right side of the screen when not being actively used for editing. This is also why you often see tool palettes placed on the left side of a working area, since you are likely going to be very near whatever in your work area required a tool change.

    A similarly confusing configuration would be to have your application menus appear at the bottom of the screen and scrolling upward to select the option you need.

    --


    8==8 Bones 8==8
  7. Left handed is relevant for mouse, not gui by edward.virtually@pob · · Score: 4, Insightful

    Left-handedness is an issue with mice. Some are curved to fit the right hand, or have extra button layouts designed to be operated with the right hand. But I fail to see any connection between left-handedness and the aesthetic issue of which side the scrollbars are on. Your left hand is equally capable of moving the mouse left or right. The desire (vs. need) to have the scrollbars on the left is felt by enough people that the X Window Sytem provides this, but I think it unlikely Microsoft will ever go to the effort of making it an option in Windows.

    1. Re:Left handed is relevant for mouse, not gui by CAR912 · · Score: 5, Insightful

      But the original submitter was hinting at using a tablet PC and a stylus, which would cause trouble if your left arm is blocking the screen while reaching across it to move the scrollbar.

      --
      - Move "Sig". For great justice!
  8. One southpaw's advice by svunt · · Score: 4, Interesting

    Scroll Lock, then use arrows. As a lefty, I tried seeking software solutions, but just like meatspace, learning to work around things is easier than stocking up on left-handed crap. I use my mousewheel, and I dare say I hit home, end, pageup, pagedown more often than most right-handers. As for the left-handed mouse having the buttons switched, WTF is that about? I haven't found a game where my middle finger can't cope with the clicks yet, is that the supposed benefit of the switch?

    1. Re:One southpaw's advice by Ozwald · · Score: 3, Insightful

      As a lefty, the best kept secret is that we have had the advantage for a long time now. Only we can point and click/drag things on the screen with our right hand while using a pen or typing with the left. Right handed people can't do that. For them, the right hand is the boss. It has to do the mouse, type, write, but can never do all at the same time.

      Of course some of those bastards know this. That's why they add the option to swap the mouse buttons around. It's all evil conspiracy to mess with our heads and take away our advantage.

      Oz

    2. Re:One southpaw's advice by SpectreHiro · · Score: 3, Interesting

      I made a friend of mine very jealous when he was watching me Photoshop one day... One hand on the mouse, the other holding a stylus. I'd kill to actually have two separate cursors (one for each). Sounds like a fun software project, but I don't have the skills just yet.

      Oh the power I would wield. The power.

      --
      You can't win, Darth. If you mod me down, I shall become more powerful than you could possibly imagine.
  9. The DS and the Left Handed by edward.virtually@pob · · Score: 3, Interesting

    As another lefty, I know what you mean. Nintendo's Brain Age, which is centered around entering data via the touchscreen while reading text on the other screen, does exactly what you suggest -- it flips the screen upside down if you tell it you're left handed. Unfortunately, most DS titles do not offer this feature.

  10. Re:Essentially useless information. by larry+bagina · · Score: 2, Informative

    actually, Objective C allows you to add new methods (or override existing ones) without access to the original source code. So you could compile the above code (well, override NSScrollView tile) into a .so and use the LD_PRELOAD variable to specify it be loaded. Thus,any Cocoa program would be modified. Carbon wouldn't be affected.

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

  11. Right-to-left languages can do it by SnprBoB86 · · Score: 3, Interesting

    On Windows, if you are using a Right-to-left language (such as Hebrew) the scroll bar appears on the left side. It should be possible to customize any locale to put the scroll bar on the left. You'll probably have to resource hack your locale file.

    --
    http://brandonbloom.name
  12. Which planet are you from? (-: by leonbrooks · · Score: 2, Informative

    I read left-to-right, and my second finger sits on the mouse's middle scroll-wheel/button (so I can roll it up or down). It all just works.

    WRT handedness-sensitive PDAs, hain't knowingly seen one yet.

    Handing a mouse is easy, just ask for some weird combination (Ctrl-Alt-Button for example, and wait for the cursing from 'Doze users :-) for choosing sides. Alternatively, just watch to see which buttons get clicked when a user logs in.

    --
    Got time? Spend some of it coding or testing
  13. Your question has nothing to do with lefties. by shoolz · · Score: 4, Interesting
    You are asking for an interface standard adjustment that will benifit ALL users, not just lefties.
    • The menus of all apps are on the top left, the furthest away from the scrollbar - just like righties have to use;
    • The start menu for Windows/Linux distros that I've used are on the bottom left, the furthest away from the scrollbar - just like righties have to use
    • The menus of most web sites are on the left, the furthest away from the scrollbar - just like righties have to use;
    • I could go on, but everybody gets my point...
    If you find compy interfaces tough to use, it's not because you're a leftie, it's because these interface wrinkles haven't been ironed out yet for righties OR lefties.
    1. Re:Your question has nothing to do with lefties. by modeless · · Score: 3, Insightful

      Scrollbars should die. They are a terrible interface for scrolling, and they should be replaced with something better. The arrow buttons on the top and bottom are useless, the bars are way too thin as mouse targets on today's high resolution screens, yet they take up two whole sides of whatever you're scrolling, the size of the scroller part is often too small, the changing size of the scroller is often inconsistent, the behavior of releasing the drag when the mouse moves too far away is braindead (only Windows does this thankfully), the pageup/pagedown functionality when clicking on an empty area of the scrollbar is unreliable because it stops working when the scroller reaches the mouse pointer, they are *not* at all intuitive (though people have learned to use them), I could go on and on.

      The mouse scroll wheel was a step in the right direction but the implementation sucks there too. It should scroll continuously instead of clicking by lines, it should control the thing under the mouse instead of having its own weird focus rules (again Windows stands alone here), and pushing the wheel button should give scrolling control directly to the mouse Y-axis instead of that weirdo autoscroll thing.

  14. Shut off the computer by Kohath · · Score: 2, Funny

    Shut off the computer and learn to throw (or hit) a fastball

  15. Re:south paw? by phatcabbage · · Score: 4, Informative
    From the Wiktionary:
    southpaw
    1. (informal): One who is left-handed
  16. the Leftorium by ndb · · Score: 3, Funny

    Has anyone thought of Ned Flanders' Leftorium? You have to able to find a left-handed WinXP there!

  17. Get over it already! by Butterspoon · · Score: 5, Interesting

    I am strongly left-handed but when I was introduced to this new-fangled mouse thingy, I always moused with my right hand, probably because that was how my desk was laid out at first, and was not very comfortable mousing with the left. Unfortunately, after a few years of intensive Doom-playing (LH on keyboard, RH on mouse), I got a touch of RSI in my right writst which meant that mousing right-handed became painful and I now mouse exclusively with my left hand. (I only switch over when playing a FPS.)

    Anyway, to the point in hand: I'm well aware of and irritated by the "dextrism" that pervades manufacures goods (numeric keypad on the right is my pet peeve) but honestly I had never given the position of the scroll bar a second thought until I read this article. It's just a waste of effort to have to acquire a left-handed version of every common product, and if you've got to the point where you're complaining about where the scroll bar is then you're just overdoing it. I mean, mouse pointer too far from the scroll bar? Give it a nudge and - look! - it's over there, near the scroll bar! Problem solved! Or use the wheel and forget about it. It's not even clear that this is a case of dextrism - the scroll bar has to be somewhere; this is more likely to be influenced by text reading direction than the majority dominant hand.

    You have to be able to adapt to the environment you find yourself in. Putting up with default computing environments makes you more comfortable when using random machines and makes your machine a *lot* easier to use should anyone need to do something quickly on it over your shoulder. I've got a left-handed colleague who swaps his mouse buttons and I have to help him with stuff on his computer from time to time. Just can't adapt to it, no matter how many times I use it.

    --
    pi = 2*|arg(God)|
  18. It IS possible, but... by AmiMoJo · · Score: 4, Interesting

    When your Windows locale is for a right-to-left language, the scroll bars, menus and everything is reversed and on the opposite side too. This works in pretty much all applications.

    So, Windows does support it. The question is, how do you enable it in an English left-to-right OS?

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  19. Spiral Notebooks? by Gr8Apes · · Score: 3, Informative

    What's the problem? Just write in them starting from the back. It'll be backwards for us righties, but then, so is your writing style ;)

    --
    The cesspool just got a check and balance.
  20. Re:Why do lefties reverse mouse buttons?? by lyonsden · · Score: 2, Insightful

    Actually they are not 'right' and 'left', they are 'primary' and 'secondary'. However, they are commonly referred to as right and left - but that's typical in a right-hand dominated society.

    Even Wikipedia avoids the sidedness distinction in an article about contextual menus and this one specifically about mice.

  21. Re:Right handed washing up liquid by croddy · · Score: 2, Funny
    We right-handers generally call that stuff "soap" and just squeeze the thicker bottom of the bottle anyway.

    Don't make life more complicated than it has to be.

  22. Re:Ugh, why do people do that? by Keith+Russell · · Score: 2, Insightful
    Why do that when you could have a nice stable GNU/Linux installed in twenty minutes?

    Replacing the entire operating system just for one little quality-of-life feature is like replacing your entire house just for the new garage door opener.

    (And you all thought I was going to drop a Bad Car Analogy on you.)

    --
    This sig intentionally left blank.