From 827a4c3faa27e0c186452585b15094eee1119085 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:25:12 +0200 Subject: Merging upstream version 3.5.0+dfsg1. Signed-off-by: Daniel Baumann --- client/X11/man/CMakeLists.txt | 7 ++----- client/X11/man/xfreerdp-shortcuts.1.xml | 25 +++++++++++++++++++++++++ client/X11/man/xfreerdp.1.xml.in | 3 +++ 3 files changed, 30 insertions(+), 5 deletions(-) create mode 100644 client/X11/man/xfreerdp-shortcuts.1.xml (limited to 'client/X11/man') diff --git a/client/X11/man/CMakeLists.txt b/client/X11/man/CMakeLists.txt index 386f13d..ed50e63 100644 --- a/client/X11/man/CMakeLists.txt +++ b/client/X11/man/CMakeLists.txt @@ -1,11 +1,8 @@ set(DEPS xfreerdp-channels.1.xml xfreerdp-examples.1.xml + xfreerdp-shortcuts.1.xml xfreerdp-envvar.1.xml ) -set(MANPAGE_NAME ${PROJECT_NAME}) -if (WITH_BINARY_VERSIONING) - set(MANPAGE_NAME ${PROJECT_NAME}${PROJECT_VERSION_MAJOR}) -endif() -generate_and_install_freerdp_man_from_xml(${PROJECT_NAME}.1 ${MANPAGE_NAME}.1 ${DEPS}) +generate_and_install_freerdp_man_from_xml("xfreerdp" "1" "${FREERDP_API_VERSION}" ${DEPS}) diff --git a/client/X11/man/xfreerdp-shortcuts.1.xml b/client/X11/man/xfreerdp-shortcuts.1.xml new file mode 100644 index 0000000..a6b96ea --- /dev/null +++ b/client/X11/man/xfreerdp-shortcuts.1.xml @@ -0,0 +1,25 @@ + + Keyboard Shortcuts + + + <Right CTRL> + releases keyboard and mouse grab + + + <CTRL>+<ALT>+<Return> + toggles fullscreen state of the application + + + <CTRL>+<ALT>+c + toggles remote control in a remote assistance session + + + Action Script + executes a predefined script on key press. + Should the script not exist it is ignored. + Scripts can be provided at the default localtion ~/.config/freerdp/action.sh or as command line argument /action:script:<path>. + The script will receive the current key combination as argument. + The output of the script is parsed for key-local which tells that the script used the key combination, otherwise the combination is forwarded to the remote. + + + diff --git a/client/X11/man/xfreerdp.1.xml.in b/client/X11/man/xfreerdp.1.xml.in index 271e39d..7e7c782 100644 --- a/client/X11/man/xfreerdp.1.xml.in +++ b/client/X11/man/xfreerdp.1.xml.in @@ -3,6 +3,7 @@ PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + @@ -49,6 +50,8 @@ PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" &syntax; + &shortcuts; + &channels; &envvar; -- cgit v1.2.3