Forgot to restore the increment of current keysym.
This commit is contained in:
parent
9f94d48c65
commit
7290c2fe89
@ -336,6 +336,9 @@ void __guac_rdp_update_keysyms(guac_client* client, const int* keysym_string, in
|
|||||||
if (current_state == from)
|
if (current_state == from)
|
||||||
__guac_rdp_send_keysym(client, *keysym_string, to);
|
__guac_rdp_send_keysym(client, *keysym_string, to);
|
||||||
|
|
||||||
|
/* Next keysym */
|
||||||
|
keysym_string++;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user