Update RemoteDesktopModal.vue

This commit is contained in:
Baobhan Sith
2025-04-28 21:01:18 +08:00
parent 7dd57add80
commit 9aebb13c29
@@ -193,7 +193,7 @@ const setupInputListeners = () => {
};
// @ts-ignore
keyboard.value = new Guacamole.Keyboard(displayEl);
keyboard.value = new Guacamole.Keyboard(document); // Attach listener to document for better capture
keyboard.value.onkeydown = (keysym: number) => {
if (guacClient.value) {