Hi Paul,
Le 24/02/2018 à 19:41, Paul Gevers a écrit :
Control: tags -1 patch confirmed
Hi Jean-Luc,
Are you in the position to test a patch?
Done...
And it works for me [tm]!
Whaou... very reactive!
Thanks and regards
Jezn-Luc
Paul
--- ../xvkbd-3.8/xvkbd.c 2017-06-06 19:24:16.897060353 +0900
+++ xvkbd.c 2018-02-24 16:27:45.559394153 +0900
@@ -1513,6 +1513,11 @@
unsigned junk_u;
int cur_x, cur_y;
+ if (need_read_keymap) {
+ need_read_keymap = FALSE;
+ ReadKeymap();
+ }
+
shift_state = 0;
for (cp = str; *cp != '\0'; cp++) {
if (0 < appres.text_delay) usleep(appres.text_delay * 1000);