update comments and Italian keymap
This commit is contained in:
parent
2546d29c50
commit
33b4b72b45
67
xrdp/lang.c
67
xrdp/lang.c
@ -17,13 +17,14 @@
|
|||||||
Copyright (C) Jay Sorg 2006-2008
|
Copyright (C) Jay Sorg 2006-2008
|
||||||
|
|
||||||
keylayout
|
keylayout
|
||||||
|
maximum unicode 19996(0x4e00)
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "xrdp.h"
|
#include "xrdp.h"
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* us english */
|
/* us english 0x409 */
|
||||||
|
|
||||||
/* non shift chars */
|
/* non shift chars */
|
||||||
int en_us_noshift[] =
|
int en_us_noshift[] =
|
||||||
@ -88,6 +89,7 @@ int en_us_altgr[] =
|
|||||||
0, 0, 0, 0, 0, 0, 0, 0
|
0, 0, 0, 0, 0, 0, 0, 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* caps lock chars */
|
||||||
int en_us_capslock[] =
|
int en_us_capslock[] =
|
||||||
{
|
{
|
||||||
0, 0, '1', '2', '3', '4', '5', '6',
|
0, 0, '1', '2', '3', '4', '5', '6',
|
||||||
@ -108,6 +110,7 @@ int en_us_capslock[] =
|
|||||||
0, 0, 0, 0, 0, 0, 0, 0
|
0, 0, 0, 0, 0, 0, 0, 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* shift caps lock chars */
|
||||||
int en_us_shiftcapslock[] =
|
int en_us_shiftcapslock[] =
|
||||||
{
|
{
|
||||||
0, 0, '!', '@', '#', '$', '%', '^',
|
0, 0, '!', '@', '#', '$', '%', '^',
|
||||||
@ -129,9 +132,9 @@ int en_us_shiftcapslock[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* italy */
|
/* italy 0x410 */
|
||||||
|
|
||||||
/* non shift chars ec*/
|
/* non shift chars */
|
||||||
int it_noshift[] =
|
int it_noshift[] =
|
||||||
{
|
{
|
||||||
0, 0, '1', '2', '3', '4', '5', '6',
|
0, 0, '1', '2', '3', '4', '5', '6',
|
||||||
@ -196,17 +199,17 @@ int it_altgr[] =
|
|||||||
|
|
||||||
int it_capslock[] =
|
int it_capslock[] =
|
||||||
{
|
{
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, '1', '2', '3', '4', '5', '6',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'7', '8', '9', '0', '\'', 0xec, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'Q', 'W', 'E', 'R', 'T', 'Y', 'U', 'I',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'O', 'P', 0xe8, '+', 0, 0, 'A', 'S',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'D', 'F', 'G', 'H', 'J', 'K', 'L', 0xf2,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0xe0, '\\', 0, 0xf9, 'Z', 'X', 'C', 'V',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'B', 'N', 'M', ',', '.', '-', 0, '*',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, ' ', 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, '7',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'8', '9', '-', '4', '5', '6', '+', '1',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'2', '3', '0', '.', 0, 0, '<', 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
@ -216,17 +219,17 @@ int it_capslock[] =
|
|||||||
|
|
||||||
int it_shiftcapslock[] =
|
int it_shiftcapslock[] =
|
||||||
{
|
{
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, '!', '"', 0xa3, '$', '%', '&',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'/', '(', ')', '=', '?', '^', 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'q', 'w', 'e', 'r', 't', 'y', 'u', 'i',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'o', 'p', 0xe9, '*', 0, 0, 'a', 's',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'd', 'f', 'g', 'h', 'j', 'k', 'l', 0xe7,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0xb0, '|', 0, 0xa7, 'z', 'x', 'c', 'v',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'b', 'n', 'm', ';', ':', '_', 0, '*',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, ' ', 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, '7',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'8', '9', '-', '4', '5', '6', '+', '1',
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
'2', '3', '0', '.', 0, 0, '>', 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
@ -235,7 +238,7 @@ int it_shiftcapslock[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* Portuguese (Brazil) */
|
/* Portuguese (Brazil) 0x416 */
|
||||||
|
|
||||||
/* non shift chars */
|
/* non shift chars */
|
||||||
int pt_br_noshift[] =
|
int pt_br_noshift[] =
|
||||||
@ -341,7 +344,7 @@ int pt_br_shiftcapslock[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* uk english */
|
/* uk english 0x809 */
|
||||||
|
|
||||||
/* non shift chars */
|
/* non shift chars */
|
||||||
int en_uk_noshift[] =
|
int en_uk_noshift[] =
|
||||||
@ -447,7 +450,7 @@ int en_uk_shiftcapslock[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* german */
|
/* german 0x407 */
|
||||||
|
|
||||||
/* non shift chars */
|
/* non shift chars */
|
||||||
int de_noshift[] =
|
int de_noshift[] =
|
||||||
@ -553,7 +556,7 @@ int de_shiftcapslock[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* french */
|
/* french 0x40c */
|
||||||
|
|
||||||
/* non shift chars */
|
/* non shift chars */
|
||||||
int fr_noshift[] =
|
int fr_noshift[] =
|
||||||
@ -659,7 +662,7 @@ int fr_shiftcapslock[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* swedish */
|
/* swedish 0x41d */
|
||||||
|
|
||||||
/* non shift chars */
|
/* non shift chars */
|
||||||
int se_noshift[] =
|
int se_noshift[] =
|
||||||
@ -765,7 +768,7 @@ int se_shiftcapslock[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* czech */
|
/* czech 0x405 */
|
||||||
|
|
||||||
/* non shift chars */
|
/* non shift chars */
|
||||||
int cs_noshift[] =
|
int cs_noshift[] =
|
||||||
@ -871,7 +874,7 @@ int cs_shiftcapslock[] =
|
|||||||
};
|
};
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* russian */
|
/* russian 0x419 */
|
||||||
|
|
||||||
/* non shift chars */
|
/* non shift chars */
|
||||||
int ru_noshift[] =
|
int ru_noshift[] =
|
||||||
|
Loading…
Reference in New Issue
Block a user