Skip to content

Consistent maplist controls

username-removed-51285 requested to merge sev/menu_maplist_controls into master

Currently, the maplist has completely different controls than the serverlist:

Serverlist Maplist
Open info dialog RightMouseButton, Space DoubleClick, Enter
Mark item MiddleMouseButton, Ins Space, (Click on Thumbnail)
Activate item DoubleClick, Enter

This branch improves consistency by making the maplist behave the same way as the serverlist:

Serverlist Maplist
Open info dialog RightMouseButton, Space RightMouseButton, Space
Mark item MiddleMouseButton, Ins MiddleMouseButton, Ins, (Click on Thumbnail)
Activate item DoubleClick, Enter

Merge request reports