The Window provides keyboard navigation once it gains focus (either programmatically or as a result of a user click). When the widget is focused, you can use the keyboard to change its position and size.
Show
  • Esc key - closes the window.
  • Up key - moves window up.
  • Ctrl + Up - narrows window in vertical direction.
  • Down key - moves window down.
  • Ctrl + Down - expands window in vertical direction.
  • Left key - moves window left.
  • Ctrl + Left - narrows window in horizontal direction.
  • Right key - moves window down.
  • Ctrl + Right - expands window in horizontal direction.