ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

how can execute a alias without hit enter key ?

<< < (2/6) > >>

hihihlo:
I encountered two bug of special alias "dolaunch", my setting is below :
regular pattern : ^kk $
result          : dolaunch "notepad.exe"

bug1: when I keyin "kk" (NOT "kk ") it will launch notepad
bug2: once launch alias kk, FARR always can't active via hotkey;
      It will launch notepad directly when press active hotkey (break key)

regardless of whether uncheck "when using hotkey to refocus window ... dont clear search text" option,
bug2 always happen.

I can only temporary solve bug2 using :
  dolaunch "notepad.exe";;;restartsearch \n
but this is unnatural and bit slow when active FARR window

Best Regards.

skajfes:
I encountered two bug of special alias "dolaunch", my setting is below :
regular pattern : ^kk $
result          : dolaunch "notepad.exe"

bug1: when I keyin "kk" (NOT "kk ") it will launch notepad
bug2: once launch alias kk, FARR always can't active via hotkey;
      It will launch notepad directly when press active hotkey (break key)

regardless of whether uncheck "when using hotkey to refocus window ... dont clear search text" option,
bug2 always happen.

I can only temporary solve bug2 using :
  dolaunch "notepad.exe";;;restartsearch \n
but this is unnatural and bit slow when active FARR window

Best Regards.


-hihihlo (June 22, 2009, 09:56 PM)
--- End quote ---

I've created this alias
1000>>>>->dolaunch "notepad.exe">+>^kk $

and it works for me as expected. When I type in "kk " notepad is launched, and only then. When I open FARR again nothing happens, as it should be.

But, i have set up FARR to Hide when focus is lost (Settings -> Window mode/Focus), and my hotkey to launch FARR is configured to clear search text.

I think maybe the combination of these settings is causing FARR to run notepad every time.

mouser:
that's actually an interesting clue about how farr is behaving on wake up that suggests a bug.. i'll see if i can't fix it today.

mouser:
ok so my results dont quite match with what you appear to be saying,
But what i do see is that if you have the hotkey NOT set to clear search when triggered, then you get this behavior, which makes some sense since its seeing the kkSpace all over again each time you trigger.  i will fix.

hihihlo:
Thanks you for fix dolaunch re-launching bug.
But I found a more major bug of dolaunch !!!

alias pad :
pattern : [ ]*pad[ ]+(".*").*$
results : notepad.exe $$1

alias aa :
pattern : ^aa $
results : dolaunch pad "this is aa"

alias bb :
pattern : ^bb $
results : dosearch pad "this is bb"

when I type  ' pad "test" ',  it call notepad and pass param "test" to notepad.
when I type  'aa ',  it do nothing !!
when I type  'bb ',  it did as expected

It seem should have same behavior for dolaunch and dosearch, but it's not so.

Best Regards.

ps1: My options setting is same as skajfes' suggest
ps2: if you can't reappear above bug, attached file is my whole setting file

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version