topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday November 20, 2025, 2:57 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 7 8 9 10 11 [12] 13 14 15 16 17 ... 27next
276
it does feel wrong, but it is SO useful, i use it mainly for open-in-a-new-tab in firefox, but have also found other uses for it.

In my opinion, Ctrl+click for the same purpose is more intuitive.
278
Yes, it feels wrong to 'push' the mouse scroll wheel for me too.
280
I wrote a small blog post about this at http://www.howtotuts...scrolling-the-mouse/
281
works pretty good. Thanks lanux and the original author.
282
lanux: Presently that script uses ctrl+9 to switch to next window and ctrl+8 to switch to previous window.

I've replaced ^9 with ~WheelUp and ^8 with ~WheelDown.

How do I restrict the script to work only when the mouse is over the taskbar?
283
This might not be the solution you are looking for. But I've put together a very basic AutoHotKey script which will switch to already running Firefox and press ctrl+1. Why 1? Because I always place Gmail in the first tab of Firefox.

Save the following as FirstTabFirefox.ahk:

#SingleInstance force
SetTitleMatchMode, 2
IfWinExist Mozilla Firefox
{
    WinActivate, Mozilla Firefox
}
WinWaitActive, Mozilla Firefox
Send {Ctrl Down}1{Ctrl Up}
284
Find And Run Robot / Re: Urgent security notice for all FARR users
« Last post by sri on May 27, 2008, 01:41 AM »
Thanks for bringing it to my notice.

22 have downloaded my zip file. I've now made this file private and changed my Gmail password.
285
The script works as it should. I didn't know that Alt+Esc only cycles maximized windows and it ignores minimized windows.

Lanux is going to work on modifying this so it works on all windows whether or not they are maximized or minimized.

10:54 lanux128 maybe mouse-wheel on the taskbar can do an alt+tab, what do you think?
10:56 srikat I want the script to bring up immediate next/previous window regardless of window state (minimized or maximized)
10:56 srikat when the mouse wheel is scrolled anywhere on the taskbar
10:57 srikat next/previous relative to the current active window
10:58 lanux128 maybe i can modify the existing script to make a custom script for you..
10:58 srikat I belive that's what the original thread poster wanted as well
286
I had volumouse running. Closed it but still the same.

I do already have the mouse wheel settings as per your screenshot.
287
lanux: I can see the taskbar items getting focus but the windows themselves are not coming to the foreground. Also some taskbar items are being skipped.
288
electronixtar: Though not all, I've addressed some of your points in my blog post.
289
Find And Run Robot / Re: LifeHacker launcher application voting and FARR Name
« Last post by sri on May 21, 2008, 05:17 AM »
Done.
290
BrowserTraySwitch / Re: Firefox 3 + IE6
« Last post by sri on May 20, 2008, 09:36 AM »
291
General Software Discussion / Re: Mind-Mapping Software
« Last post by sri on May 17, 2008, 10:33 PM »
Here's a list of online mindmapping web services I collected: http://delicious.com/sridhar/mindmapping.

Popular mindmapping links: http://delicious.com/popular/mindmapping
292
Curt: External Application Buttons (Modified Version) -> http://bushwhacker.s...rticle/16861899.html
293
Shades: Did you compare it w/ http://amb.vis.ne.jp/mozilla/scrapbook/ ?
294
@cathodera:

TMP provides undo closed tabs button. No need for a separate add-on.

295
I use Tiny Menu add-on.

http://img524.imageshack.us/img524/1182/tinymenukj7.jpg
296
General Software Discussion / Re: Maxthon or Avant?
« Last post by sri on May 13, 2008, 07:02 AM »
For a mouse gesture to work, the mouse button (usually the right one) has to be held (and released to end the gesture).
297
General Software Discussion / Re: Maxthon or Avant?
« Last post by sri on May 13, 2008, 05:34 AM »
well, which ever program I feel like using mouse gestures in. Mainly in Firefox though.

You can easily add the window class of the program in which your desired mouse gestures should work.
298
General Software Discussion / Re: Maxthon or Avant?
« Last post by sri on May 12, 2008, 10:32 PM »
I use system-wide mouse gestures thanks to StrokeIt.
299
Living Room / Fifty Habits of Highly Successful People
« Last post by sri on May 12, 2008, 12:26 PM »
Lifehack has a useful article that lists the 50 habits of highly successful people.



Click on the image above to visit.
300
Find And Run Robot / Re: Links to Review and Comments - Add yours!
« Last post by sri on May 12, 2008, 07:38 AM »
I wrote another 10 point blog post on how one can use FARR. Check it out by clicking on the screenshot below:

http://www.howtotuts...-find-and-run-robot/


Pages: prev1 ... 7 8 9 10 11 [12] 13 14 15 16 17 ... 27next