We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387db7e commit 6bc2d37Copy full SHA for 6bc2d37
1 file changed
WebApplication1/wwwroot/js/remote.js
@@ -1640,8 +1640,8 @@ class RemoteControl {
1640
}, 50);
1641
break;
1642
case 'f11':
1643
- this.sendInput('keyboard', { vkCode: 0x70, isKeyDown: true });
1644
- this.sendInput('keyboard', { vkCode: 0x70, isKeyDown: false });
+ this.sendInput('keyboard', { vkCode: 0x7A, isKeyDown: true });
+ this.sendInput('keyboard', { vkCode: 0x7A, isKeyDown: false });
1645
1646
}
1647
0 commit comments