view doc/image_presentation_fullscreen.html @ 1753:ebfb5af3f5de

fixed editor list in popup menu - show an editor if any of selected files matches - added debug messages
author nadvornik
date Sun, 13 Sep 2009 21:08:40 +0000
parents a72acb0fb9a6
children
line wrap: on
line source

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />

  <title>Full Screen - Geeqie User Manual</title>
  <link rel="stylesheet" type="text/css" href="style.css" media="all" />
  <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
  <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
</head>

<body lang="en-US" dir="ltr">
  <div class="navtop">
    <table width="100%" border="0" cellpadding="4" cellspacing="0">
      <col id="navtop_col1" width="33%"></col>
      <col id="navtop_col2" width="33%"></col>
      <col id="navtop_col3" width="33%"></col>

        <tr>
          <th>
            <p class="previous"><a href="image_presentation_slideshow.html">Previous</a>
            </p>
          </th>

          <th>
            <p class="navtop_title">Full Screen &ndash; Image Presentation</p>
          </th>

          <th>
            <p class="next"><a href="printing.html">Next</a>
            </p>
          </th>
        </tr>
    </table>
  </div>

  <hr />

  <h1>Full Screen</h1>

  <p>Geeqie allows for the image pane to be expanded to fill the entire screen, this is referred to as full screen.</p>

  <h2>Turning on full screen</h2>

  <p>Full screen can be activated in a number of ways:</p>

  <ul>
    <li>
      <p>From the menu bar - open the <b>View</b> menu and select <b>Full screen</b>.</p>
    </li>

    <li>
      <p>From the keyboard - press the <span class="key">F</span> key to toggle full screen.</p>
    </li>

    <li>
      <p>From a context menu - right click an image pane, and select <b>Full screen</b>.</p>
    </li>
  </ul>

  <h2>Turning off full screen</h2>

  <p>To return to the normal view:</p>

  <ul>
    <li>
      <p>From the keyboard - press the <span class="key">F</span> or <span class="key">Esc</span> key to stop full screen.</p>
    </li>

    <li>
      <p>From a context menu - right click the image pane, and select <b>Exit full screen</b>.</p>
    </li>

    <li>
      <p>From the menu bar - the menu bar may be visible when using multiple monitors, open the <b>View</b> menu and select <b>Full screen</b>.</p>
    </li>
  </ul>

  <h2>Configuring full screen</h2>

  <p>Full screen behavior and location can be adjusted on the <a href="options_advanced.html">Advanced tab</a> of the preferences dialog.</p>

  <dl class="dialog_desc">
  <dt>Size and location</dt>
  <dd><p>This can be changed using <span class="option_name">Full screen size</span> option, this can be used to select the monitor to use in a multiple monitor configuration.</p></dd>

  <dt>Smooth image flip in full screen</dt>
  <dd><p>This option delays the image change until the next image is entirely decoded into memory, the result is a smoother transition between images.</p></dd>

  <dt>Disable screen saver in full screen</dt>
  <dd><p>This option will execute <i>xscreensaver-command --deactivate</i> once per minute to avoid the screen saver from activating.</p></dd>
  </dl>

  <h2>Navigation</h2>
 
  <p>The usual image navigation controls are available when in full screen, these are the commands available:</p>

  <div class="shortcuts">
    <table width="80%" border="1" cellpadding="4" cellspacing="0">
      <col id="fullscreen_shortcuts_col1" width="33%"></col>
      <col id="fullscreen_shortcuts_col2" width="33%"></col>
      <col id="fullscreen_shortcuts_col3" width="33%"></col>

     <thead>
      <tr>
        <td>
          <p>Keyboard</p>
        </td>

        <td>
          <p>Mouse</p>
        </td>

        <td>
          <p>Description</p>
        </td>
      </tr>
     </thead>

     <tbody>
      <tr>
        <td>
          <p><span class="key">F</span>, <span class="key">V</span>, <span class="key">Esc</span></p>
        </td>

        <td>
          <p>Context menu</p>
        </td>

        <td>
          <p>Turn off full screen.</p>
        </td>
      </tr>
 
      <tr>
        <td colspan="3" class="shortcuts-separator">
          <p><strong>Image Navigation</strong></p>
        </td>
       </tr>

      <tr>
        <td>
          <p><span class="key">PageDown</span></p>
        </td>

        <td>
          <p>Left Click on image view<br />
          Mouse Wheel down <a href="#bottomnote1" class="bottomnote">(*)</a></p>
        </td>

        <td>
          <p>Change to next image.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">PageUp</span></p>
        </td>

        <td>
          <p>Middle Click on image view<br />
          Mouse Wheel up <a href="#bottomnote1" class="bottomnote">(*)</a></p>
        </td>

        <td>
          <p>Change to previous image.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Home</span></p>
        </td>

        <td>&nbsp;</td>

        <td>
          <p>Change to first image.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">End</span></p>
        </td>

        <td>&nbsp;</td>

        <td>
          <p>Change to last image.</p>
        </td>
      </tr>

      <tr>
        <td colspan="3" class="shortcuts-separator">
          <p><strong>Image panning</strong> (image has keyboard focus)</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>Arrows</p>
        </td>

        <td>
          <p>Left Drag on image view<br />
          <span class="key">Shift</span> + Mouse Wheel <a href="#bottomnote1" class="bottomnote">(*)</a></p>
        </td>

        <td>
          <p>Pan image.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Shift</span> + <span class="key">Arrows</span></p>
        </td>

        <td>&nbsp;</td>

        <td>
          <p>Pan Image faster.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Ctrl</span> + <span class="key">Arrows</span></p>
        </td>

        <td>&nbsp;</td>

        <td>
          <p>Pan to respective edge of image.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">SpaceBar</span></p>
        </td>

        <td>&nbsp;</td>

        <td>
          <p>Change to next image.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Backspace</span></p>
        </td>

        <td>&nbsp;</td>

        <td>
          <p>Change to previous image.</p>
        </td>
      </tr>
      </tbody>
    </table>
  </div>
 
  <p>Several other standard controls are also available through the keyboard and context menu:</p>

  <div class="fullscreen-functions">
    <table width="80%" border="1" cellpadding="4" cellspacing="0" rules="rows">
    <col id="fullscreen_functions_col1" width="50%"></col>
    <col id="fullscreen_functions_col2" width="50%"></col>
    
    <thead>
      <tr>
        <td>
          <p>Function</p>
        </td>

        <td>
          <p>Difference from normal view</p>
        </td>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <p>Copy, Move, Rename</p>
        </td>

        <td>
          <p>same</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Delete</span></p>
        </td>

        <td>
          <p>same</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>External edit commands<br />
          (<span class="key">Ctrl</span> + <span class="key">1</span> ... <span class="key">0</span>, context menu)</p>
        </td>

        <td>
          <p>Full screen will turn off prior to activating the function.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>Open image properties window<br />
          (<span class="key">Ctrl</span> + <span class="key">P</span>, context menu)</p>
        </td>

        <td>
          <p>same</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>Image rotation, mirror, and flip</p>
        </td>

        <td>
          <p>same</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>Zoom controls</p>
        </td>

        <td>
          <p>same</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">I</span></p>
        </td>

        <td>
          <p>Toggle information overlay for full screen: on with histogram, on without histogram, off.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">K</span></p>
        </td>

        <td>
          <p>Switch between the different histogram modes: RGB, value, maximum value, red channel, green channel, blue channel.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">J</span></p>
        </td>

        <td>
          <p>Toogle between linear and logarithmical histogram.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>Slide show controls<br />
          (<span class="key">S</span>, <span class="key">P</span>, context menu)</p>
        </td>

        <td>
          <p>same</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>Quit with <span class="key">Ctrl</span> + <span class="key">Q</span></p>
        </td>

        <td>
          <p>same</p>
        </td>
      </tr>
      </tbody>
    </table>
  </div>
 
 <p class="bottomnote"><a id="bottomnote1" name="bottomnote1"></a><span class="note_label">(*) Note:</span> Default Mouse wheel functions can be altered by changing the <a href="options_advanced.html" class="option_name">Mouse wheel scrolls image</a> option.</p>


  <hr id="bottomseparator" />

  <div class="navbottom">
    <table width="100%" border="0" cellpadding="4" cellspacing="0">
      <col id="navbottom_col1" width="33%"></col>
      <col id="navbottom_col2" width="33%"></col>
      <col id="navbottom_col3" width="33%"></col>

        <tr>
          <th>
            <p class="previous"><a href="image_presentation_slideshow.html">Previous</a>
            </p>
          </th>

          <th>
            <p class="navbottom_title"><a href="index.html">Contents</a>
            </p>
          </th>

          <th>
            <p class="next"><a href="printing.html">Next</a>
            </p>
          </th>
        </tr>

    </table>
  </div>

  <div class="footer">Geeqie User Manual</div>
  <div class="bottomspacer">&nbsp;</div>
</body>
</html>