OS X cmd + H Possible?
#1
Hi,

is it possible to hide Fullscreen XBMC with "cmd + H"?

I wood like to use my computer without closing XBMC...I the wiki is the "cmd+H" Setting Aviable... bit i dont work..

I habe OSX 10.8.2 and XBMX 12.0


Thanks
Massaguana
Reply
#2
(2013-02-09, 15:29)Massaguana Wrote: Hi,

is it possible to hide Fullscreen XBMC with "cmd + H"?

I wood like to use my computer without closing XBMC...I the wiki is the "cmd+H" Setting Aviable... bit i dont work..

I habe OSX 10.8.2 and XBMX 12.0


Thanks
Massaguana

Actually there is a way. You will have to write a AppleScript to perform the hide and then execute that from userdata/keymaps/keyboard.xml. You can execute the AppleScript based on a keyboard key or a remote button. The AppleScript is:
Code:
tell application "System Events" to set visible of process "XBMC" to false
Kodi 17, Transparency Skin
PogoPlug v4 running Arm Linux 4.4.63 as MySQL (mariadb) server.
Mac OS 10.12.5
2015 27" iMac 3.3 GHz Quad, 16GB RAM, 1TB SSD
2015 13" Macbook Pro, 8GB RAM, 256GB SSD
AppleTV 4 TV OS 10
Reply
#3
Seems it only works in window mode. One of the OS X devs can tell us if this is intentional or not. Winestock's workaround should work nicely, too.
Reply
#4
I'm after s olution/fix for this too, as there is no quick&easy way to get XBMC off the screen

One way that works is Alt+Tab all the way along back to XBMC, then without releasing CMD, press H

But would really like just a direct Cmd+H shortcut
XBMC 10.1, Mac Mini 1.83Ghz, 1.25GB, 80GB + 4TB
Reply
#5
https://github.com/xbmc/xbmc/pull/3864
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#6
Interesting, I will upgrade
XBMC 10.1, Mac Mini 1.83Ghz, 1.25GB, 80GB + 4TB
Reply

Logout Mark Read Team Forum Stats Members Help
cmd + H Possible?0