Implement remote keyboard actions
authorColin Clark <colin.clark@cclark.uk>
Fri, 11 Aug 2023 15:08:05 +0000 (16:08 +0100)
committerColin Clark <colin.clark@cclark.uk>
Fri, 11 Aug 2023 15:08:05 +0000 (16:08 +0100)
commitb791cf436e648b14af68c7b52d20c8bd50b27bcb
treea246e9ecd2c717f71c58b9e36ada0886d2f8a80e
parentc41eb43c9995b0b3a3d7c0a80bb1fc53d48881e3
Implement remote keyboard actions

Enable keyboard actions to be initiated from the command line.

Additional remote commands:
geeqie --remote --action:<ACTION>
geeqie --remote --action-list

e.g.
geeqie --remote --action:ZoomIn

The action codes can also be found in /Edit/Preferences/Keyboard.
doc/docbook/CommandLineOptions.xml
doc/docbook/GuideReference.xml
doc/docbook/GuideReferenceRemoteKeyboardActions.xml [new file with mode: 0644]
geeqie.1
src/remote.cc