Skip to content
Commit 8416e3de authored by Nate Graham's avatar Nate Graham
Browse files

[applets/clipboard] Delete items with delete key

Pressing the delete key will now delete the highlighted list item under
any of the following circumstances:

1. A list item is selected and has focus
2. A list item is selected and the search field has focus but it is
   empty or the insertion point is at the end of the string (in either
   case, pressing the delete key would otherwise do nothing)

This allows quickly and easily deleting clipboard items using only the
keyboard, including after using the search field to filter it down.

BUG: 439174
FIXED-IN: 5.78
parent f40bbbff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment