DevelopmentMTK / far-plugins

Automatically exported from code.google.com/p/far-plugins
1 stars 1 forks source link

Добавки принимаем? Для PlugMenu простой Lua-скрипт пойдёт? #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Для PlugMenu 1.20 луа-скрипт чтобы не занимать 
зря ОЗУ дополнительным кодом:

Macro {
  description="Advanced plugin menu"; area="Common"; key="F11"; action=function()
  if Plugin.Call("AB9578B3-3107-4E28-BB00-3C13D47382AC",0)==0 then Keys("F11") end
  end;
}

Macro {
  description="Standard plugin menu"; area="Common"; key="ShiftF11"; action=function()
   Keys("F11")
  end;
}

и он же "живьём"

Original issue reported on code.google.com by victorvg04 on 19 Mar 2013 at 3:59

Attachments: