I am thinking about the middle mouse click
One of my often moves is go to see the main goldmine window
Goldmine is my CRM and knowledge base. I use continually.
So the clicks to make active the goldmine windows are very very often. May be 300 times a day.
At the present I need to move the mouse to click on the icon in the task bar or in the window in the task bar (excuse my english) . I'll put a screenshot.
Inside FF when i click in the middle mouse click I paste. But I really i am used to use Ditto (Ditto is a multi clipboard very special) or Ctrl-V.
MilesAhead script ReOpen give the possibility to use the middle mouse click to hotkey and see a list.
So.
I think for me is specially useful that the middle mouse click have the following special function.
Really two functions.
If goldmine is open :
Activate his window
This way
http://img715.images...rt24062012210049.pngIf Goldmine is not open, then open the program with this command :
Y:\GoldminePrg\gmw5.exe /i:esm /u:JOSE /p:
http://img3.imagesha...4062012205151mod.pngso I need an If ?
The main process of Goldmine is : gmw5.exe
I have taken the Goldmine window information with ActiveWindow info
>>>>>>>>>>( Window Title & Class )<<<<<<<<<<<
GoldMine 5.5
ahk_class GMFrame
>>>>>>>>>>>>( Mouse Position )<<<<<<<<<<<<<
On Screen: 1096, 467 (less often used)
In Active Window: 1096, 466
>>>>>>>>>( Now Under Mouse Cursor )<<<<<<<<
ClassNN: MDIClient1
Text:
Color: 0xC8D0D4 (Blue=C8 Green=D0 Red=D4)
>>>>>>>>>>( Active Window Position )<<<<<<<<<<
left: 0 top: 1 width: 1920 height: 1001
>>>>>>>>>>>( Status Bar Text )<<<<<<<<<<
>>>>>>>>>>>( Visible Window Text )<<<<<<<<<<<
Active Window Info Autohotkey
Documento|Tipo|Archivo|Fecha|Propietario
Lista de contactos
&Buscar valor:
&Orden:
&3ª columna:
C&omprimir
Co&ntactos principales
&Contactos adicionales
S&inc 3ª columna c/orden
&Sincronizar ventana Contacto
Genérico2
Estándar
Programar
Correo electrónico
Varios
Macros
Registro
Herramientas
Configurar
>>>>>>>>>>>( Hidden Window Text )<<<<<<<<<<<
Básico
Getting Started
Basic
Standard
Schedule
E-mail
Misc.
Record
Tools
Setup
Introducción
>>>>( TitleMatchMode=slow Visible Text )<<<<
active window info
Contacto ::03,02 ;;CONTACT
>>>>( TitleMatchMode=slow Hidden Text )<<<<
Empresa
I would like a little script to use the middle mouse click in the way expressed above.
Best Regards