--- sourceforge.net/trunk/rdesktop/types.h 2005/03/08 00:43:10 831 +++ sourceforge.net/trunk/rdesktop/types.h 2005/08/02 15:07:35 949 @@ -110,8 +110,12 @@ typedef struct _key_translation { + /* For normal scancode translations */ uint8 scancode; uint16 modifiers; + /* For sequences. If keysym is nonzero, the fields above are not used. */ + uint32 seq_keysym; /* Really KeySym */ + struct _key_translation *next; } key_translation;