Skip to content

Commit 0dcd37d

Browse files
committed
KeyboardState.html mark state blurred
1 parent e016f91 commit 0dcd37d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

KeyboardState.html

+6
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@
102102
}
103103
function MonitorBlur()
104104
{
105+
for (key in keyStateDict)
106+
{
107+
if (keyStateDict[key].indexOf("blurred") < 0)
108+
keyStateDict[key] += "; when document blurred"
109+
}
110+
displayKeyState();
105111
logEvent("blur");
106112
}
107113
function MonitorFocus()

0 commit comments

Comments
 (0)