Slashdot Mirror


Gestures For The Linux Desktop

geoffsmith writes "Just stumbled upon a gesture system for the linux desktop called 'wayV'. It works similarly to Mozilla gestures, except at windowing system level. For example, hold down the middle mouse button and draw an 'N' and netscape pops up, or draw a slash through a window and it kills the window's process. There are .debs available and the author is currently porting it to win32."

8 of 175 comments (clear)

  1. apt-get install from Debian by CAPSLOCK2000 · · Score: 4, Informative

    This software is allready in Debian, so all you Debian heads, save the author's website, and install with:
    # apt-get install wayv

    (well, actually sudo aptitude install wayv for me, but that's beside the point)

    1. Re:apt-get install from Debian by taviso · · Score: 3, Informative

      fvwm has had this functionality using libstroke since version 2.3.4 (2.5.5 is the latest release)

      --
      ex$$
  2. FVWM by James+Lanfear · · Score: 5, Informative

    FVWM has supported gestures through LibStoke (apparently what wayV uses as well) for quite some time.

  3. StrokeIt by eddy · · Score: 4, Informative

    No idea, but StrokeIt sounds similar.

    Personally I feel the only gestures worth bothering with is the hold-mousebutton-click-other for navigating back/forward.

    --
    Belief is the currency of delusion.
  4. Re:Oh puhleeze. by Katravax · · Score: 4, Informative

    Liar. You're just trying to sound like a keyboard snob. Opera gestures don't happen by themselves -- you have to hold the right mouse button down. I also highlight text to break pages apart to make them easier to read, and I have never accidentally kicked off an Opera gesture, and Opera is my primary browser. In addition, you can turn the gestures off. There is no way for gestures in Opera to "get in the way".

  5. Useful? by sepluv · · Score: 3, Informative
    Although this is quite an interesting (and even humorous) idea I doubt if it will be used by many Linux users (unless it is quite simple with a few mouse gestures which are easy to make but not easy to make by mistake). I'm sure some people will like it, but, as has already been pointed out, it is probably quicker clicking the icon. Even if it does speed things up a bit, one has to learn all those gestures and make sure one does not make any by accident.

    When I had mouse gestures enabled in my browsers (Mozilla, Opera and Phoenix), I found myself making them by accident and closing the window or something. Maybe they should make them customisable (choose your own gestures - that would be cool and people probably have their own personal gestures they find it is easier/harder for them to make ;-) ) and also make it so one can choose which indivdual gestures you want installed (i.e.: not the kill the app one if your fingers slip sometimes).

    If that was done they might be more useful and mainstream (and, maybe, used in many apps and OS's), but still I (like many others, probably) just couldn't be bothered learning all the damn things and they seemed like more pain than they were worth - I know how to user my browser/OS quickly and well by pointing and clicking or by the keyboard, and I do not really need a third harder-to-learn that is of questionable value and unlikely to speed up my browsing or OS use.

    --
    Joe Llywelyn Griffith Blakesley
    [This post is in the public domain (copyright-free) unless otherwise stated]
    1. Re:Useful? by Jack+Zombie · · Score: 3, Informative

      Maybe they should make them customisable (choose your own gestures - that would be cool and people probably have their own personal gestures they find it is easier/harder for them to make ;-) ) and also make it so one can choose which individual gestures you want installed (i.e.: not the kill the app one if your fingers slip sometimes).

      Actually, you can customize and choose which individual mouse gestures you want to use in Phoenix/Mozilla with the Optimoz Mouse Gestures Extension. All you need to do is go to the directory where you installed Phoenix/Mozilla (for example, C:\Program Files\mozilla.org\Mozilla), then navigate into chrome\mozgest\content\ and open the gestimp.js file (so, following the previous example, it would be C:\Program Files\mozilla.org\Mozilla\chrome\mozgest\content\g estimp.js). Now, edit whats in function initGestureTable() -- for example, edit
      addGesture("L", "g.BrowserBack", "BrowserBack();");
      to
      addGesture("LUDR", "g.BrowserBack", "BrowserBack();");
      in order to change from performing a "Left" gesture to go back one page to "Left, Up, Down, Right". You can also delete the gestures you dislike this way. Its archaic and troublesome, I know, but it works.

      Personally, I only use the "Left" for Back, "Right" for Forward, "Up" for Stop, "Down" for New Tab, and "Down, Right" for Close Tab. All the rest is bloat that gets in the way, for me at least.

      --
      "You should never doubt what nobody is sure about." -- Willy Wonka
  6. Gestures for BeOS and MacOS X by stew77 · · Score: 4, Informative

    I wrote something similar for BeOS - it's called FourWays. Now the trick is that all BeOS applications use BMessages for communications, and that in conjunction with SpiceyKeys, you can use gestures to control any BeOS application.

    Also, theres Cocoa Gestures for MacOS X.