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 / WindowsGUI.farconfig < prev    next >
Extensible Markup Language  |  2011-12-26  |  2KB  |  26 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <farconfig>
  3.     <generalconfig>
  4.         <!-- Windows GUI like behaviour for FAR -->
  5.         <!-- turn off persistent blocks and turn on selection deletion with Del -->
  6.         <setting key="Editor" name="PersistentBlocks" type="qword" value="0000000000000000" />
  7.         <setting key="Editor" name="DelRemovesBlocks" type="qword" value="0000000000000001" />
  8.         <!-- BkSpace will clear unchanged input lines -->
  9.         <setting key="Dialog" name="EULBsClear" type="qword" value="0000000000000001" />
  10.         <!-- turn off persistent blocks in input lines -->
  11.         <setting key="Dialog" name="EditBlock" type="qword" value="0000000000000001" />
  12.     </generalconfig>
  13.     <macro>
  14.         <keymacros>
  15.            <macro area="Dialog" key="AltDown" description="Alt+Down will open history in input lines" flags="DisableOutput">CtrlDown</macro>
  16.            <macro area="Shell" key="Del" description="Del will delete files in the shell" flags="DisableOutput|EmptyCommandLine">F8</macro>
  17.            <macro area="Editor" key="CtrlDel" description="Ctrl-Del will delete selection or words in the editor" flags="DisableOutput|Selection">CtrlD</macro>
  18.            <macro area="Editor" key="CtrlPgDn" description="Ctrl-PgDn will move cursor to the end of the page" flags="DisableOutput">CtrlE</macro>
  19.            <macro area="Editor" key="CtrlPgUp" description="Ctrl-PgUp will move cursor to the beginning of the page" flags="DisableOutput">CtrlN</macro>
  20.            <macro area="Editor" key="CtrlS" description="Ctrl-S will save the file in the editor" flags="DisableOutput">F2</macro>
  21.            <macro area="Editor" key="CtrlF" description="Ctrl-F will open search dialog in the editor" flags="DisableOutput">F7</macro>
  22.            <macro area="Editor" key="F3" description="F3 will continue search" flags="DisableOutput">ShiftF7</macro>
  23.         </keymacros>
  24.     </macro>
  25. </farconfig>
  26.