Commit graph

5 commits

Author SHA1 Message Date
Michael Borthwick
d99679eb2e Adds omxplayer dbus support for togglesubtitles, hidesubtitles, showsubtitles
Update omxplayer.cpp

Add support for ShowSubtitles and HideSubtitles.

Update KeyConfig.cpp

'w' key (above the 's' key that Toggles Subtitles) turns subtitle display ON ie ShowSubtitles
'x' key (below the 's' key) turns subtitle display OFF ie HideSubtitles

Update OMXControl.cpp

Implement Show and Hide Subtitles

Update dbuscontrol.sh

Adds omxplayer dbus support for togglesubtitles, hidesubtitles, showsubtitles

Update KeyConfig.h

Adds support for HideSubtitles and ShowSubtitles.

Update README.md

Show subtitles with the 'w' key (ie above the 's' key the toggles subtitles)
Hide subtitles with the 'x' key (ie below the 's' key the toggles subtitles)

Update KeyConfig.h

Adds support for HideSubtitles and ShowSubtitles
2014-09-13 10:38:59 +10:00
Harry Collard
60027055db Keyboard handling code moved, MPRIS v2 support added 2013-08-29 13:05:37 +01:00
Torarin
3964a17666 Include cstdlib for strtoul 2013-07-25 03:31:46 +02:00
popcornmix
efd1049bc5 Add support for hex numbers in keymap for unusual keys 2013-07-25 00:23:44 +01:00
Mitch Draves
4812f21814 Added support for the command line option --key-config <file>, which loads the key bindings from <file> and uses them in place of the default. Information on how the config file should be written is in the README. 2013-07-12 13:04:51 -05:00