The "p" and "l" keyboard mappings were removed from the latest version so you'll need to add them back in C:\Program Files\Boxee\system\keymaps\keyboard.xml
Somewhere around line 195 add the <p> and <l> stuff and comment out the RunScript stuff:
Code:
<Visualisation>
<keyboard>
<period>SkipNext</period>
<comma>SkipPrevious</comma>
<return>Info</return>
<backspace>FullScreen</backspace>
<escape>FullScreen</escape>
<enter>ActivateWindow(MusicOSD)</enter>
<i>Info</i>
<!-- l>RunScript(q:\scripts\Lyrics\default.py)</l-->
<p>ActivateWindow(VisualisationPresetList)</p>
<l>LockPreset</l>
<left>SkipPrevious</left>
<right>SkipNext</right>
<up>VolumeUp</up>
<down>VolumeDown</down>
<escape>FullScreen</escape>
</keyboard>
</Visualisation>
<MusicOSD>
<keyboard>
<escape>Close</escape>
<f>FastForward</f>
<r>Rewind</r>
<period>SkipNext</period>
<comma>SkipPrevious</comma>
<m>Close</m>
<i>Info</i>
<o>CodecInfo</o>
<p>ActivateWindow(VisualisationPresetList)</p>
<v>ActivateWindow(VisualisationSettings)</v>
<n>ActivateWindow(MusicPlaylist)</n>
</keyboard>
</MusicOSD>
<VisualisationSettings>
<keyboard>
<escape>Close</escape>
<period>SkipNext</period>
<comma>SkipPrevious</comma>
<return>Info</return>
<m>Close</m>
<i>Info</i>
<o>CodecInfo</o>
<p>ActivateWindow(VisualisationPresetList)</p>
<left>SkipPrevious</left>
<right>SkipNext</right>
</keyboard>
</VisualisationSettings>
Bookmarks