1 /* Generated by help2c.awk */
6 /* Forward declaration. */
7 static gchar
**get_sized_array(void);
9 gchar
**get_help_lines(void)
13 ptr
= array
= get_sized_array();
15 *ptr
++ = _("ESC, q : Quit");
18 *ptr
++ = _("f : Full-screen/window");
21 *ptr
++ = _("+/=/- : Zoom in/in/out");
24 *ptr
++ = _("n/p : Next/previous image");
27 *ptr
++ = _("l : Reduce the image to the window");
30 *ptr
++ = _("M : Maximize the image to the window");
33 *ptr
++ = _("m : Make the image fit the window");
36 *ptr
++ = _("r : Reset position and size");
39 *ptr
++ = _("b : Toggle display of the menu bar");
42 *ptr
++ = _("i : Toggle display of the info bar");
45 *ptr
++ = _("s : Toggle display of the scrollbars");
48 *ptr
++ = _("a : Toggle display of the alpha checks");
51 *ptr
++ = _("h : Toggle display of the help box");
54 *ptr
++ = _("o : Display the open dialog");
57 *ptr
++ = _("t : Display the options dialog");
60 *ptr
++ = _("d : Hide the cursor");
63 *ptr
++ = _("u : Undo");
66 *ptr
++ = _("y : Redo");
69 *ptr
++ = _("c : Clear the history");
72 *ptr
++ = _("x : Delete the current file");
75 *ptr
++ = _("C-up : Rotate by +45 degrees");
78 *ptr
++ = _("C-down : Rotate by -45 degrees");
81 *ptr
++ = _("C-left : Rotate by +0.1 degree");
84 *ptr
++ = _("C-right: Rotate by -0.1 degree");
87 *ptr
++ = _("z : Horizontal flip");
90 *ptr
++ = _("e : Vertical flip");
95 *ptr
++ = _("The first mouse button and the arrow keys will move the image unless the Control key is pressed. In which case the image will be rotated around the window center.");
98 *ptr
++ = _("Your mouse wheel (if supported) will zoom the image and switch it when you press the button.");
101 *ptr
++ = _("You can also zoom by dragging the mouse vertically while holding Shift and the first button.");
104 *ptr
++ = _("Space and Backspace act like n and p.");
107 *ptr
++ = _("Draw a rectangle with the third button and gliv will zoom in it.");
115 static gchar
**get_sized_array(void)
117 return g_new(gchar
*, 63);