Messages - ottenm [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 19next
21
Absolutely *golden* lanux128!!  Perfect!  (and yes on deleting the 'custom override' regexp).

Thanks a million!  It's bothered me for years, but small, like a really, really tiny splinter.

22
Thanks for the suggestion lanux128, but it makes a global ctrl-o that overrides all ctrl-o's in any app.  I should have been more clear.  I'd like to trigger farr, and then with the cursor inside the farr command window, be able to hotkey to the options page.

I use alt-j to trigger farr, and still can't burn it out of my skull: alt-j, alt-o.

23
Back when we were all in grade school, if you typed "Ctrl-O" into farr it would open the options window.

I vaguely recall a post that it was conflicting with something else and had to get unplugged.

Is there a way for me to wire this back up in my own installation?  I still miss having a hotkey that would take me from the farr command window into the options window.

Thanks for any suggestions!

24
I have fcalc 1.11.01 and in the config box under "Regular Expression (custom override)" I have:

^=(.*)$|^=$|^fc (.*)$|^fc$

... which brings up fcalc when I type '=' into farr.  So far so good.

But after I do a calculation, say '=1+2' and hit enter, it shows the expression and the result in the window below and it replaces the command line with 'fc ' and at the bottom of the window it says 'FCalc plugin by mouser'.  But it doesn't respond to further typing.  For example, 'fc 3*4' does not show 12.  Although it does still say 'Fcalc plugin by mouser' at the bottom.  If I remove the space 'fc3' it switches back to a farr search and shows me anything that matches fc3.

Would love to type '=1+2' and get '3', and then continue typing '3*4' and get '12'.

In the "Regular Expression match (default)" box I have:

^fc (.*)$|^fc$

Thanks for any suggestions.

25
Thanks a ton IaianB!

Riding on your script from Mouser, I made an ahk script to find Firefox, create a new tab, and open the search results:

;Control+Alt+h
^!h::
InputBox, UserInput, Search Text
if ErrorLevel
    return
IfWinExist, ahk_class MozillaWindowClass
{
   WinActivate, ahk_class MozillaWindowClass
  Sleep, 100
  Send, {CTRLDOWN}t{CTRLUP}
  Sleep, 100
  Run, http://www.google.com/search?hl=en&q=`%22%UserInput%`%22
}
return

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 19next
Go to full version