You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xrdp-proprietary/libxrdp
laigor 59be4134c3 Allows use the xkb options that for example allows you to specify a key combination to change the layouts.
Example of xrdp_keyboard.ini for russian keyboard

[default_rdp_layouts]
rdp_layout_us=0x00000409
rdp_layout_de=0x00000407
rdp_layout_fr=0x0000040C
rdp_layout_it=0x00000410
rdp_layout_jp=0x00000411
rdp_layout_jp2=0xe0010411
rdp_layout_jp3=0xe0200411
rdp_layout_jp4=0xe0210411
rdp_layout_ru=0x00000419
rdp_layout_se=0x0000041D
rdp_layout_pt=0x00000816
rdp_layout_br=0x00000416
rdp_layout_pl=0x00000415

[rdp_keyboard_ru]
keyboard_type=4
keyboard_subtype=1
model=pc105
options=grp:alt_shift_toggle
rdp_layouts=default_rdp_layouts
layouts_map=layouts_map_ru

[layouts_map_ru]
rdp_layout_us=us,ru
rdp_layout_ru=us,ru
10 years ago
..
Makefile.am Move headers from EXTRA_DIST to sources, sort alphabetically 10 years ago
libxrdp.c Fix all format warnings and some unused variable warnings 10 years ago
libxrdp.h Run through codespell 10 years ago
libxrdpinc.h Fix typos 10 years ago
xrdp_bitmap32_compress.c libxrdp: planar unroll delta 12 years ago
xrdp_bitmap_compress.c libxrdp: not logic change, comments 12 years ago
xrdp_caps.c fix warnings 10 years ago
xrdp_channel.c Run through codespell 10 years ago
xrdp_fastpath.c Fix typos 10 years ago
xrdp_iso.c fix warnings 10 years ago
xrdp_jpeg_compress.c Run through codespell 10 years ago
xrdp_mcs.c Fix typos 10 years ago
xrdp_mppc_enc.c libxrdp: minor mppc compressor change 12 years ago
xrdp_orders.c fix warnings 10 years ago
xrdp_orders_rail.c libxrdp: rail fix for when no flags are set 10 years ago
xrdp_orders_rail.h no logic change, indent 12 years ago
xrdp_rdp.c Add missing spaces in the strings that are split for line wrapping 10 years ago
xrdp_sec.c Allows use the xkb options that for example allows you to specify a key combination to change the layouts. 10 years ago
xrdp_surface.c copyright year update 13 years ago