|
From: Pierre O. <os...@ce...> - 2013-04-19 07:52:18
|
On Thu, 18 Apr 2013 18:38:07 +0200 (CEST) Bodo Eggert <7e...@gm...> wrote: > > If you're curious what I did, I uploaded my changes to > http://7eggert.dyndns.org/l/rdesktop/ > For now, you can't use -k with my version, I just hijacked the function. I didn't quite follow the logic of the code, but is the lookup table using keycodes? If it does, then that needs to be changed. Keycodes are not well-defined so you do not get a portable system looking at them. What you should look at are XKB keynames. These have a much better connection to the actual, physical keys. Rgds -- Pierre Ossman Software Development Cendio AB http://cendio.com Teknikringen 8 http://twitter.com/ThinLinc 583 30 Linköping http://facebook.com/ThinLinc Phone: +46-13-214600 http://plus.google.com/112509906846170010689 A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? |