Fix VNC keycode for Delete

This commit is contained in:
RichardG867
2020-09-30 21:05:21 -03:00
parent 996dcd4f84
commit bbc13702b6

View File

@@ -619,7 +619,7 @@ static int keysyms_ff[] = {
0x0000,
0x0000,
0x0000,
0xe071 /* 0xff (XK_Delete) */
0xe053 /* 0xff (XK_Delete) */
};