Penguin
Annotated edit history of gqview(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 gqview
2 !!!gqview
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 USAGE
8 LICENSE
9 BUGS
10 AUTHOR
11 ----
12 !!NAME
13
14
15 GQview - GTK based multiformat image viewer
16 !!SYNOPSIS
17
18
19 __gqview__ [[''options''] [[''path'']
20 !!DESCRIPTION
21
22
23 __GQview__ is an interactive GTK based image viewer that
24 supports multiple image formats, zooming, panning,
25 thumbnails and sorting images into collections.
26 !!OPTIONS
27
28
29 __+t,+tools__
30
31
32 Force the toolbox to be shown.
33
34
35 __-t,-tools__
36
37
38 Force the toolbox to be hidden.
39
40
41 __-f,--fullscreen__
42
43
44 Start in full screen mode.
45
46
47 __-s,--slideshow__
48
49
50 Start in slideshow mode.
51
52
53 __-l,--list__
54
55
56 Open collection window for command line files.
57
58
59 __--debug__
60
61
62 Turn on debugging output.
63
64
65 __-v,--version__
66
67
68 Print version.
69
70
71 __-h,--help__
72
73
74 Print command line options.
75 !!USAGE
76
77
78 Key naming is similar to that of emacs(1):
79 ''C-key'' indicates that control should be held, and key
80 should be pressed; ''S-key'' indicates that shift should
81 be held and key should be pressed; these two can be
82 combined, also, into ''C-S-key''.
83
84
85 __left-mouse-click__
86
87
88 (on image) next image
89
90
91 __middle-mouse-click__
92
93
94 (on image) previous image
95
96
97 __right-mouse__
98
99
100 context menu
101
102
103 __middle-mouse-drag__
104
105
106 drag and drop operations
107
108
109 __mouse-wheel__
110
111
112 (on image) Changes to the next or previous image, or if
113 option is enabled, scrolls the image
114 vertically.
115
116
117 __mouse-wheel+Shift-key__
118
119
120 (on image) Inverts the mouse wheel behavior between
121 scrolling image or changing image.
122
123
124 __mouse-wheel+Control-key__
125
126
127 (on image) Zooms the image in and out.
128
129
130 __GENERAL KEYS__
131
132
2 perry 133 __!PageDown__
1 perry 134
135
136 next image
137
138
2 perry 139 __!PageUp__
1 perry 140
141
142 previous image
143
144
145 __Home__
146
147
148 first image in list
149
150
151 __End__
152
153
154 last image in list
155
156
157 __Tab__
158
159
160 tab completion in path entry window
161
162
163 __Escape__
164
165
166 cancel completion in path entry window or stop generating
167 thumbnails
168
169
170 __IMAGE KEYS__
171
172
173 Keys that are valid when the image part of the window is
174 focused.
175
176
177 __Arrows__
178
179
180 pan image
181
182
183 __Shift+Arrows__
184
185
186 pan image faster
187
188
189 __Space__
190
191
192 next image
193
194
195 __Backspace,B__
196
197
198 previous image
199
200
201 __FILE RELATED KEYS__
202
203
204 __C__
205
206
207 new empty collection
208
209
210 __O__
211
212
213 open collection
214
215
216 __D__
217
218
219 open the Find Duplicates window
220
221
222 __C-N__
223
224
225 new directory
226
227
228 __C-C__
229
230
231 copy file
232
233
234 __C-M__
235
236
237 move file
238
239
240 __C-R__
241
242
243 rename file
244
245
246 __C-D,Delete__
247
248
249 delete file
250
251
252 __C-Q,Q__
253
254
255 quit
256
257
258 __EDIT MENU RELATED KEYS__
259
260
261 __C-1..8__
262
263
264 run external editor
265
266
267 __C-A__
268
269
270 select all files
271
272
273 __C-S-A__
274
275
276 unselect all files
277
278
279 __C-O__
280
281
282 go to the Configuration window
283
284
285 __C-T__
286
287
288 maintain thumbnails
289
290
291 __C-W__
292
293
294 set current image as wallpaper
295
296
297 __]__
298
299
300 rotate image clockwise
301
302
303 __[[__
304
305
306 rotate image counterclockwise
307
308
309 __S-R__
310
311
312 rotate image 180 degrees
313
314
315 __S-M__
316
317
318 mirror image (horizontal)
319
320
321 __S-F__
322
323
324 flip image (verticle)
325
326
327 __VIEW MENU RELATED KEYS__
328
329
330 __+,=__
331
332
333 zoom in
334
335
336 __-__
337
338
339 zoom out
340
341
2 perry 342 __Z,!KeyPad-/__
1 perry 343
344
345 zoom to original size
346
347
2 perry 348 __X,!KeyPad-*__
1 perry 349
350
351 zoom to fit window
352
353
354 __1,2,3,4__
355
356
357 zoom in to X scale factor
358
359
360 __T__
361
362
363 toggle thumbnail display
364
365
366 __R__
367
368
369 refresh file list
370
371
372 __F__
373
374
375 toggle floating of file selection area
376
377
378 __H__
379
380
381 toggle hiding of file selection area
382
383
384 __V__
385
386
387 toggle full-screen mode
388
389
390 __S__
391
392
393 toggle slide-show mode
394
395
396 __P__
397
398
399 toggle pause of slideshow
400
401
402 __COLLECTION WINDOW KEYS__
403
404
405 __Arrows__
406
407
408 move selection
409
410
411 __Shift+Arrows__
412
413
414 select multiple images
415
416
417 __Control+Arrows__
418
419
420 move selector without changing selection
421
422
423 __Space__
424
425
426 select the image under the selector
427
428
429 __Control+Space__
430
431
432 toggle selection of the image under the
433 selector
434
435
436 __Home__
437
438
439 move selector to the top image
440
441
442 __End__
443
444
445 move selector to bottom image
446 Adding Shift or Control to Home and End has a similar effect
447 as adding them to the arrows.
448
449
450 __C-A__
451
452
453 select all images
454
455
456 __C-S-A__
457
458
459 unselect all images
460
461
462 __Delete__
463
464
465 remove image form collection (does not delete the
466 file)
467
468
469 __C-L__
470
471
472 add images to collection form main file list
473
474
475 __N__
476
477
478 sort collection by name
479
480
481 __D__
482
483
484 sort collection by date
485
486
487 __B__
488
489
490 sort collection by file size
491
492
493 __P__
494
495
496 sort collection by pathname
497
498
499 __I__
500
501
502 sort collection by name numerically (*)
503
504
505 __Enter__
506
507
508 view image under selector in the main image
509 window
510
511
512 __V__
513
514
515 view image under selector in new window
516
517
518 __C-1..8__
519
520
521 open selected image(s) in external editor
522
523
524 __S__
525
526
527 save collection
528
529
530 __C-S__
531
532
533 save collection as
534
535
536 __A__
537
538
539 append current collection to existing
540 collection
541
542
543 __C-C__
544
545
546 copy selected files
547
548
549 __C-M__
550
551
552 move selected files
553
554
555 __C-R__
556
557
558 rename selected files
559
560
561 __C-D__
562
563
564 delete selected files
565
566
567 __C-W__
568
569
570 close window
571
572
573 __DUPLICATES WINDOW KEYS__
574
575
576 __C-A__
577
578
579 select all images
580
581
582 __C-S-A__
583
584
585 unselect all images
586
587
588 __C-L__
589
590
591 add images from main window file list
592
593
594 __C__
595
596
597 add selected images to new collection
598
599
600 __Delete__
601
602
603 remove selected images from list
604
605
606 __C-Delete__
607
608
609 clear window
610
611
612 __Enter__
613
614
615 view image with focus in main window
616
617
618 __V__
619
620
621 view image with focus in new window
622
623
624 __C-1..8__
625
626
627 open selected image(s) in editor
628
629
630 __C-C__
631
632
633 copy selected files
634
635
636 __C-M__
637
638
639 move selected files
640
641
642 __C-R__
643
644
645 rename selected files
646
647
648 __C-D__
649
650
651 delete selected files
652
653
654 __C-W__
655
656
657 close window
658 !!LICENSE
659
660
661 Copyright (C) 1999, 2000, 2001 by John Ellis. Use this
662 software at your own risk! This software released under the
663 GNU General Public License. Please read the COPYING file for
664 more information.
665 !!BUGS
666
667
668 Please send bug reports and feedback to
669 gqview@users.sourceforge.net or the author,
670 below.
671 !!AUTHOR
672
673
674 __John Ellis__ __
675 Manpage originally prepared by __Nick Rusnov__
676 __
677 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.