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.EscKeyBar.farconfig < prev    next >
Extensible Markup Language  |  2012-11-16  |  469b  |  16 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8" ?>
  2. <farconfig>
  3.   <macros>
  4.     <keymacros>
  5.       <macro area="Common" key="Esc" flags="EmptyCommandLine" description="Use Esc to toggle panels on/off (with keybar)"><text><![CDATA[
  6. if Area.Shell or Area.Tree or Area.QView or Area.Info then  
  7.   Keys('CtrlO')  
  8.   Far.KeyBar_Show((APanel.Visible or PPanel.Visible) and 1 or 2) 
  9. else  
  10.   Keys('AKey')  
  11. end
  12. ]]></text></macro>
  13.     </keymacros>
  14.   </macros>
  15. </farconfig>
  16.