Welcome Guest.   Make a donation to an author on the site November 20, 2009, 05:27:38 PM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
Your Support Funds this Site: View the Supporter Yearbook.
   
   Forum Home   Thread Marks Chat! Downloads Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: AltTab Fingertips v1.3 - 14 Jan 08  (Read 17054 times)
justice
Supporting Member
**
Posts: 1,429



Solve issues simply.

View Profile WWW Give some DonationCredits to this forum member
« on: October 30, 2007, 09:40:28 AM »

I made a small AHK script I thought you might want to use: AltTab Fingertips. Many thanks to ak_ for creating "menu at cursor" idea with FileDraft, which inspired this. It's like alt-tab but quicker. A lot of code comes from my PutAside script.

Press a configurable hotkey (F10 by default), and get a menu at the mouse with all the current windows on it. You can exclude processes using the tray menu.

Small screencast:


Changelog:
v1.3 - Recompile, shiny new icon, INI in the same folder as the script for portability, fixed mail address, online link to latest version.
v1.2 - startup message is now only shown once. Added "show desktop|restore programs" option to menu, (windows-d)
v1.1 - allows to exclude processes via system tray menu.

Download Page


« Last Edit: March 05, 2009, 10:30:35 AM by justice » Logged

JustEnter (one key for all apps)
AltTab FingerTips (task switch at mousepointer)
Axem (AHK script manager)
JustCloseSomeTasks (Inactive Task Manager)
JustToDoIt (simple todo lister)
PutAside (Hide/recall programs)
All Apps
sri
Honorary Member
**
Posts: 626


see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #1 on: October 30, 2007, 09:56:15 AM »

..... You can exclude processes using the tray menu.
..

Can you please elaborate? I don't see an option to exclude processes from the tray menu.
Logged

justice
Supporting Member
**
Posts: 1,429



Solve issues simply.

View Profile WWW Give some DonationCredits to this forum member
« Reply #2 on: October 30, 2007, 10:12:25 AM »

Ah that shouldn't have been in, but it is now with v1.1. smiley
« Last Edit: October 30, 2007, 10:34:49 AM by justice » Logged

JustEnter (one key for all apps)
AltTab FingerTips (task switch at mousepointer)
Axem (AHK script manager)
JustCloseSomeTasks (Inactive Task Manager)
JustToDoIt (simple todo lister)
PutAside (Hide/recall programs)
All Apps
justice
Supporting Member
**
Posts: 1,429



Solve issues simply.

View Profile WWW Give some DonationCredits to this forum member
« Reply #3 on: October 30, 2007, 10:22:14 AM »

Try the new version, I'll change the opening post to amend the download.
« Last Edit: October 30, 2007, 10:32:31 AM by justice » Logged

JustEnter (one key for all apps)
AltTab FingerTips (task switch at mousepointer)
Axem (AHK script manager)
JustCloseSomeTasks (Inactive Task Manager)
JustToDoIt (simple todo lister)
PutAside (Hide/recall programs)
All Apps
rjbull
Charter Member
***
Posts: 1,317

View Profile Give some DonationCredits to this forum member
« Reply #4 on: November 02, 2007, 05:23:28 AM »

justice,

Where does it keep its Preferences?  In the Registry? Could they be kept in an INI file in AltTab Fingertips' own directory, please?

Logged
justice
Supporting Member
**
Posts: 1,429



Solve issues simply.

View Profile WWW Give some DonationCredits to this forum member
« Reply #5 on: November 02, 2007, 05:41:42 AM »

It's creating an AltTabs Fingertips folder under the users Application Data, and stores the preferences in an ini file called settings. In my case this is C:\Documents and Settings\<username>\Application Data\AltTabFingertips\settings.ini

I take it you're asking this because you want to run it portable?

Logged

JustEnter (one key for all apps)
AltTab FingerTips (task switch at mousepointer)
Axem (AHK script manager)
JustCloseSomeTasks (Inactive Task Manager)
JustToDoIt (simple todo lister)
PutAside (Hide/recall programs)
All Apps
rjbull
Charter Member
***
Posts: 1,317

View Profile Give some DonationCredits to this forum member
« Reply #6 on: November 02, 2007, 08:18:36 AM »

Found the INI now, thanks.

Essentially, yes, portable would be nice...

Logged
Ampa
Charter Member
***
Posts: 413


I am cute ;)

View Profile Give some DonationCredits to this forum member
« Reply #7 on: January 14, 2008, 07:58:16 AM »

Decided to try this today...

1st: +1 for keeping the INI in the same folder as the script, for portability.

