kmap2qmapkmap2qmap is a tool to generate keymaps for use on Embedded Linux. The source files have to be in standard Linux kmap format that is e.g. understood by the kernel's loadkeys command. This means you can use the following sources to generate qmap files:
The generated qmap files are size optimized binary files. kmap2qmap is a command line program, that needs at least 2 files as parameters. The last one will be the generated .qmap file, while all the others will be parsed as input .kmap files. For example: kmap2qmap i386/qwertz/de-latin1-nodeadkeys.kmap include/compose.latin1.inc de-latin1-nodeadkeys.qmap kmap2qmap does not support all the (pseudo) symbols that the Linux kernel supports. If you are converting a standard keymap you will get a lot of warnings for things like Show_Registers, Hex_A, etc.: you can safely ignore those. It also doesn't support numeric symbols (e.g. keycode 1 = 4242, instead of keycode 1 = colon), since these are deprecated and can change from one kernel version to the other. On the other hand, kmap2qmap supports one additional, Qt specific, symbol: QtZap. The built-in US keymap has that symbol mapped tp Ctrl+Alt+Backspace and it serves as a shortcut to kill your QWS server (similiar to the X11 server). © 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia. Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. |