Xyrio / RSSOwlnix

RSSOwlnix is a fork of RSSOwl a powerful application to organize, search and read your RSS, RDF & Atom news feeds in a comfortable way. Highlights are saved searches, notifications, filters, fast fulltext search and a flexible, clean user interface.
Eclipse Public License 1.0
237 stars 22 forks source link

Delete items while content frame is focused #53

Open larsen0815 opened 5 years ago

larsen0815 commented 5 years ago

Pressing the delete key while the content frame is focused should delete an item. At the moment, you have to focus the item list first.

Xyrio commented 5 years ago

set another shortcut (tools/preferences/overview/keys) for delete than the delete key and it will keep content frame focused. the reason is that the default delete key behaviour for text (even if delete is not supported) overrides the delete functionality for the news window.

btw, multiple shortcuts for a function are not supported. they will be treated as a sequence that has to be pressed. the delete key keeps working for text as usual.

larsen0815 commented 5 years ago

I changed it to Ctrl+D and this works, but I'd like to use the delete key as I normally do in other programs.

Is it possible to change that behaviour you mentioned before?

Xyrio commented 5 years ago

currently it is not possible to change and i do not think that i will try to change this anytime soon as i dont think it is that easy to implement.