feat: Delete key removes items in source and profile lists#2469
feat: Delete key removes items in source and profile lists#2469Fikri-20 wants to merge 2 commits intoborgbase:masterfrom
Conversation
|
hey @m3nu , could you please review the PR and tell me if I need to tweak anything else? |
d61e29c to
cca77e6
Compare
|
Hi @m3nu, I'm applying for GSoC 2026 and have these PR ready for review. Could you please take a look? |
Review of PR #2469Clean, focused PR. Reuses existing Issues
|
cca77e6 to
1044975
Compare
On macOS, Key_Delete maps to forward-delete which doesn't exist on most laptops. StandardKey.Delete is platform-appropriate (Backspace on macOS, Delete on others).
1044975 to
fbd0225
Compare
|
Hi @m3nu, thanks for the review! I've updated the PR to use Let me know if any other tweaks are needed. |
Closes #2447
Added a Delete key shortcut to both the source files table and the profile selector list, wired to the existing remove/delete actions.