2nd: AVG reports "Virus Identified Worm/Autoit.LM" - I am sure that this is a false positive, but it would be rather nice if this didn't happen!

3rd: Seems very fast - thanks very much for sharing the script smiley

UPDATE...

I compiled your script on my own machine, with the latest version of AHK, and AVG now likes the EXE!

4th: How about a nice icon for the tray? (Ampa doesn't like the default green H!)
« Last Edit: January 14, 2008, 08:02:21 AM by Ampa » Logged
justice
Supporting Member
**
Posts: 1,429



Solve issues simply.

View Profile WWW Give some DonationCredits to this forum member
« Reply #8 on: January 14, 2008, 08:39:05 AM »

Your wish is my command:

Changelog:
v1.3 - Recompile, shiny new icon, INI in the same folder as the script for portability!

If anyone can point me to a resource on how to show the application icons in the context menu that would be appreciated. It's something I'd like to add but will take me too long to do without example.
Logged

JustEnter (one key for all apps)
AltTab FingerTips (task switch at mousepointer)
Axem (AHK script manager)
JustCloseSomeTasks (Inactive Task Manager)
JustToDoIt (simple todo lister)
PutAside (Hide/recall programs)
All Apps
Ampa
Charter Member
***
Posts: 413


I am cute ;)

View Profile Give some DonationCredits to this forum member
« Reply #9 on: January 14, 2008, 08:59:54 AM »

Phew! That was fast!

Testing right now... smiley

UPDATE: Looks great! I love the icon - thank you.

2 very small things...

1) The version number in the About box is wrong.
2) What is the sort order for the windows in the pop-up? Could it be alphabetical, by Application? Or even configurable?
« Last Edit: January 14, 2008, 09:04:14 AM by Ampa » Logged
justice
Supporting Member
**
Posts: 1,429



Solve issues simply.

View Profile WWW Give some DonationCredits to this forum member
« Reply #10 on: January 14, 2008, 09:27:31 AM »

1) I was going to call it 1.21 and then changed my mind.. good attention to detail Wink Will be corrected in a future version.
2) Last active windows are on top, older windows to the bottom. If you switch to firefox and then trigger ATF firefox should be on top of the list. That minimizes mouse movement. However I found myself looking for the right line as well (which is why I was wondering if I could add in program icons), what are your thoughts? I should settle on alphabetically?
Logged

JustEnter (one key for all apps)
AltTab FingerTips (task switch at mousepointer)
Axem (AHK script manager)
JustCloseSomeTasks (Inactive Task Manager)
JustToDoIt (simple todo lister)
PutAside (Hide/recall programs)
All Apps
PhilB66
Supporting Member
**
Posts: 1,179


View Profile Give some DonationCredits to this forum member
« Reply #11 on: June 17, 2008, 06:26:09 PM »

Ryan of Cybernetnews wrote about AltTabs Fingertips @ Alt-Tab Replacement Optimized for the Mouse.
Logged
mouser
First Author
Administrator
*****
Posts: 21,829



plarker mouser see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #12 on: June 17, 2008, 06:56:09 PM »

Quote
Ryan of Cybernetnews wrote about AltTabs Fingertips

Cool! Congratulations Justice!!

(and nice catch Phil -- always a good feeling to see people on the forum looking out for each other thumbs up thumbs up thumbs up)
Logged
wreckedcarzz
Charter Member
***
Posts: 1,525



Happy wolfie ^_^

see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #13 on: June 17, 2008, 07:55:51 PM »

Would it be possible to show icons next to the list of programs? It is easier for me to notice an icon than to read over and find the window I want.
Logged

Grab my apps and more at http://wreckedcarzz.wikidot.com/

What I've been up to:


Proud member of Xfire clans Talons of War, Golden Network, DonationCoder, >TheFurLeague< and Gamer Furs
rjbull
Charter Member
***
Posts: 1,317

View Profile Give some DonationCredits to this forum member
« Reply #14 on: June 18, 2008, 03:40:44 AM »

+1 for icon display.

Two more thoughts/requests:

  • Could its screen location be locked, so that it always appears in the same place on the screen?  At present it seems to move around a bit, and I'd rather know in advance where to look for it.
  • Could the hotkey be a toggle?  That is, suppose you press the hotkey and the ATF menu comes up, and you didn't want to do that.  Could pressing the hotkey a second time while the menu is on screen be made to dismiss the menu?  I know Esc dismisses it, but Esc might be far away on the keyboard from your chosen hotkey.

Logged
justice
Supporting Member
**
Posts: 1,429



Solve issues simply.

View Profile WWW Give some DonationCredits to this forum member
« Reply #15 on: June 18, 2008, 05:03:51 AM »

