Skip to content
  • Florian Müllner's avatar
    windowManager: Disable favorite shortcuts without overview · 866629b3
    Florian Müllner authored and Florian Müllner's avatar Florian Müllner committed
    The `switch-to-application-n` shortcuts are essentially "launch the nth
    app in the dash" actions, so they are at the very least confusing when
    the dash isn't available because the overview itself is disabled (for
    example in initial-setup mode).
    
    So disable the shortcuts when the overview is disabled, but delegate the
    decision to a separate function so that extensions like 'panel-favorites'
    which expose favorites by some other means can easily re-enable them.
    
    #1333
    866629b3