view doc/image_presentation_fullscreen.html @ 1121:24c89a03ec12

Move from xhtml transitional to xhtml strict.
author zas_
date Mon, 10 Nov 2008 20:40:50 +0000
parents 829f45bf988b
children ad40d1ec0726
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" />
</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 <b>F</b> 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 <b>F</b> or [<b>Escape</b>] 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="fullscreen-shortcuts">
    <table width="80%" border="1" cellpadding="4" cellspacing="0" rules="rows">
      <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>F, V, Escape</p>
        </td>

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

        <td>
          <p>Turn off full screen.</p>
        </td>
      </tr>

      <tr>
        <td>&nbsp;</td>

        <td>&nbsp;</td>

        <td>&nbsp;</td>
      </tr>

      <tr>
        <td>
          <p>Image Navigation</p>
        </td>

        <td>&nbsp;</td>

        <td>&nbsp;</td>
      </tr>

      <tr>
        <td>
          <p>PageDown</p>
        </td>

        <td>
          <p>Left Click on image view<br />
          Mouse Wheel down (*)</p>
        </td>

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

      <tr>
        <td>
          <p>PageUp</p>
        </td>

        <td>
          <p>Middle Click on image view<br />
          Mouse Wheel up (*)</p>
        </td>

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

      <tr>
        <td>
          <p>Home</p>
        </td>

        <td>&nbsp;</td>

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

      <tr>
        <td>
          <p>End</p>
        </td>

        <td>&nbsp;</td>

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

      <tr>
        <td colspan="2">
          <p><b>Image panning</b> (image has keyboard focus)</p>
        </td>

        <td>&nbsp;</td>
      </tr>

      <tr>
        <td>
          <p>Arrow Keys</p>
        </td>

        <td>
          <p>Left Drag on image view<br />
          [Shift] + Mouse Wheel (*)</p>
        </td>

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

      <tr>
        <td>
          <p>[Shift] + Arrow Keys</p>
        </td>

        <td>&nbsp;</td>

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

      <tr>
        <td>
          <p>[Control] + Arrow Keys</p>
        </td>

        <td>&nbsp;</td>

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

      <tr>
        <td>
          <p>SpaceBar</p>
        </td>

        <td>&nbsp;</td>

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

      <tr>
        <td>
          <p>Backspace</p>
        </td>

        <td>&nbsp;</td>

        <td>
          <p>Change to previous image.</p>
        </td>
      </tr>
      </tbody>
    </table>
  </div>

  <p>(*) 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>

  <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>Delete</p>
        </td>

        <td>
          <p>same (*)</p>
        </td>
      </tr>

      <tr>
        <td>
          <p>External edit commands<br />
          ([Control] + 1 ... 0, 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 />
          ([Control] + P, 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>I</p>
        </td>

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

      <tr>
        <td>
          <p>K</p>
        </td>

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

      <tr>
        <td>
          <p>J</p>
        </td>

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

      <tr>
        <td>
          <p>Slide show controls<br />
          (S, P, context menu)</p>
        </td>

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

      <tr>
        <td>
          <p>Quit with [Control] + Q</p>
        </td>

        <td>
          <p>same</p>
        </td>
      </tr>
      </tbody>
    </table>
  </div>

  <p>(*) Releases prior to 1.5.3 will turn off full screen prior to activating the function.</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>