Implement remote keyboard actions
[geeqie.git] / doc / docbook / GuideReferenceRemoteKeyboardActions.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <section id="GuideReferenceRemoteKeyboardActions">
3   <title id="titleGuideReferenceRemoteKeyboardActions">Remote Keyboard Actions</title>
4   <para>
5     The command:
6     <para />
7     <code>geeqie --remote --action:&lt;action&gt;</code>
8     <para />
9     can be used to simulate keyboard actions. An example is:
10     <para />
11     <code>geeqie --remote --action:"ZoomIn"</code>
12     <para />
13     The actions available are shown in the Edit/Preferences/Keyboard dialog. The two end columns are relevant. The final component of the Accel column is the action code that should be used. The Tooltip column provides a description of the action. Both columns can be sorted by clicking the header.
14     <para />
15     The available action codes may also be listed by:
16     <para />
17     <code>geeqie --remote --action-list</code>
18   </para>
19 </section>