[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
Video playback is working with Windows 10, Kodi 15.2 here.
My only issue is that I can't get SendKeys to send the right thing to exit from Chrome (the other key commands work). The script, sendKey.vbs, has
if key="close" then
cmd = "%{F4}"

I am using a Harmony One remote that is set up to send keys as an MCE keyboard. I don't have a close button, so I tried
if key=“escape” then
cmd = "%{F4}"

since I have the Exit button sending {esc}, but that didn't work, either. So, I also tried sending <ctrl>-<shift>-Q since that's the key combo that's supposed to quit Chrome in Windows. I tried
if key=“escape” then
cmd = "^+q"

and got nowhere. Can anybody help me with this? I'm guessing there are others who would like to have a solution to this, too.
Thanks!
Reply


Messages In This Thread
Who's Watching is empty? - by RiverBend - 2015-01-08, 18:55
Full-screen mode - by oakertood - 2015-03-29, 01:08
25% - by Mattlock - 2015-07-06, 03:56
Additional/Original Browser Option? - by durv - 2015-09-07, 05:07
[RELEASE] NetfliXBMC - EMPTY LISTS - by Nibar - 2015-12-08, 03:38
RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - by mathgeek97 - 2015-12-24, 20:09
Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 217