Remove obsolete stuffs

This commit is contained in:
leokhoa
2025-10-05 17:33:37 +02:00
parent 71b1fe4850
commit 1c759708e4
15680 changed files with 4890893 additions and 139873 deletions

View File

@@ -0,0 +1,13 @@
REGEDIT4
; Redirect output of console program to FAR editor.
; Checkbox 'AltEnter' in ConEmu settings must be On.
; Plugin 'Far commands' must be installed.
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\AltEnter]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\AltEnter]
"Sequence"="CtrlHome e d i t : < Enter"
"DisableOutput"=dword:00000001
"Description"="Execute CmdLine and redirect output to Editor"
"NotEmptyCommandLine"=dword:00000001

View File

@@ -0,0 +1,11 @@
REGEDIT4
; Show properties for current item
; Checkbox 'AltEnter' in ConEmu settings must be On.
; Plugin 'EMenu' must be installed.
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\AltEnter]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\AltEnter]
"Description"="Hotkey to execute properties command: Alt-Enter"
"Sequence"="Esc r c l k _ c m d : p r o p e r t i e s Enter"
"DisableOutput"=dword:00000001

View File

@@ -0,0 +1,11 @@
REGEDIT4
; Description.
; Create new console with ConEmu debugger on this instance of FAR
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlAltD]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlAltD]
"Sequence"="callplugin(0x43454D55,8)"
"Description"="Create new console with ConEmu debugger on this instance of FAR"
"DisableOutput"=dword:00000001

View File

@@ -0,0 +1,16 @@
REGEDIT4
; Description.
; Show console output in editor (ConEmu)
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlO]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlO]
"Sequence"="callplugin(0x43454D55,1) CtrlEnd"
"Description"="Show console output in editor (ConEmu)"
"DisableOutput"=dword:00000001
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlAltO]
"Sequence"="CtrlO"
"Description"="Hide/Show panels (standard FAR CtrlO)"
"DisableOutput"=dword:00000001

View File

@@ -0,0 +1,16 @@
REGEDIT4
; Description.
; Show console output in viewer (ConEmu)
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlO]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlO]
"Sequence"="callplugin(0x43454D55,2) End"
"Description"="Show console output in viewer (ConEmu)"
"DisableOutput"=dword:00000001
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlAltO]
"Sequence"="CtrlO"
"Description"="Hide/Show panels (standard FAR CtrlO)"
"DisableOutput"=dword:00000001

View File

@@ -0,0 +1,11 @@
REGEDIT4
; Description.
; Switch ConEmu tabs visibility
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\Common\CtrlShiftT]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Common\CtrlShiftT]
"Sequence"="callplugin(0x43454D55,3)"
"Description"="Switch ConEmu tabs visibility"
"DisableOutput"=dword:00000001

View File

@@ -0,0 +1,11 @@
REGEDIT4
; Description.
; Autoattach Far manager to ConEmu GUI at startup
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlAltDel]
"Sequence"="callplugin(0x43454D55,7)"
"RunAfterFARStart"=dword:00000001
"DisableOutput"=dword:00000001
"Description"="Autoattach FAR to ConEmu GUI"

Binary file not shown.

View File

@@ -0,0 +1,16 @@
REGEDIT4
; Note! This is just an example of calling GuiMacro from Far Manager
; Note! Ctrl+Wheel may be already binded in ConEmu Keys&Macro settings
; Increase/decrease ConEmu GUI font size
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Common\AltMsWheelDown]
"Sequence"="callplugin(0x43454D55,\"FontSetSize(1,-2)\")"
"DisableOutput"=dword:00000001
"Description"="ConEmu: Decrease GUI font size"
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Common\AltMsWheelUp]
"Sequence"="callplugin(0x43454D55,\"FontSetSize(1,2)\")"
"DisableOutput"=dword:00000001
"Description"="ConEmu: Increase GUI font size"

View File

