Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Distribute all files except git and github specific data | Pavel Roskin | 2016-12-18 | 1 | -0/+4 |
| | | | | | It is better to distribute a few useless file than not to distribute needed files. | ||||
* | genkeymap: change Japanese keyboard model to pc105 | Koichiro IWAO | 2016-11-30 | 1 | -1/+1 |
| | | | | changed in #394. | ||||
* | instfiles: unify km-*0411.ini into km-00000411.ini | Koichiro IWAO | 2016-11-30 | 1 | -3/+0 |
| | | | | | as they're identical and no longer need to duplicate them after commit 5725200. | ||||
* | docs: s/Italy/Italian/ for language name | Koichiro IWAO | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | Switch the remaining 4 hex digit keymapfile to 8 hex | Koichiro IWAO | 2016-10-24 | 3 | -22/+22 |
| | |||||
* | Add UK English keyboard and code to generate it | Pavel Roskin | 2016-09-05 | 1 | -0/+4 |
| | |||||
* | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 1 | -1/+4 |
| | |||||
* | Capitalize language and country names | Pavel Roskin | 2016-05-05 | 1 | -8/+8 |
| | |||||
* | Use standard autotools means to detect X11 | Pavel Roskin | 2016-01-30 | 1 | -2/+5 |
| | | | | | | | | Use AC_PATH_XTRA to search for X11 in configure.ac. In Makefiles, add X_CFLAGS to AM_CFLAGS for the source compilation. Add X_LIBS to LDFLAGS. Add X_PRE_LIBS and X_EXTRA_LIBS to LDADD. With this patch, X Windows system is correctly detected on Mac OS X. | ||||
* | Add Japanese keymap | Koichiro IWAO | 2014-12-01 | 1 | -0/+7 |
| | |||||
* | Merge pull request #178 from mgorny/altgr-keymap | jsorg71 | 2014-11-08 | 3 | -6/+11 |
|\ | | | | | altgr+shift/capslock support in keymaps | ||||
| * | dump-keymaps: generate 'pl' keymap | Michał Górny | 2014-10-24 | 1 | -0/+4 |
| | | |||||
| * | keymap: support combining shift & capslock with altgr | Michał Górny | 2014-10-24 | 2 | -6/+7 |
| | | | | | | | | | | | | 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 used | Michał Górny | 2014-10-27 | 3 | -2/+191 |
|/ | | | | | | 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 readme.txt | Kevin Cave | 2014-01-18 | 1 | -2/+2 |
| | | | | Corrected spelling and grammar. Updated to reflect additional "shiftaltgr" section. | ||||
* | Update readme.txt | Kevin Cave | 2014-01-18 | 1 | -14/+21 |
| | |||||
* | Update genkeymap.c | Kevin Cave | 2014-01-18 | 1 | -3/+3 |
| | | | Add a "shiftaltgr" section to the keymap generator, which should satisfy keyboard layouts such as km-0415 | ||||
* | Changes related to integration | Gustavo Homem | 2013-03-18 | 1 | -0/+4 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -67/+79 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | fix an error and add script | jsorg71 | 2009-10-09 | 2 | -9/+32 |
| | |||||
* | add lib path for old X server install | jsorg71 | 2009-09-04 | 1 | -0/+1 |
| | |||||
* | added readme.txt | jsorg71 | 2009-08-12 | 1 | -0/+35 |
| | |||||
* | indent, cleanup | jsorg71 | 2009-08-12 | 1 | -89/+89 |
| | |||||
* | cleanup | jsorg71 | 2009-08-12 | 2 | -13/+1 |
| | |||||
* | added genkeymap app | jsorg71 | 2009-08-12 | 2 | -0/+143 |