home *** CD-ROM | disk | FTP | other *** search
/ 73.234.73.94.ip.orionnet.ru / 73.234.73.94.ip.orionnet.ru.tar / 73.234.73.94.ip.orionnet.ru / Far30b3000.x86.20121208.msi / Panel.CtrlIns_reg < prev    next >
Extensible Markup Language  |  2012-10-25  |  548b  |  19 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8" ?>
  2. <farconfig>
  3.   <macros>
  4.     <keymacros>
  5.       <macro area="Shell" key="CtrlIns" flags="DisableOutput|EmptyCommandLine|NoPluginPanels" description="If CtrlIns was pressed while on .. and command line is empty then copy to clipboard the path of the current folder">
  6.       <text>
  7. <![CDATA[
  8. if APanel.Bof and not APanel.Selected and not APanel.Root then
  9.   Keys('F7 CtrlShift[ CtrlIns Esc')
  10. else
  11.   Keys('CtrlIns')
  12. end
  13. ]]>
  14.       </text>
  15.       </macro>
  16.     </keymacros>
  17.   </macros>
  18. </farconfig>
  19.