X11rdp: add Portuguese to setxkbmap

This commit is contained in:
Jay Sorg 2013-12-05 14:59:11 -08:00
parent 8d00fed35c
commit 36c5608796
1 changed files with 3 additions and 0 deletions

View File

@ -622,6 +622,9 @@ rdpLoadLayout(int keylayout)
case 0x0000041D: /* Swedish */
snprintf(a4, 15, "%s", "se");
break;
case 0x00000816: /* Portuguese */
snprintf(a4, 15, "%s", "pt");
break;
default:
LLOGLN(0, ("rdpLoadLayout: unknown keylayout 0x%8.8x", keylayout));
return 1;