[vlc-devel] [Patch] Allow pausing using space in playlist mode

Hugo Beauzee-Luyssen beauze.h at gmail.com
Fri Jun 4 16:18:55 CEST 2010


Hi,

When the playlist is in docked mode, it is impossible to pause the
playback using the 'space' key, as the QAbstractItemView catches it.
Though this is a standard behaviour of list, it is useless and
prevents the user to pause its playback using space.
This patch corrects it, by intercepting the key event and forwarding
it to the basic QWidget key handler, if the space key is pressed
without any modifiers, thus allowing multiple selection using space +
ctrl/shift.

Regards,

-- 
Hugo Beauzée-Luyssen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Playlist-Allow-pausing-the-playback-using-space.patch
Type: text/x-patch
Size: 2588 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100604/495e2e42/attachment.bin>


More information about the vlc-devel mailing list