HTMLView.ini 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. ; Attention! If you do not understand meaning of the option, leave it by default.
  2. ;
  3. [options]
  4. ;
  5. ; Enables displaying directories in Quick View mode
  6. ShowDirs=1
  7. ;
  8. ; Lister WindowText template
  9. ; Possible specifiers: %TITLE, %DRIVE, %DIR, %NAME, %EXT.
  10. ; Empty string means not to change title
  11. ;ListerTitle=
  12. ListerTitle=%TITLE - Lister
  13. ;
  14. ; Application used when opening new window
  15. ; Set to "default" to use default browser
  16. ; Set to empty string to use Internet Explorer
  17. NewWindowHTML=default
  18. NewWindowCHM=default
  19. ;NewWindowHTML="C:\Program Files\Mozilla Firefox\firefox.exe"
  20. ;
  21. ; Set to 1 to allow popups to appear
  22. AllowPopups=0
  23. ;
  24. ; 0 - don't show
  25. ; 1 - only Lister
  26. ; 2 - only qiuck view
  27. ; 3 - always
  28. ShowStatusbar=1
  29. ;
  30. ; 0 - don't show
  31. ; 1 - only Lister
  32. ; 2 - only qiuck view
  33. ; 3 - always
  34. ShowToolbar=1
  35. ;
  36. ; Set to 1 to save position when closing HTML document
  37. UseSavePosition=0
  38. ;
  39. ; Set to 1 to disable showing IE messages
  40. Silent=1
  41. ;
  42. ; Set to 1 to allow scripts execution
  43. AllowScripting=0
  44. ;
  45. ; Set to 0 to disable images
  46. ShowImages=1
  47. ;
  48. ; Set to 0 to disable videos
  49. ShowVideos=0
  50. ;
  51. ; Set to 0 to disable sounds
  52. PlaySounds=0
  53. ;
  54. ; Set to 1 to allow Java applets to execute
  55. AllowJava=0
  56. ;
  57. ; Set to 1 to allow ActiveX controls to execute.
  58. AllowActiveX=1
  59. ;
  60. ; Prevents HTMLView from following hyperlinks on the Net.
  61. ; This does not work on IE before v6.0, and I am not sure about v6.0. This is a MS bug (Q247336).
  62. ForceOffline=1
  63. ;
  64. ; Enables highlighting all found occurrences when searching.
  65. ; Experimental. Has some bugs on IE 6 and 7.
  66. ; Can be slow when many occurrences have been found.
  67. ; 0 - disable
  68. ; 1 - enable for IE 8 and higher
  69. ; 2 - enable for any version of IE
  70. HighlightAllMatches=0
  71. ;
  72. ;
  73. ; ===================================================================================================
  74. ;
  75. ;
  76. [Extensions]
  77. ;
  78. ; Compiled Help files extensions.
  79. CHMExtensions=chm
  80. ;
  81. ; Web files extensions
  82. HTMLExtensions=htm;html;shtml;plg;mht;xml;xsl;php;php2;php3;xhtml;pl;asp;htt
  83. ;
  84. ; This key contains signatures that HTMLView uses to verify file formats when extension does not match.
  85. ; If first bytes of a file match the signature, HTMLView opens the file regardless of extension match.
  86. ; Signatures here are in form of hex byte sequence, or a quoted string.
  87. DefaultSignatures=""<HTML>";"<?xml";"<!DOCUMENT";"<!DOCTYPE HTML""
  88. ;
  89. ; Set to 1 to skip symbols " ", "\r", "\n" before checking signatures.
  90. SignatureSkipSpaces=1
  91. ;
  92. ;
  93. ; ===================================================================================================
  94. ;
  95. ;
  96. [Hotkeys]
  97. ;
  98. ; This key contains hotkeys that, when received by the IE window, will be sent to
  99. ; the Lister window. Lister hotkeys that are not in these lists will not work.
  100. TranslationHotkeys=1;2;3;4;5;6;7;N;P;F3;Shift+F3;F7;Esc;Tab;Ctrl+Q;Ctrl+P;Ctrl+A;Ctrl+C;Ctrl+Insert;Ctrl+F
  101. ;
  102. ; This key contains hotkeys that are translated to the Lister window,
  103. ; when text input element is focused
  104. TypingTranslationHotkeys=F3;Shift+F3;F7;Esc;Tab;Ctrl+Q;Ctrl+P;Ctrl+A;Ctrl+C;Ctrl+Insert;Ctrl+F
  105. ;
  106. ; Own hotkeys of HTMLView.
  107. ; Browser commands: Back, Forward, Stop, Refresh, RemoveImages, HideShowImages, CmdFind, CmdSaveAs, CmdPrint, CmdPrintPreview, CmdPageSetup, CmdProperties, CmdZoomIn, CmdZoomOut, CmdZoomDef
  108. ; Zoom may not work on IE6 and lower
  109. ;
  110. Z=Back
  111. Backspace=Back
  112. Alt+Left=Back
  113. Alt+Right=Forward
  114. X=Forward
  115. Alt+S=Stop
  116. F5=Refresh
  117. Ctrl+R=Refresh
  118. F2=RemoveImages
  119. Shift+F2=HideShowImages
  120. Alt+Shift+S=SavePosition
  121. Alt+Shift+L=LoadPosition
  122. Ctrl+Alt+F=CmdFind
  123. Ctrl++=CmdZoomIn
  124. Ctrl+Num +=CmdZoomIn
  125. Ctrl+-=CmdZoomOut
  126. Ctrl+Num -=CmdZoomOut
  127. Ctrl+0=CmdZoomDef
  128. Ctrl+Num 0=CmdZoomDef
  129. ;
  130. [Debug]
  131. ;
  132. ; Set to 1 to use Mozilla ActiveX Control instead of MS WebBrowser Control.
  133. ; You must have Mozilla Control installed to use this option.
  134. ;UseMozillaControl=1
  135. ;
  136. ;QiuckQuit=1
  137. ;
  138. ;GlobalHook=1
  139. ;
  140. ; 0 - 24, 1 - 32, 2 - auto
  141. ;ToolbarBPP=2
  142. ;
  143. ;KeepHookWhenNoWindows=1