xrdp/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
2016-04-14 22:35:56 +03:00
..
libxrdp.c Fix all format warnings and some unused variable warnings 2016-03-14 17:04:08 -07:00
libxrdp.h Run through codespell 2016-01-14 08:47:50 -08:00
libxrdpinc.h Fix typos 2016-02-13 20:41:07 -08:00
Makefile.am Move headers from EXTRA_DIST to sources, sort alphabetically 2016-02-21 23:06:48 -08:00
xrdp_bitmap32_compress.c libxrdp: planar unroll delta 2014-06-23 20:41:29 -07:00
xrdp_bitmap_compress.c libxrdp: not logic change, comments 2014-02-15 20:37:10 -08:00
xrdp_caps.c fix warnings 2016-04-09 22:10:12 -07:00
xrdp_channel.c Run through codespell 2016-01-14 08:47:50 -08:00
xrdp_fastpath.c Fix typos 2016-02-13 20:41:07 -08:00
xrdp_iso.c fix warnings 2016-04-09 22:10:12 -07:00
xrdp_jpeg_compress.c Run through codespell 2016-01-14 08:47:50 -08:00
xrdp_mcs.c Fix typos 2016-02-13 20:41:07 -08:00
xrdp_mppc_enc.c libxrdp: minor mppc compressor change 2014-07-04 13:56:57 -07:00
xrdp_orders_rail.c libxrdp: rail fix for when no flags are set 2015-12-11 20:05:40 -08:00
xrdp_orders_rail.h no logic change, indent 2014-06-02 22:00:51 -07:00
xrdp_orders.c fix warnings 2016-04-09 22:10:12 -07:00
xrdp_rdp.c Add missing spaces in the strings that are split for line wrapping 2016-02-12 23:52:45 -08:00
xrdp_sec.c Allows use the xkb options that for example allows you to specify a key combination to change the layouts. 2016-04-14 22:35:56 +03:00
xrdp_surface.c copyright year update 2013-06-08 10:51:53 -07:00