View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/src/DQSDTools
In directory usw-pr-cvs1:/tmp/cvs-serv8909/src/DQSDTools

Modified Files:
        KeyboardHook.cpp 
Log Message:
Ctrl-A now does "select all" per feature request. Also fixed typo in search.nsi w.r.t. 
localsearch.css.

Index: KeyboardHook.cpp
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/DQSDTools/KeyboardHook.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** KeyboardHook.cpp    18 Jul 2002 20:09:05 -0000      1.16
--- KeyboardHook.cpp    27 Jul 2002 15:15:46 -0000      1.17
***************
*** 71,76 ****
                                if(bKeyDown)
                                {
!                                       // Send a CTRL-A - special handler for this in 
search.htm
!                                       SendMessage(GetFocus(), WM_CHAR, 'A'-'@', 0);
                                        return 0; 
                                }
--- 71,76 ----
                                if(bKeyDown)
                                {
!                                       // Send a CTRL-D - special handler for this in 
search.htm
!                                       SendMessage(GetFocus(), WM_CHAR, 'D'-'@', 0);
                                        return 0; 
                                }




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to