From e4d55a3ba0e90ac7053a55adba959ed6d8ee7215 Mon Sep 17 00:00:00 2001 From: FCatalan Date: Sat, 17 May 2025 01:17:12 +0200 Subject: [PATCH] Make overlay browser windows focusable so OpenKneeboard can capture them --- src/app/overlayManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/overlayManager.ts b/src/app/overlayManager.ts index 186acdc..331a0db 100644 --- a/src/app/overlayManager.ts +++ b/src/app/overlayManager.ts @@ -63,7 +63,7 @@ export class OverlayManager { title: `iRacing Dashies - ${title}`, transparent: true, frame: false, - focusable: false, + focusable: true, //for OpenKneeeboard/VR resizable: false, movable: false, roundedCorners: false,