Skip to content
  • Nate Graham's avatar
    Fix Ctrl+PageUp/PageDown keyboard shortcuts · 2d70ab55
    Nate Graham authored
    This got broken in 3b58e4a9 when
    multiple shortcut sequences were added to a single QKeySequence object,
    rather than having a list with multiple QKeySequences in it. As a
    result, the single QKeySequence object discarded all sequences after
    the first, so the Ctrl+PageUp/PageDown shortcuts got discarded.
    2d70ab55