Skip to content
  • Michael Natterer's avatar
    Bug 675549 - image region does not have focus unless clicked on · 58806854
    Michael Natterer authored
    We cannot simply randomy move the focus from e.g. a text entry back to
    the canvas. Instead introduce global handling of "Escape" and a
    "primary_focus_widget" that is always set the the image window's
    active canvas. When Escape is pressed, move the focus to that primary
    focus widget, or beep if it is already there. Text widgets still get
    the key events before that logic and can consume the Escape.
    58806854