Kodi Community Forum

Full Version: 'O' action on pictures?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Sorry another noob question, what action is executed when you press 'O' on an images in Pictures? I've tried the skins xmls searching for Listitem.Picture lables but haven't found it. I tried lookin in the main Kodi folder for the PHP but also couldn't find that.

So if someone could tell me what pressing 'O' does and also where the PHP is to look at then that would be great.

Thanks

Mike.
you can check the keyboard keymap file in kodi to find out which action is mapped to the 'o' key.
Hi ronie,

thanks for that but my keyboard just has this:

<keymap>
<global>
<keyboard>
<F5>XBMC.ReloadSkin()</F5>
<F6>Skin.ToggleSetting(DebugGrid)</F6>
<F7>Skin.ToggleSetting(HideDebugInfo)</F7>
<F8>Notification(Testing 123,Hello world)</F8>
</keyboard>
</global>
</keymap>

Seems the 'o' action is Kodi core? or somewhere else in the xmls?

EDIT: Sorry ronie, forgot to check program files >> Kodi, Will look that for keyboard.

Ok. kodi keyboard has

<o mod="ctrl">ActivateWindow(TVRecordings)</o> <!-- MCE Recorded TV -->

but this I think isn't what i see, when I pres o on an image I get basically a half screen with all the image EXIF info? no TVrecordings?

Think I found it in another keyboard xml - <o>CodecInfo</o>

So, would anyone know what / where Codecinfo is?


Mike
It opens DialogPictureInfo.
Thank you.

I'll have to attempt to investigate further, the xml I have for DialogPictureInfo doesn't seem to have very much in there for what I see in this image:

Image

as you can see alignment is corrupt for whatever reason?

Mike