Skip to content

Commit 6a8db9f

Browse files
authored
Make overlay browser windows focusable so OpenKneeboard can capture them (#16)
1 parent 76b1ba7 commit 6a8db9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/overlayManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class OverlayManager {
6363
title: `iRacing Dashies - ${title}`,
6464
transparent: true,
6565
frame: false,
66-
focusable: false,
66+
focusable: true, //for OpenKneeeboard/VR
6767
resizable: false,
6868
movable: false,
6969
roundedCorners: false,

0 commit comments

Comments
 (0)