topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday March 19, 2024, 12:01 am
  • 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

Author Topic: TapTap - LATEST VERSION INFO THREAD - v1.03.01 - Nov 21, 2006  (Read 31946 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
DOWNLOAD FROM Program Web Page

LATEST RELEASE:
v1.03.01 - 11/21/06
  • Now you can use capslock, pause as actions of keymaps




OLDER RELEASES:
v1.02.01 - 10/29/06
  • Reloading after changes could sometimes leave hotkeys and options unchanged
  • Fixed bug where it was ignoring doubletaps in some rare cases.

v1.01.01 - 10/29/06
  • First public release


What is TapTap?

TapTap Hotkey Extender is a tiny super-efficient tray-based utility (under <100k) for keyboard fanatics.

It monitors for certain unusual hotkey combinations not supported by most programs (like doubletap right shift key). When such hotkey combinations are detected, TapTap will simulate a normal hotkey that the user has configured.

In this way, you can configure any of your programs to respond to these extended hotkey events as if they supported it natively.

Example:
  • You might have a program which normally triggers on Alt+Ctrl+F5, but you want to configure it to trigger with a double tap of the right control key. You can use TapTap to detect Right Control Doubletap events, and send a Ctrl+Alt+F5 when it does. In this way, you can control your programs the way you want to, and they never know the difference.

Written in lean and mean C++ and highly optimized for insignificant cpu/memory access.

TapTap.png
« Last Edit: November 21, 2006, 03:16 AM by mouser »

kfitting

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 593
    • View Profile
    • Donate to Member
Re: TapTap - LATEST VERSION INFO THREAD - v1.01.01 - Oct 29, 2006
« Reply #1 on: October 30, 2006, 05:37 AM »
mouser, would it be possible to allow the user to choose window classes, titlebar names, etc of the program they wish to control?  A comma delimited list or something would work I think.  This way, if two programs use the same shortcut, the user could assign a different shortcut for each program.

Kevin

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: TapTap - LATEST VERSION INFO THREAD - v1.01.01 - Oct 29, 2006
« Reply #2 on: October 30, 2006, 06:01 AM »
can you explain more about what you want?

but let me also just explain where i think taptap fits in to the world of hotkeys and macros.
there are some great hotkey/macro tools (like autohotkey, macro express, lots of others).
so i dont think taptap should try to do what they already do, and some of them surely can be used to do advanced stuff like doing certain things when certain programs are running.

so i think taptap should limit itself to stuff it can do reallly fast, that other programs can't, like catching the double tap stuff.

now having said that, i'm open to the possibility of saying that a double-tap in one program might send a different key than a double tap in another, since it wouldnt impact speed nor be very hard to add.

rjbull

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 3,199
    • View Profile
    • Donate to Member
Re: TapTap - LATEST VERSION INFO THREAD - v1.01.01 - Oct 29, 2006
« Reply #3 on: October 30, 2006, 08:28 AM »
Mouser,

As well as hotkey utilities one can also find keyboard remappers, like PC Magazine's TradeKeys and JoeJoeSoft's OkayKeeBees.

Your emphasis is on unusual and doubled keystrokes, right?  You're not making a more general keyboard remapper?


mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: TapTap - LATEST VERSION INFO THREAD - v1.01.01 - Oct 29, 2006
« Reply #4 on: October 30, 2006, 08:33 AM »
thanks for those pointers, i will add links to them on the taptap web page and help file.

yes you are right, the intent isnt on being a general keyboard remapper, unless that is really needed, but rather on mapping these unusual things like double taps to regular hotkeys.

kfitting

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 593
    • View Profile
    • Donate to Member
Re: TapTap - LATEST VERSION INFO THREAD - v1.01.01 - Oct 29, 2006
« Reply #5 on: October 30, 2006, 08:36 AM »
Well, that kind of clarifies the situation I suppose.  I guess I just dont have the need for the niche this program occupies!  Nevermind,

Kevin

nontroppo

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 649
  • spinning top
    • View Profile
    • nontroppo.org
    • Donate to Member
Re: TapTap - LATEST VERSION INFO THREAD - v1.01.01 - Oct 29, 2006
« Reply #6 on: October 30, 2006, 11:04 AM »
hey mouser, great app! any chance to specify tap number:

D = double
T = triple
...
C = centuple ;)

etc...
FARR Wishes: Performance TweaksTask ControlAdaptive History
[url=http://opera.com/]
« Last Edit: October 30, 2006, 11:07 AM by nontroppo »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: TapTap - LATEST VERSION INFO THREAD - v1.01.01 - Oct 29, 2006
« Reply #7 on: October 30, 2006, 11:14 AM »
i could count taps but you wouldnt be able to trigger on both 2 and 3, so it would only be useful if you wanted to catch tripple taps and never double taps, which seems a bit much.

nontroppo

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 649
  • spinning top
    • View Profile
    • nontroppo.org
    • Donate to Member
Re: TapTap - LATEST VERSION INFO THREAD - v1.01.01 - Oct 29, 2006
« Reply #8 on: October 31, 2006, 04:52 AM »
yes, this would be useful only if one could define double taps to do one thing and triple taps to do another, thanks anyway mouser!  :Thmbsup:
FARR Wishes: Performance TweaksTask ControlAdaptive History
[url=http://opera.com/]