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

DonationCoder.com Software > FARR Plugins and Aliases

Using an Alias on a plugin

(1/1)

naveed:
Using an Alias on a plugin

I'm trying to set a custom alias (tilde) on this plugin, but it doesn't save when I close this dialog or work. I tried with other characters and it still doesn't work.

I'm using the latest version of FARR v2.239.03. Am I doing something wrong or is it a bug?

Nod5:
I don't know how to fix the plugin itself. But you could try an external AutoHotkey script as a workaround. This might do the trick, if I understand the plugin screenshot correctly.


--- Code: Autohotkey ---#NoEnv#SingleInstance force; use ' as hotkey to send string "tab " if pressed when FARR is active and searchbox is empty#IfWinActive, ahk_exe FindAndRunRobot.exe'::   ControlGetText, FarrText, TEdit1, ahk_exe FindAndRunRobot.exe  if !FarrText    Send tab%A_Space%Return#IfWinActive

naveed:
Thank you! This is a good stop-gap.

I suspect it's a bug with FARR not the plugin, as I imagine FARR's the one that handles the alias.

Navigation

[0] Message Index

Go to full version