[vlc-devel] [PATCH] Allow more than one hotkey per action
    Rémi Denis-Courmont 
    rdenis at simphalempin.com
       
    Fri Jan 23 13:18:26 CET 2009
    
    
  
On Fri, 23 Jan 2009 10:17:02 +0100, Laurent Aimar <fenrir at via.ecp.fr>
wrote:
> The problem I see now, is the number of config entry needed, something
> like:
>  numbers_of_keys * 2 ^ number_of_modifiers
Then again, you switch from O(N) to O(1) for both key press handling, and
changing the configuration.
The only thing that remains slow is sorting mappings per action.
-- 
Rémi Denis-Courmont
    
    
More information about the vlc-devel
mailing list