summaryrefslogtreecommitdiffstats
path: root/xrdp/lang.c
Commit message (Collapse)AuthorAgeFilesLines
* Use km-0000yyyy.ini if km-xxxxyyyy.ini doen't existKoichiro IWAO2016-11-041-2/+14
| | | | | | | | | | | | | | | | | | | upper 16 bits of keylayout value indicates keyboard layout. lower 16 bits of keylayout value indicates country/language. If the keymap file doesn't match exactly to keylayout value, the typical keyboard of the country/language should be used. For example [1]: 0x00000409: US English 0x00010409: US Dvorak 0x00020409: US International 0x00030409: US Dvorak for left hand 0x00040409: US Dvorak for right hang 0x0000040e: Hungarian 0x0001040e: Hungarian 101-key [1] https://msdn.microsoft.com/windows/hardware/commercialize/manufacture/desktop/windows-language-pack-default-values
* Switch to 8 hex digit keymapfileKoichiro IWAO2016-10-241-3/+3
| | | | | as the value keyboardLayout is actually 32-bit unsigned integer. See [MS-RDPBCGR] - v20160714 p.45.
* Run through codespellPavel Roskin2016-01-141-1/+1
|
* Fix spelling error and typoMike Rostermund2014-11-201-1/+1
|
* keymap: support combining shift & capslock with altgrMichał Górny2014-10-241-1/+16
| | | | | | Add support for combining shift & caps lock keys with altgr so that capital national characters can be written. There was some support for shift+altgr in xrdp-keygen but it was never actually used.
* coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-191-1/+1
|
* xrdp:no logic change, comments and printfsJay Sorg2014-03-021-1/+1
|
* no logic changes, cleanup and copyright year updatesJay Sorg2013-05-281-3/+3
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-198/+214
| | | | | o applied new coding standards to all .c files o moved some files around
* Initial syslog support in XRDPnorrarvid2012-05-271-1/+7
|
* Read keymaps over 128 keys. Patch by Yoshitomo NakashimaNicola Ruggero2010-11-041-1/+1
|
* use en-us keymap file if no keymap fileJay Sorg2010-10-221-0/+5
|
* update copyright yearjsorg712010-07-041-1/+1
|
* move some big items to heapjsorg712009-08-211-13/+12
|
* minor keyboard fixesjsorg712009-08-171-25/+28
|
* keymap changesjsorg712009-08-121-1079/+107
|
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-1/+1
|
* update copyright yearjsorg712009-01-251-1/+1
|
* update de keymapjsorg712008-03-221-22/+22
|
* update keymapsjsorg712008-03-141-24/+24
|
* update us-uk keymapjsorg712008-03-131-28/+28
|
* fix memory leakjsorg712008-03-131-1/+1
|
* update russian keymapjsorg712008-03-131-22/+22
|
* small fixes fot italian keymapilsimo2008-02-191-1/+1
|
* update comments and Italian keymapjsorg712008-01-311-32/+35
|
* print a message if loaded keymap doesn't match build in keymapjsorg712008-01-311-0/+7
|
* update copyright yearjsorg712008-01-301-1/+1
|
* added ability to use keymap files and added capslock and shiftcapslock mapsjsorg712007-10-161-87/+609
|
* czech.txtjsorg712007-09-271-8/+8
|
* Euro is 0x20ac, not 0x80jsorg712007-09-261-5/+5
|
* alignjsorg712007-09-251-80/+80
|
* alignjsorg712007-09-231-64/+64
|
* alignjsorg712007-09-231-64/+64
|
* alignjsorg712007-09-231-64/+64
|
* alignjsorg712007-09-231-16/+16
|
* unicodejsorg712007-09-231-3/+3
|
* started work on unicodejsorg712007-07-241-75/+147
|
* added swedish keymapjsorg712007-07-011-0/+72
|
* small fixes for italian keymap (added <>{} keys)ilsimo2007-04-011-4/+4
|
* copyright year updatejsorg712007-01-121-1/+1
|
* let module decide if alt-gr needs to be ignoredjsorg712006-12-091-12/+0
|
* added italy keymapjsorg712006-10-161-3/+72
|
* added 'pt br' key layoutjsorg712006-10-111-0/+73
|
* altgr fixjsorg712006-10-091-0/+10
|
* added de, fr, and gb key layoutsjsorg712006-10-081-0/+393