Skip to content
  • Nelson Ben's avatar
    ev-window.c: Don't send Ctrl and Alt accels to sidebar · bab8bbda
    Nelson Ben authored
    Don't send Ctrl and Alt accels to sidebar, as they may be handled by
    GtkTreeView or other sidebar focused widgets, while we want them to reach
    the main EvApplication accels.
    
    We except GtkEntry's (eg. cell tex editing in tree views) as eg. Ctrl+L
    accel should be handled by GtkEntry instead of rotating document.
    
    Issues #860 and #795
    bab8bbda