j
k
j a
j l
Rémi Bernon (@rbernon) commented about server/queue.c:
} } if (unicode && !vkey) vkey = hook_vkey = VK_PACKET;
} }
Nit: could this fit in the vkey fixup switch above, like this?
``` case 0: if (unicode) vkey = hook_vkey = VK_PACKET; break; ```
Back to the thread
Back to the list