- (focus-previous [handle (or/c ihandle? #f) (current-focus)]) -> (or/c ihandle? #f)procedure
Moves the focus from the given element to the previous in sequence. Returns the element that received the focus, if any.
Moves the focus from the given element to the previous in sequence. Returns the element that received the focus, if any.