Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Plasma applet for NetworkManager
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • Plasma applet for NetworkManager
  • Merge requests
  • !81

Keyboard navigation for applet

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bharadwaj Raju requested to merge work/bharadwaj/keyboardnavigation into master Oct 06, 2021
  • Overview 9
  • Commits 6
  • Pipelines 12
  • Changes 3

Adds ability to navigate the applet using the keyboard.

Current actions implemented:

  • Up/Down moves through the list
  • Enter clicks the connect button
  • Menu key acts as right-click
  • Esc collapses the current item if expanded, else closes the applet
  • Ctrl+F focuses the search field

Currently when you hit Enter to connect to a network and the mouse is somewhere in the list, the ListView reflows and focus lands on whatever item happened to be underneath. See frameworks/plasma-framework!345 (merged), but alternate solutions welcome. Done.

Requires frameworks/plasma-framework!347 (merged)

cc @teams/usability

Edited Oct 06, 2021 by Bharadwaj Raju
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/bharadwaj/keyboardnavigation