When creating a desktop @window and associating an $input() dialog with it, there is no focus on its buttons: Pressing "Enter" does not trigger the default button, and "Tab" has no effect. Example:
//window -Cd @foo -1 -1 200 200 | noop $input(hi,s,@foo)