Menus

This section describes the functions of each item on the menu bar in the Geeqie main window.

File Menu

Go menu

Select menu

Edit menu

View menu

Help menu

Tear off menus

Menus can be permanently displayed by selecting the dotted line item at the top of each menu category. A tear off menu will behave the same as an ordinary window. To close a tear off menu, select the dotted line item at the top of the menu.

Keyboard shortcuts

The keyboard sequence associated to each menu entry is listed within the main window menu bar. For reference, the complete list of default keyboard shortcuts can be found in section Keyboard Shortcuts.

Changing the main window menu bar keyboard shortcuts

The keyboard shortcuts associated with the menu bar items can be changed by editing the accels file located in the Geeqie configuration folder while the Geeqie application is not running:

($HOME)/.geeqie/accels

To change a menu item, first find the line corresponding to the menu item to change. For example the File menu Quit line originally looks like this:

; (gtk_accel_path "<main>/File/Quit" "<Control>q")

To change this menu's keyboard shortcut, first remove the leading semicolon (;), removing the semicolon will tell Geeqie that this menu item has been customized. Then change the keyboard shortcut defined by the text in quotes at the end of the line, be sure to only change the text within the quotes; in this case the text “<control>q”. For example changing the shortcut associated with Quit to the Q key will result in this line:

(gtk_accel_path "<main>/File/Quit" "q")

Please note the removed semicolon and the change of “<control>q” to “q”, be careful not to change any of the other text on the line or Geeqie may ignore the customization. The keyboard modifiers and their respective text are listed below:

Key

Text to use in accels file

[Shift]

<shift>

[Control]

<control>

[Alt]

<alt>

Modifiers can be combined, for example in the exit line above, the text would be “<control><shift>q” to set the exit shortcut to [Control] + [Shift] + Q.