[gthumb] migrated keyboard-shortcuts to mallard - needs updating though
- From: Michael J. Chudobiak <mjc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] migrated keyboard-shortcuts to mallard - needs updating though
- Date: Fri, 25 Jun 2010 19:24:11 +0000 (UTC)
commit db4f0e71ff05cd655f8358a6a8d3ca0fe8e70f7b
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date: Fri Jun 25 15:23:08 2010 -0400
migrated keyboard-shortcuts to mallard - needs updating though
gthumb/gth-browser-actions-callbacks.c | 2 +-
help/C/printing.page | 37 ++
help/C/shortcuts.page | 590 ++++++++++++++++++++++++++++++++
help/Makefile.am | 4 +-
4 files changed, 631 insertions(+), 2 deletions(-)
---
diff --git a/gthumb/gth-browser-actions-callbacks.c b/gthumb/gth-browser-actions-callbacks.c
index 3259fde..3ad66eb 100644
--- a/gthumb/gth-browser-actions-callbacks.c
+++ b/gthumb/gth-browser-actions-callbacks.c
@@ -414,5 +414,5 @@ void
gth_browser_activate_action_help_shortcuts (GtkAction *action,
gpointer data)
{
- show_help_dialog (GTK_WINDOW (data), "shortcuts");
+ show_help_dialog (GTK_WINDOW (data), "gthumb-shortcuts");
}
diff --git a/help/C/printing.page b/help/C/printing.page
new file mode 100644
index 0000000..0a41c7f
--- /dev/null
+++ b/help/C/printing.page
@@ -0,0 +1,37 @@
+<page xmlns="http://projectmallard.org/1.0/" type="topic"
+id="gthumb-printing">
+ <info>
+ <link type="guide" xref="index#files" />
+ </info>
+
+ <title>Printing Images</title>
+
+ <p>To print the current image in the viewer mode, use
+ <guiseq><gui>File</gui><gui>Print</gui></guiseq> or
+ <keyseq><key>Ctrl</key><key>p</key></keyseq>.</p>
+
+ <p>To print on or more images from the browser mode,
+ select the desired images and then use
+ <guiseq><gui>File</gui><gui>Print</gui></guiseq> or
+ <keyseq><key>Ctrl</key><key>p</key></keyseq>.</p>
+
+ <p>The printer to use can be selected from the
+ <gui>General</gui> tab of the print dialog.</p>
+
+ <p>The type of paper to use can be selected from
+ the <gui>Page Setup</gui> tab.</p>
+
+ <p>The <gui>Layout</gui> tab provides some additional
+ <app>gThumb</app>-specific options. You can set the
+ number of images to include on each page here, and
+ a preview pane is provided. Captions can also be added
+ under the image, in a configurable font. The captions
+ can be chosen from a selection of listed file attributes
+ (like the file name, the date of the photo, camera
+ shutter speed, and others). Each image can be repositioned
+ inside its print area using the controls on this tab.</p>
+
+ <p>When you are ready to print, press the <gui>Print</gui>
+ button.</p>
+
+</page>
diff --git a/help/C/shortcuts.page b/help/C/shortcuts.page
new file mode 100644
index 0000000..0418d89
--- /dev/null
+++ b/help/C/shortcuts.page
@@ -0,0 +1,590 @@
+<page xmlns="http://projectmallard.org/1.0/" type="topic"
+id="gthumb-shortcuts">
+ <info>
+ <link type="guide" xref="index#reference" />
+ </info>
+
+ <title>Keyboard Shortcuts</title>
+
+ <p>TODO: this list is out of date, and needs to be checked.</p>
+ <p>Some menus will show additional keyboard shortcuts. The
+ tables below are not entirely complete.</p>
+
+ <section>
+ <title>Keyboard shortcuts to navigate folders</title>
+ <table frame="all" rules="all">
+ <tr>
+ <td>
+ <p>Keyboard Shortcut</p>
+ </td>
+ <td>
+ <p>Description</p>
+ </td>
+ <td>
+ <p>Available in Fullscreen Mode</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>Space</key>or
+ <key>Page Down</key></p>
+ </td>
+ <td>
+ <p>View the next image.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>Backspace</key>or
+ <key>Page Up</key></p>
+ </td>
+ <td>
+ <p>View the previous image.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>Home</key>
+ </p>
+ </td>
+ <td>
+ <p>View the first image.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>End</key>
+ </p>
+ </td>
+ <td>
+ <p>View the last image.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <keyseq>
+ <key>Alt</key>
+ <key>Home</key>
+ </keyseq>or
+ <key>h</key></p>
+ </td>
+ <td>
+ <p>Go to your Home folder.</p>
+ </td>
+ <td>
+ <p>no</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <keyseq>
+ <key>Alt</key>
+ <key>Left</key>
+ </keyseq>
+ </p>
+ </td>
+ <td>
+ <p>Go to the previously visited folder.</p>
+ </td>
+ <td>
+ <p>no</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <keyseq>
+ <key>Alt</key>
+ <key>Up</key>
+ </keyseq>or
+ <key>u</key></p>
+ </td>
+ <td>
+ <p>Go up one level.</p>
+ </td>
+ <td>
+ <p>no</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>Esc</key>
+ </p>
+ </td>
+ <td>
+ <p>Interrupt thumbnails creation.</p>
+ </td>
+ <td>
+ <p>no</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <keyseq>
+ <key>Ctrl</key>
+ <key>D</key>
+ </keyseq>
+ </p>
+ </td>
+ <td>
+ <p>Add the current location to the bookmarks.</p>
+ </td>
+ <td>
+ <p>no</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>Return</key>
+ </p>
+ </td>
+ <td>
+ <p>View/Hide the browser.</p>
+ </td>
+ <td>
+ <p>no</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>q</key>
+ </p>
+ </td>
+ <td>
+ <p>Change the image properties pane content or display
+ the pane if it is not visible.</p>
+ </td>
+ <td>
+ <p>no</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>t</key>
+ </p>
+ </td>
+ <td>
+ <p>View/Hide the thumbnails.</p>
+ </td>
+ <td>
+ <p>no</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>F2</key>
+ </p>
+ </td>
+ <td>
+ <p>Rename the current image.</p>
+ </td>
+ <td>
+ <p>no</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>o</key>
+ </p>
+ </td>
+ <td>
+ <p>Open the selected images with an application.</p>
+ </td>
+ <td>
+ <p>no</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>g</key>
+ </p>
+ </td>
+ <td>
+ <p>Open the selected images with the GIMP, if
+ installed.</p>
+ </td>
+ <td>
+ <p>no</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>Delete</key>
+ </p>
+ </td>
+ <td>
+ <p>Delete the selected images.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ </table>
+ </section>
+ <section>
+ <title>Keyboard shortcuts to view images</title>
+ <table frame="all" rules="all">
+ <tr>
+ <td>
+ <p>Keyboard Shortcut</p>
+ </td>
+ <td>
+ <p>Description</p>
+ </td>
+ <td>
+ <p>Available in Fullscreen Mode</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>v</key>or
+ <key>f</key>or
+ <key>F11</key></p>
+ </td>
+ <td>
+ <p>Set/Unset the full screen mode.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>+</key>or
+ <key>=</key></p>
+ </td>
+ <td>
+ <p>Zoom in.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>-</key>
+ </p>
+ </td>
+ <td>
+ <p>Zoom out.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>1</key>or
+ <key>z</key>or
+ <key>/ (numeric keypad)</key></p>
+ </td>
+ <td>
+ <p>Actual size.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>x</key>or
+ <key>* (numeric keypad)</key></p>
+ </td>
+ <td>
+ <p>Zoom to fit (scales down only, does not magnify)</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <keyseq>
+ <key>Shift</key>
+ <key>x</key>
+ </keyseq>
+ </p>
+ </td>
+ <td>
+ <p>Zoom to fit (scale down or magnify, as required)</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>l</key>
+ </p>
+ </td>
+ <td>
+ <p>Flip the image.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>m</key>
+ </p>
+ </td>
+ <td>
+ <p>Mirror the image.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>r</key>
+ </p>
+ </td>
+ <td>
+ <p>Rotate the image clockwise of 90 degrees without
+ saving.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>e</key>
+ </p>
+ </td>
+ <td>
+ <p>Rotate the image counter-clockwise of 90 degrees
+ without saving.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>]</key>
+ </p>
+ </td>
+ <td>
+ <p>Rotate and save the image clockwise of 90 degrees. The
+ rotation is lossless for jpeg images.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>[</key>
+ </p>
+ </td>
+ <td>
+ <p>Rotate and save the image counter-clockwise of 90
+ degrees. The rotation is lossless for jpeg images.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>a</key>
+ </p>
+ </td>
+ <td>
+ <p>Start/Stop the animation</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>j</key>
+ </p>
+ </td>
+ <td>
+ <p>View the next frame of a stopped animation.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>Arrows</key>
+ </p>
+ </td>
+ <td>
+ <p>Scroll the image.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <keyseq>
+ <key>Shift</key>
+ <key>Arrows</key>
+ </keyseq>
+ </p>
+ </td>
+ <td>
+ <p>Scroll the image faster.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ </table>
+ </section>
+ <section>
+ <title>Other keyboard shortcuts</title>
+ <table frame="all" rules="all">
+ <tr>
+ <td>
+ <p>Keyboard Shortcut</p>
+ </td>
+ <td>
+ <p>Description</p>
+ </td>
+ <td>
+ <p>Available in Fullscreen Mode</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>s</key>
+ </p>
+ </td>
+ <td>
+ <p>Start/Stop the slideshow.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>c</key>
+ </p>
+ </td>
+ <td>
+ <p>Add a comment to the selected images.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>k</key>
+ </p>
+ </td>
+ <td>
+ <p>Assign tags to the selected images.</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>i</key>
+ </p>
+ </td>
+ <td>
+ <p>Hide/Show the image comment and properties</p>
+ </td>
+ <td>
+ <p>yes</p>
+ </td>
+ </tr>
+ </table>
+ <p>Keyboard shortcuts available exclusively in fullscreen
+ mode</p>
+ <table frame="all" rules="all">
+ <tr>
+ <td>
+ <p>Keyboard Shortcut</p>
+ </td>
+ <td>
+ <p>Description</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>p</key>
+ </p>
+ </td>
+ <td>
+ <p>Pause/Resume a slideshow.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <key>Escape</key>or
+ <key>f</key>or
+ <key>v</key>or
+ <key>F11</key>or
+ <key>q</key></p>
+ </td>
+ <td>
+ <p>Exit the fullscreen mode.</p>
+ </td>
+ </tr>
+ </table>
+ </section>
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 3c437bd..743ad26 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -38,7 +38,9 @@ DOC_PAGES = \
viewer.page \
fullscreen.page \
sorting.page \
- filtering.page
+ filtering.page \
+ printing.page \
+ shortcuts.page
DOC_LINGUAS = de el es fr oc sl sv zh_CN
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]