id summary reporter owner description type status priority milestone component resolution keywords cc phab_field 4145 [PATCH] Display autocomplete tooltips elexis elexis "All hotkeys should be displayed at some point. The attached patch adds tooltips to textfields that use ""tab"" to autocomplete playernames. It also adds the delete and delete without confirmation hotkeys for the replay menu and the public/team chat hotkeys. Notice that is hardcoded in `CInput.cpp` instead of being specified in `default.cfg`. This is because (1) hotkeys are generally disabled if a text field is focused, so that the user can type things without executing random actions (exception to the rule being #3676). (2) The autocomplete event should be sent only to text fields (3) The autocomplete event shouldn't collide with the status bar hotkey (also tab) Some potential criticism of the patch: * People often don't notice tooltips. The text could be displayed permanently below the text fields. Does seem noisy though and is likely not needed as the lobby and replay menu textfield has to be clicked on to type text there. Thus the tooltip will likely show up anyway informing the user of that feature, which might be able to conclude that autocomplete also works in the session chat. * Yes that ""Tab"" is not translated, as are those other assigned keys " enhancement closed Should Have Alpha 21 UI & Simulation fixed patch