Kodi Community Forum

Full Version: Condition for SHIFT and CAPS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Are there conditions available at the skin level to know when the keyboard dialog has Shift or Caps on?

If not, is this possible?

Thanks.
Managed to get it working how I wanted by using SubString.

ie
PHP Code:
<visible>SubString(Control.GetLabel(302),*)</visible

302 being the Shift button's id and '*' as the 'on' value.

Also worked for Caps and Symbols (303 and 304 respectively).