403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/laragon/bin/cmder/vendor/conemu-maximus5/ConEmu/Far3_lua/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/laragon/bin/cmder/vendor/conemu-maximus5/ConEmu/Far3_lua/ConEmu.CtrlO.lua

-- Place this file into your %FARPROFILE%\Macros\scripts


-- Show output of last console command
-- Checkbox 'Long console output' must be checked in
-- ConEmu Settings -> Features

-- OpenType=1 - Open in editor, OpenType=2 - Open in viewer
local OpenType = 1

local ConEmu   = "4b675d80-1d4a-4ea9-8436-fdc23f2fc14b"

Macro
{
  area="Shell";
  key="CtrlO";
  flags="NoSendKeysToPlugins";
  description="ConEmu: Show console output in editor";
action = function()
  Plugin.Call(ConEmu,OpenType) Keys("CtrlEnd")
end;
}

--  Area="Editor.'CEM*.tmp'"
--  Area="Viewer.'CEM*.tmp'"

Macro
{
  area="Editor Viewer";
  key="CtrlO";
  flags="NoSendKeysToPlugins";
  description="ConEmu: Return to panels from console output";
condition = function(Key)
  -- Only our temp files: "CEM*.tmp"
  if Area.Editor then f=Editor.FileName; else f=Viewer.FileName; end
  return (mf.lcase(mf.fsplit(f,8))==".tmp"  and  mf.ucase(mf.substr(mf.fsplit(f,4),0,3))=="CEM")
end;
action = function()
  -- Close
  Keys("F10")
  -- Skip save confirmation
  if Area.Dialog and Dlg.Id=="F776FEC0-50F7-4E7E-BDA6-2A63F84A957B" then
    Keys("Right Enter")
  end
end;
}

Macro
{
  area="Shell";
  key="CtrlAltO";
  flags="NoSendKeysToPlugins";
  description="Hide/Show panels (standard FAR CtrlO)";
action = function()
  Keys("CtrlO")
end;
}

Youez - 2016 - github.com/yon3zu
LinuXploit