Hi Armando,
You've mentioned a few times you use AutoHotKey with InfoQube. Could you give some basic info on how you are using it?
The few times I have tried to use it with IQ I have run into weird pasting problems. That said I would love to use it to create keyboard shortcuts for a few things like the following if folks have ideas on how to do it. Here are my thoughts so far.
change source filter (enter text in source filter)
I think is probably the easiest one since the textbox has a specific ClassNN (Edit2).
check a value in a particular column (like mark done)
enter value in a particular column (would use to set priority, category, etc)
These seem trickier since the grid control is opaque. My one idea is I could arrow to the right column then click space or enter the text. The problem is there is any context on what column we are in. If there was a keystroke that takes us to the first column then I could do it around that by doing something like <move to first column><arrow N right><enter text>. All this assuming the column order is fixed.
d
Comments
:oc:ppju::tgsPju
:oc:pju::tgsPat tgsPthée tgsPju
:oc:Pju::tgsPtral tgsPju
:oc:ppencn::
send, tgsPencn
return
:oc:pencn::
send, tgsPtece tgsPordr tgsPlogl tgsPsécé tgsPencn
return
:oc:Pencn::
send, (projet pas défini) tgsPencn
return
:oc:ooprae::
:oc:oprae::
tagVerification("PRATIQUE", "tgsOprae", "PRAXIQUE", "ooprae2")
MsgBox, 4,, on parle de %subjectName1% ici ? (Yes or No)
IfMsgBox Yes
{
send, %tagString1%
exit
}
else
{
MsgBox, 4,, Ok... on parle de %subjectName2% ? (Yes or No)
IfMsgBox Yes
{
MsgBox, 0,, Ok... Tapper : %hotString2%
Exit
}
else if (subjectName3 = "")
{
Exit
}
else
{
MsgBox, 4,, Ok... on parle de %subjectName3% ? (Yes or No)
}
IfMsgBox Yes
{
MsgBox, 0,, Ok... Tapper : %hotString3%
Exit
}
else
{
MsgBox, 0,, Bon... Je ne sais pas ce que tu veux.
}
}
return
}
:oc:ooprae::
:oc:oprae::
tagVerification("PRATIQUE", "tgsOprae", "PRAXIQUE", "ooprae2")