Bug 84133 - articles not fully browsable with keyboard
Summary: articles not fully browsable with keyboard
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-28 05:14 UTC by MaxAuthority
Modified: 2004-10-12 19:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MaxAuthority 2004-06-28 05:14:56 UTC
Version:           1.0-beta3 "Teemu" (using KDE 3.2.90 (3.3 alpha1, CVS >= 20040522), Gentoo)
Compiler:          gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
OS:                Linux (i686) release 2.6.3-rc2-mm1

I cannot open an article in the internal (or even external) browser window/tab, when pressing Enter and an article is hightlighted.

My expected behavior:
<Enter>: Open article in background tab (when this is finally implemented)
<Ctrl-Enter>: Open article in foreground tab (or in background tab, if user will be able to configure, if he wants to open tabs in background/foreground, if this ever becomes implemented - like Konqueror handles Ctrl-Enter now).
<Shift-Enter>: Open in external Browser.
Comment 1 Frank Osterfeld 2004-10-12 19:52:00 UTC
CVS commit by osterfeld: 

- added kmail-like key bindings: alt+cursors: change selection in the tree, shift+alt+cursor: move nodes in tree, left/right: change selection in article list, up/down: scroll viewer.
- added shortcuts to open articles: enter: open in background tab, ctrl+enter: open in foreground tab, shift+enter: open in external browser

CCMAIL=84133-done@bugs.kde.org, 85691-done@bugs.kde.org  


  M +28 -4     akregator_part.cpp   1.93
  M +23 -1     akregator_part.rc   1.22
  M +130 -4    akregator_view.cpp   1.141
  M +20 -2     akregator_view.h   1.62
  M +27 -0     articlelist.cpp   1.21
  M +9 -1      articlelist.h   1.14
  M +5 -0      articleviewer.cpp   1.58
  M +1 -1      articleviewer.h   1.23
  M +118 -4    feedstree.cpp   1.23
  M +11 -4     feedstree.h   1.12
  M +14 -4     viewer.cpp   1.21
  M +5 -1      viewer.h   1.10