Closed kutu closed 1 year ago
85c1b2d2a5653cf7c8c7695087c6fbc7a9688b52 Modifies focus behaviour for this dialog and the shift-delete dialog. Focus goes to the OK. Enter deletes the file (not built-in in ImGui as it requires a custom button wrapper, but I prefer it) .
Tab usually cycles through input widgets only (again, in ImGui), but dir keys can be used instead to select Cancel. Esc is also not 'close' by default, so will need to select Cancel and press Space/Enter. In any case, can now use dir keys and space/enter to press selected button.
delete
keyenter
key doesn't delete filetab
key not going through available buttons in dialogescape
key doesn't close dialog (aka cancel)