[ubuntu-mono] [Bug 99817] Re: [feisty] stop hotkey not working

Nicolò Chieffo 84yelo3 at gmail.com
Sun Apr 1 16:31:29 UTC 2007


protected override void PluginInitialize()
{
    special_keys = new SpecialKeys();
    special_keys.Delay = new TimeSpan(500 * TimeSpan.TicksPerMillisecond);

    special_keys.RegisterHandler(OnSpecialKeysPressed,
    SpecialKey.AudioPlay,
    SpecialKey.AudioPrev,
    SpecialKey.AudioNext
    );
}

as we can see the stop hotkey is even not considered...
please add it!


** Changed in: banshee (Ubuntu)
       Status: Unconfirmed => Confirmed

-- 
[feisty] stop hotkey not working
https://launchpad.net/bugs/99817




More information about the Ubuntu-mono mailing list