Mouse Gestures in Mozilla
Jedbro writes: "I have really enjoyed the mouse gestures in Opera since its release, since then I have come across an awesome new project at Mozdev, called OptiMoz. OptiMoz (a.k.a. MozGest) is a XPI for Mozilla allowing Mouse Gestures to be available. It works great with Mozilla 0.9.4 and nightly builds.
It currently has Gestures for: *New Tab Window (Moz Tabs!!) *Forward in History *Backward in History *Reload *New Document *Up a directory in the URL *View Source *View Cookies for Current Domain *View Meta Data for Domain and *Access Homepage."
Use keyboard shortcuts. They're quicker, and as an added benefit don't give you RSI.
Blaming GW Bush for the Iraq war is like blaming Ronald McDonald for the poor quality of food.
When I read this post, I immediately ran to mozdev and installed it. This is really cool! Now you can browse in complete full-screen without having to rely on context menus. Using the keyboard shortcuts (as has been suggested) is not as easy because I usually surf using only the mouse and switching my attention back and forth between keyboard and screen is quite cumbersome. In short: this completely ROCKS!!!
In a way, Slashdot is to thank for this. Back when Mozilla 0.9.2 was released, there was a +5 comment on the possibility of Opera-like gestures. That led people to read about gestures in bug 76537 and, from there, the community stepped up to the plate (specifically, Andy Edmonds). Nice.
:).
Now, if only we could work together and get some working spellchecking for Mozilla
Alex Bischoff
HTML/CSS coder for hire
I got an M$ Intellimouse with 5 buttons + wheel
.. this is WAY more convinient than every possible guesture, just press ur thumb , and page back.
... Any ideas ? Do i need to fill out a mozilla bug ? :)
(if u count the wheel as buttonts, then it has 7)
In IE the 4th button is the Page back feature
Any way to configure Mozilla to have the same behavior ? The best i found is using key for page pack, but as written below u need 2 hands for that
Also, from the experience I've had, the user you're running mozilla under has to be able to write to the mozilla directory to install plugins. So I su root, install the plugin, then re-start in user mode. The plugin then appears.
It's not just that keyboard controls are good on general principles; it's also the ridiculous extent to which browsers neglect them. Do you realize that when the focus is in the page (> 90% of the time), almost every single keypress does absolutely nothing? What a waste!
I would give my left foot for a vim-like mode in mozilla. Flexible and powerful navigation, visual selection, one-key incremental regex searches, marks and jumps, macros. Some modifications would be necessary for a browser environment, but I think most of the endearing non-editing properties of vim could be carried over.
So, anyone want to write this?
The evaluation of an action as 'practical' . . . depends on what it is that one wishes to practice.
I'm just about at the end of my wick over certain mozilla bugs, such as the myriad problems with cursor management in textareas. Over the last six months to a year, I swear Moz has moved backwards in getting rid of these kinds of piddling little problems - problems which, in my opinion, absolutely prevent its wider acceptance.
The usual reply is that you can't prevent people from working on what they want to work on. Well guess what, if the piddling little bugs aren't fixed, there won't BE an open source browser for you to add your favorite little quirks to.
I'm composing this in Moz and if I hit the right arrow button at the end of a line, the cursor will go to the top of the text area. If I hit the down arrow key, it will create a hidden EOL. Sometimes entire lines of text just disappear and then re-appear. Sometimes unhighlighted text remains highlighted. Once in a while it even crashes, which I like because then at least something has a chance of getting attention.
It's so bush, too, that's the problem with it. Looks like Moz can manage to claim compatibility with important WWW standards but CAN'T MANAGE STANDARD TEXT EDITING.
You can complain about me complaining, but my contribution is not coding, and all my words are out of frustration for seeing these stupid little bugs live on for month after month. To live to make it into milestone after milestone. And the worst part is, IT USED TO WORK PERFECTLY. At some point, probably last spring, text editing was BROKEN. WTF, people?
And I won't even mention how many times the window focus problems have changed but not improved in the last six months. And to think that, a year ago, I though Moz was three months away from "ready".
But in browsers there's another level of unpredictability that is a pain. You never know where the next tab is going to leave you. Could be any number of input forms, or a URL, or maybe you didn't realize it and your focus isn't on the page... it makes navigation with a keyboard near-impossible. Of course, this is largely true for any complicated GUI form. Browsers just happen to be the most common complicated GUI in use.
I suppose it's because keyboards are good for modal or serial interfaces, where mice are better for more random-access interfaces. OTOH, with you use the keyboard to its full potential (i.e., as more than just a bunch of shortcuts) the keyboard can be far more expressive (e.g., CLI). But I don't have any clever ideas on how to map that to a web page.