Thanks everyone! Woohoo i'm famous tongue You'll be disappointed to hear that I'll NOT be releasing the much anticipated AltTab Fingertips PRO shareware version.  Cry Instead, I'll be looking into adding the icons which would definately improve the application. Also the ability to sort the list alphabetically.

rjBull the menu should always comeup at your mouse pointer, so that minimal mouse-travel is needed to use it. Do you find that is not the case or not logical for you? I like your dismiss hotkey feature too smiley

Logged

JustEnter (one key for all apps)
AltTab FingerTips (task switch at mousepointer)
Axem (AHK script manager)
JustCloseSomeTasks (Inactive Task Manager)
JustToDoIt (simple todo lister)
PutAside (Hide/recall programs)
All Apps
ur1sn00per
Charter Member
***
Posts: 14

View Profile Give some DonationCredits to this forum member
« Reply #16 on: June 18, 2008, 05:26:54 AM »

"searching" and stretching for F10 is just as bad as for alt+tab
how about moving the mouse to edge of screen?
Logged
rjbull
Charter Member
***
Posts: 1,317

View Profile Give some DonationCredits to this forum member
« Reply #17 on: June 18, 2008, 08:10:29 AM »

rjBull the menu should always comeup at your mouse pointer, so that minimal mouse-travel is needed to use it. Do you find that is not the case or not logical for you?

I'm a keyboard person, not a mouser, most definitely not THE mouser(!)   smiley  but I use a mixture of console-mode and WinGUI programs.  So I sometimes have to move the mouse around, then wonder why ATF has moved too.

Maybe there's a script somwhere that automatically parks the mouse pointer at a given location after so many seconds mouse inactivity?

Quote
I like your dismiss hotkey feature too smiley

smiley

@ur1sn00per: maybe that makes it clearer?  I use F12 as the hotkey, which is at the opposite end of the top row from Esc.  Alt+Tab is a left-hand-only action.  Using F12 and Esc needs both hands.  Just a minor ergonomic point.

Logged
TucknDar
Charter Member
***
Posts: 945


Advanced coder of Nowt

see users location on a map View Profile WWW Read user's biography. Give some DonationCredits to this forum member
« Reply #18 on: June 22, 2008, 02:36:58 PM »

Congrats, justice! AltTab Fingertips is the featured Windows download on Lifehacker today, 22. June!

http://lifehacker.com/396...ow-switcher-to-your-mouse
Logged

I run the Crystal Palace Supporters Scandinavia website. My favourite software: Total Commander | HippoEdit | FARR | Miranda IM | Website-Watcher
justice
Supporting Member
**
Posts: 1,429



Solve issues simply.

View Profile WWW Give some DonationCredits to this forum member
« Reply #19 on: June 23, 2008, 02:25:06 AM »

Thanks TucknDar I wouldn't have noticed otherwise!  Thmbsup
Logged

JustEnter (one key for all apps)
AltTab FingerTips (task switch at mousepointer)
Axem (AHK script manager)
JustCloseSomeTasks (Inactive Task Manager)
JustToDoIt (simple todo lister)
PutAside (Hide/recall programs)
All Apps
jdd
Charter Member
***
Posts: 177


see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #20 on: July 13, 2009, 01:07:00 PM »

I just discovered this great script  Thmbsup, and several others by Justice.

Can anyone tell me how to over ride the standard Windows alt tab hotkey with this one?
Logged
justice
Supporting Member
**
Posts: 1,429



Solve issues simply.

View Profile WWW Give some DonationCredits to this forum member
« Reply #21 on: July 13, 2009, 01:25:21 PM »

Thank you very much smiley This and most of my programs allow you to change the hotkey via the tray icon, did you try setting it to alt-tab? I'm not sure if it works.. maybe Skrommel has written a coding snack for it..
Logged

JustEnter (one key for all apps)
AltTab FingerTips (task switch at mousepointer)
Axem (AHK script manager)
JustCloseSomeTasks (Inactive Task Manager)
JustToDoIt (simple todo lister)
PutAside (Hide/recall programs)
All Apps
jdd
Charter Member
***
Posts: 177


see users location on a map View Profile Give some DonationCredits to this forum member
« Reply #22 on: July 13, 2009, 02:31:16 PM »

I tried to set it from the tray icon but it didn't work.  I also tried to edit the script to change "F10" to "!{Tab}" but that didn't work either.  
« Last Edit: July 13, 2009, 03:40:24 PM by jdd » Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  
   Forum Home   Thread Marks Chat! Downloads Search Login Register  

DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
SMF © 2006-2009, Simple Machines LLC

social bookmark this page