Allow full mouse navigation
Bug #882515 reported by
upkpk
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Synapse |
Fix Released
|
Low
|
Jeremy Munsch |
Bug Description
Hi, some mouse navigation features would be welcome in Synapse. I know it's mainly designed to be working with a keyboard, however clicking the tray icon actually opens Synapse window, so a hybrid mode would be a good idea imo. Keep it simple like:
- Mouse wheel: scroll up and down in the list
- Clickable categories (actions, audio, apps...) are already working.
- Double-click on item: perform default/selected action.
- Right-click on item: open/close TAB menu
I've seen users confused with the fact that they can't use the mouse...
Thanks for your attention ;)
Related branches
lp://staging/~jeremy-munsch/synapse-project/fix-mouse-navigation
- Rico Tzschichholz: Approve
-
Diff: 126 lines (+41/-15)5 files modifiedsrc/ui/controller.vala (+4/-0)
src/ui/interfaces.vala (+3/-0)
src/ui/view-base.vala (+19/-12)
src/ui/view-virgilio.vala (+4/-0)
src/ui/widgets-matchlistview.vala (+11/-3)
Changed in synapse-project: | |
status: | New → Confirmed |
Changed in synapse-project: | |
status: | Incomplete → Confirmed |
Changed in synapse-project: | |
milestone: | 0.2.99.1 → 0.2.99.2 |
Changed in synapse-project: | |
assignee: | nobody → Jeremy Munsch (jeremy-munsch) |
Changed in synapse-project: | |
status: | Confirmed → In Progress |
Changed in synapse-project: | |
status: | In Progress → Fix Committed |
importance: | Undecided → Low |
Changed in synapse-project: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
What version are you using?
> Mouse wheel: scroll up and down in the list
Already works
> Clickable categories (actions, audio, apps...) are already working.
Already works
> Double-click on item: perform default/selected action.
Already works
> Right-click on item: open/close TAB menu
Not there and arguably not easy to discover.