From a9bcc81f821d7c66f623779fa5147e728eb3c388 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:24:41 +0200 Subject: Adding upstream version 3.3.0+dfsg1. Signed-off-by: Daniel Baumann --- client/SDL/man/sdl-freerdp-config.1.xml.in | 81 ++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 client/SDL/man/sdl-freerdp-config.1.xml.in (limited to 'client/SDL/man/sdl-freerdp-config.1.xml.in') diff --git a/client/SDL/man/sdl-freerdp-config.1.xml.in b/client/SDL/man/sdl-freerdp-config.1.xml.in new file mode 100644 index 0000000..3bace73 --- /dev/null +++ b/client/SDL/man/sdl-freerdp-config.1.xml.in @@ -0,0 +1,81 @@ + + Configuration file + + + + Format and Location: + + The configuration file is stored per user. + The XDG_CONFIG_HOME environment variable can be used to override the base directory. + This defaults to ~/.config + The location relative to XDG_CONFIG_HOME is $XDG_CONFIG_HOME/@VENDOR@/@PRODUCT@/@PROJECT_NAME@.json + The configuration is stored in JSON format + + + + Supported options: + + + SDL_KeyModMask + + + + Defines the key combination required for SDL client shortcuts. + Default KMOD_RSHIFT + An array of SDL_Keymod strings as defined at https://wiki.libsdl.org/SDL2/SDL_Keymod + + + + + + SDL_Fullscreen + + + + Toggles client fullscreen state. + Default SDL_SCANCODE_RETURN. + A string as defined at https://wiki.libsdl.org/SDL2/SDLScancodeLookup + + + + + + SDL_Resizeable + + + + Toggles local window resizeable state. + Default SDL_SCANCODE_R. + A string as defined at https://wiki.libsdl.org/SDL2/SDLScancodeLookup + + + + + + SDL_Grab + + + + Toggles keyboard and mouse grab state. + Default SDL_SCANCODE_G. + A string as defined at https://wiki.libsdl.org/SDL2/SDLScancodeLookup + + + + + + SDL_Disconnect + + + + Disconnects from the RDP session. + Default SDL_SCANCODE_D. + A string as defined at https://wiki.libsdl.org/SDL2/SDLScancodeLookup + + + + + + + + -- cgit v1.2.3