04e3fe0b06
* Respect default configuration directory depending on WITH_FULL_CONFIG_PATH * Unify manpage files for SDL2 and SDL3
82 lines
3.0 KiB
XML
82 lines
3.0 KiB
XML
<refsect1>
|
|
<title>Configuration file</title>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term>Format and Location:</term>
|
|
<listitem>
|
|
<para>The configuration file is stored per user.<sbr/>
|
|
The <replaceable>XDG_CONFIG_HOME</replaceable> environment variable can be used to override the base directory.<sbr/>
|
|
This defaults to <replaceable>~/.config</replaceable>
|
|
The location relative to <replaceable>XDG_CONFIG_HOME</replaceable> is <replaceable>$XDG_CONFIG_HOME/@VENDOR_PRODUCT@/sdl-freerdp.json</replaceable><sbr/>
|
|
The configuration is stored in JSON format</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>Supported options:</term>
|
|
<listitem>
|
|
<varlistentry>
|
|
<term><replaceable>SDL_KeyModMask</replaceable></term>
|
|
<listitem>
|
|
<varlistentry>
|
|
<listitem>
|
|
<para>Defines the key combination required for SDL client shortcuts.<sbr/>
|
|
Default <replaceable>KMOD_RSHIFT</replaceable><sbr/>
|
|
An array of <replaceable>SDL_Keymod</replaceable> strings as defined at <replaceable>https://wiki.libsdl.org/SDL2/SDL_Keymod</replaceable></para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><replaceable>SDL_Fullscreen</replaceable></term>
|
|
<listitem>
|
|
<varlistentry>
|
|
<listitem>
|
|
<para>Toggles client fullscreen state.<sbr/>
|
|
Default <replaceable>SDL_SCANCODE_RETURN</replaceable>.<sbr/>
|
|
A string as defined at <replaceable>https://wiki.libsdl.org/SDL2/SDLScancodeLookup</replaceable></para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><replaceable>SDL_Resizeable</replaceable></term>
|
|
<listitem>
|
|
<varlistentry>
|
|
<listitem>
|
|
<para>Toggles local window resizeable state.<sbr/>
|
|
Default <replaceable>SDL_SCANCODE_R</replaceable>.<sbr/>
|
|
A string as defined at <replaceable>https://wiki.libsdl.org/SDL2/SDLScancodeLookup</replaceable></para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><replaceable>SDL_Grab</replaceable></term>
|
|
<listitem>
|
|
<varlistentry>
|
|
<listitem>
|
|
<para>Toggles keyboard and mouse grab state.<sbr/>
|
|
Default <replaceable>SDL_SCANCODE_G</replaceable>.<sbr/>
|
|
A string as defined at <replaceable>https://wiki.libsdl.org/SDL2/SDLScancodeLookup</replaceable></para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><replaceable>SDL_Disconnect</replaceable></term>
|
|
<listitem>
|
|
<varlistentry>
|
|
<listitem>
|
|
<para>Disconnects from the RDP session.<sbr/>
|
|
Default <replaceable>SDL_SCANCODE_D</replaceable>.<sbr/>
|
|
A string as defined at <replaceable>https://wiki.libsdl.org/SDL2/SDLScancodeLookup</replaceable></para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</listitem>
|
|
</varlistentry>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsect1>
|