Double-clicking in a list control is a common use to select and confirm the choise
Interesting, Ln 286 in vcl/source/control/lstbox.cxx : IMPL_LINK_NOARG(ListBox, ImplDoubleClickHdl) { DoubleClick(); return 1; }