summaryrefslogtreecommitdiffstats
path: root/genkeymap/genkeymap.c
Commit message (Collapse)AuthorAgeFilesLines
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* Switch the remaining 4 hex digit keymapfile to 8 hexKoichiro IWAO2016-10-241-1/+1
|
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-1/+4
|
* Capitalize language and country namesPavel Roskin2016-05-051-8/+8
|
* Merge pull request #178 from mgorny/altgr-keymapjsorg712014-11-081-4/+4
|\ | | | | altgr+shift/capslock support in keymaps
| * keymap: support combining shift & capslock with altgrMichał Górny2014-10-241-4/+4
| | | | | | | | | | | | 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.
* | Generate correct xfree86 keymaps when evdev is usedMichał Górny2014-10-271-1/+34
|/ | | | | | Use a mapping table to map xfree86 keycodes to evdev keycodes and obtain consistent keysyms for keymaps. This way, it is now possible to generate correct keymaps when evdev driver is used on host.
* Update genkeymap.cKevin Cave2014-01-181-3/+3
| | | Add a "shiftaltgr" section to the keymap generator, which should satisfy keyboard layouts such as km-0415
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-67/+79
| | | | | o applied new coding standards to all .c files o moved some files around
* fix an error and add scriptjsorg712009-10-091-9/+1
|
* indent, cleanupjsorg712009-08-121-89/+89
|
* cleanupjsorg712009-08-121-3/+1
|
* added genkeymap appjsorg712009-08-121-0/+125