@@ -0,0 +1,54 @@
REGEDIT4
; Description.
; Run 'File under cursor' or 'Command line' in new console of ConEmu.
; 'Press enter to close console' will be displayed after command completion.
; Note! If you want to disable this confirmation, add ":n" after "-new_console"
; below. I.e. " -new_console:bn" or " -new_console:n".
; ShiftEnter - run command in background ConEmu tab
; Note! If you want to activate new tab on ShiftEnter,
; remove ":b" in " -new_console:b" below.
; AltEnter - run command and activate new ConEmu tab
; Note! You must enable "Alt+Enter" option in ConEmu Settings->Keys.
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Vars]
"%%ConEmu_ShiftEnter"="$if (akey(1,1)==\"ShiftEnter\") %add = \" -new_console:b\"; $else %add = \" -new_console\"; $end %oldcmd = \"\"; $if (Search) %oldcmd = CmdLine.Value; %oldpos = CmdLine.CurPos; Esc Esc $end $if (!CmdLine.Empty) $if (CmdLine.Value==\".\" || CmdLine.Value==\"..\" || CmdLine.Value==\"...\") ShiftEnter $else $if (MacroArea==\"AutoCompletion\") $if (CmdLine.Selected) Del $end Esc $if (MacroArea!=\"Shell\") $Exit $end $end $Rep(CmdLine.ItemCount) CtrlD $end $if (index(CmdLine.Value,\"-new_console\")<0) print(%add) $end $if (CmdLine.Selected) Del $end Enter $end $else $if (APanel.FilePanel && !APanel.Plugin && !APanel.Empty && !APanel.Folder && len(APanel.Current)>4) $if (MacroArea==\"AutoCompletion\") Esc $if (MacroArea!=\"Shell\") $Exit $end $end %exec = ucase(env(\"PATHEXT\")); $if (%exec==\"\") %exec = \".COM;.EXE;.BAT;.CMD\"; $end %ext = ucase(fsplit(APanel.Current,8)); $if (%ext!=\"\" && index(\";\"+%exec+\";\",\";\"+%ext+\";\")>=0) CtrlEnter $if (CmdLine.Selected) Del $end print(%add) $if (CmdLine.Selected) Del $end Enter $else $if (akey(1,1)==\"ShiftEnter\") ShiftEnter $end $end $else $if (akey(1,1)==\"ShiftEnter\") ShiftEnter $end $end $end $if (%oldcmd != \"\") print(%oldcmd) $if (%oldpos>=1 && %oldpos<=CmdLine.ItemCount) CtrlHome $Rep(%oldpos-1) CtrlD $end $end $end"
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\ShiftEnter]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\ShiftEnter]
"Sequence"="eval(%%ConEmu_ShiftEnter)"
"Description"="Run <File under cursor> or <Command line> in new console of ConEmu"
"DisableOutput"=dword:00000001
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\Search\ShiftEnter]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Search\ShiftEnter]
"Sequence"="eval(%%ConEmu_ShiftEnter)"
"DisableOutput"=dword:00000001
"Description"="Run <File under cursor> or <Command line> in new console of ConEmu"
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\AutoCompletion\ShiftEnter]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\AutoCompletion\ShiftEnter]
"Sequence"="eval(%%ConEmu_ShiftEnter)"
"DisableOutput"=dword:00000001
"Description"="Run <File under cursor> or <Command line> in new console of ConEmu"
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\AltEnter]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\AltEnter]
"Sequence"="eval(%%ConEmu_ShiftEnter)"
"Description"="Run <File under cursor> or <Command line> in new console of ConEmu"
"DisableOutput"=dword:00000001
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\Search\AltEnter]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Search\AltEnter]
"Sequence"="eval(%%ConEmu_ShiftEnter)"
"DisableOutput"=dword:00000001
"Description"="Run <File under cursor> or <Command line> in new console of ConEmu"
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\AutoCompletion\AltEnter]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\AutoCompletion\AltEnter]
"Sequence"="eval(%%ConEmu_ShiftEnter)"
"DisableOutput"=dword:00000001
"Description"="Run <File under cursor> or <Command line> in new console of ConEmu"

View File

@@ -0,0 +1,18 @@
REGEDIT4
; Description.
; Switch ConEmu Panel Views mode.
; Far2
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlShiftF1]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlShiftF1]
"Sequence"="callplugin(0x43455568,1)"
"Description"="Switch Thumbnails view on active panel"
"DisableOutput"=dword:00000001
[-HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlShiftF2]
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Shell\CtrlShiftF2]
"Sequence"="callplugin(0x43455568,2)"
"Description"="Switch Tiles view on active panel"
"DisableOutput"=dword:00000001

View File

@@ -0,0 +1,13 @@
REGEDIT4
; Description.
; This FAR TechInfo's replace key bar label for macroses from Thumbnails.reg
; CtrlShiftF1 - switches Thumbnails view, CtrlShiftF2 - Tiles view
[HKEY_CURRENT_USER\Software\Far2\KeyBarLabels\English\Shell]
"CtrlShiftF1"="Thumb"
"CtrlShiftF2"="Tiles"
[HKEY_CURRENT_USER\Software\Far2\KeyBarLabels\Russian\Shell]
"CtrlShiftF1"="Ýñêèç"
"CtrlShiftF2"="Ïëèòêà"

View File

@@ -0,0 +1,15 @@
REGEDIT4
; Description.
; This example FAR2 macro allows browse font names easily
; while plugin dialog "Unicode CharMap" is active.
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Dialog\CtrlDown]
"Sequence"="$If (Title==\"Unicode CharMap\") CtrlF Down Enter $Else CtrlDown $End"
"DisableOutput"=dword:00000001
"Description"="Unicode CharMap: Listing fonts with CtrlUp/CtrlDown"
[HKEY_CURRENT_USER\Software\Far2\KeyMacros\Dialog\CtrlUp]
"Sequence"="$If (Title==\"Unicode CharMap\") CtrlF Up Enter $Else CtrlUp $End"
"DisableOutput"=dword:00000001
"Description"="Unicode CharMap: Listing fonts with CtrlUp/CtrlDown"