|
|
|
@ -201,11 +201,11 @@ struct xrdp_key_info
|
|
|
|
|
|
|
|
|
|
struct xrdp_keymap
|
|
|
|
|
{
|
|
|
|
|
struct xrdp_key_info keys_noshift[128];
|
|
|
|
|
struct xrdp_key_info keys_shift[128];
|
|
|
|
|
struct xrdp_key_info keys_altgr[128];
|
|
|
|
|
struct xrdp_key_info keys_capslock[128];
|
|
|
|
|
struct xrdp_key_info keys_shiftcapslock[128];
|
|
|
|
|
struct xrdp_key_info keys_noshift[256];
|
|
|
|
|
struct xrdp_key_info keys_shift[256];
|
|
|
|
|
struct xrdp_key_info keys_altgr[256];
|
|
|
|
|
struct xrdp_key_info keys_capslock[256];
|
|
|
|
|
struct xrdp_key_info keys_shiftcapslock[256];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
/* the window manager */
|
|
|
|
|