Michael Jumper
|
c40a9b8994
|
Actually implement AltGr as a separate code, rather than Ctrl+Alt.
|
2013-05-09 20:44:56 -07:00 |
|
Michael Jumper
|
7fa531cc2e
|
Allow storage of keysyms in the 0x0100xxxx space. Map AltGr to Ctrl+Alt.
|
2013-05-08 18:24:46 -07:00 |
|
Michael Jumper
|
7ba047f5a8
|
Add French and German keymaps to build, add failsafe keymap, parse layout parameter, cleanup contributed keymaps, add missing declarations.
|
2013-03-29 13:08:14 -07:00 |
|
Michael Jumper
|
9b00ce9f28
|
German keyboard stub.
|
2013-03-26 13:19:40 -07:00 |
|
Michael Jumper
|
13415ebcdb
|
Remove now unused altcode function.
|
2012-05-16 01:33:34 -07:00 |
|
Michael Jumper
|
8a8924dc7d
|
Check for freerdp/locale/keyboard.h before using it, default to old freerdp/kbd/layouts.h if missing.
|
2012-05-16 00:40:07 -07:00 |
|
Jocelyn DELALANDE
|
bf15e05cb8
|
cosmetic and comments for guacamole integration
Signed-off-by: Michael Jumper <zhangmaike@users.sourceforge.net>
|
2012-05-15 14:41:28 -07:00 |
|
Jocelyn DELALANDE
|
8978181316
|
fixed include path for freerdp >= 1.0
Signed-off-by: Michael Jumper <zhangmaike@users.sourceforge.net>
|
2012-05-15 14:41:28 -07:00 |
|
Michael Jumper
|
cb28ced171
|
Embed RDP keyboard layout within keymap (see ticket #126).
|
2012-05-01 09:09:39 -07:00 |
|
Michael Jumper
|
d3c8377c26
|
Add remaining modifier strings, fix unshifted en-us mappings.
|
2012-03-21 23:45:37 -07:00 |
|
Michael Jumper
|
02bd90e4fb
|
Moved non-printable keys into base keymap.
|
2012-03-21 12:34:21 -07:00 |
|
Michael Jumper
|
2eb1d05704
|
Major refactor of keymap - now using simple keysym description lists, which can be hierarchical, and are loaded at connect time into the client's static keymapping.
|
2012-03-21 10:45:40 -07:00 |
|
Michael Jumper
|
af4d4681e1
|
Removed Alt-code mapping, using convenient identity relationship between keysyms and Alt-codes instead.
|
2012-03-20 22:48:18 -07:00 |
|
Michael Jumper
|
b9a1652049
|
Added keysym strings for alt and all modifiers.
|
2012-03-20 21:03:34 -07:00 |
|
Michael Jumper
|
1fc7a9a8cd
|
Do not use addressof in lookup macro. Update keysym state in event handler.
|
2012-03-20 19:47:41 -07:00 |
|
Michael Jumper
|
d5c00f628c
|
Add per-client keysym state mapping.
|
2012-03-20 19:43:40 -07:00 |
|
Michael Jumper
|
e347aad3dc
|
Add keysym string to $ for testing.
|
2012-03-20 19:13:17 -07:00 |
|
Michael Jumper
|
dcafe2cd46
|
Use const char* rather than static array.
|
2012-03-20 16:03:49 -07:00 |
|
Michael Jumper
|
a366c189c5
|
Simplified mapping and lookups, added required structuring for future selectable keymaps.
|
2012-03-20 15:33:08 -07:00 |
|
Michael Jumper
|
b984832687
|
Added alt-code mapping structures.
|
2012-03-20 14:18:48 -07:00 |
|
Michael Jumper
|
6eb3e6d297
|
Augmented keymap struct to support prerequisite keysyms.
|
2012-03-20 14:13:17 -07:00 |
|
Michael Jumper
|
6a1994484c
|
Refactored, removed functionality. Fixed most errors on compile. Will likely not actually work in current state.
|
2011-12-30 00:10:28 -08:00 |
|
Michael Jumper
|
50c80a7685
|
Added flags to keymap.
|
2011-07-24 23:35:54 -07:00 |
|
Michael Jumper
|
bd8c2f596f
|
Added handling for keyboard events
|
2011-07-24 00:47:38 -07:00 |
|