Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Plasma Desktop Plasma Desktop
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 54
    • Merge requests 54
  • 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 DesktopPlasma Desktop
  • Merge requests
  • !491

Draft: fix keyboard layout OSD on X

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Andrey Butirsky requested to merge work/bam/OSD into master May 28, 2021
  • Overview 20
  • Commits 2
  • Pipelines 3
  • Changes 7

OSD for alternative shortcut has been removed in 9021b3cb, because that approach don't work well with new layout applet.

New approach intends to make OSD behavior almost identical on X11/ Wayland - OSD should only pop up on keyboard shortcut and not on the applet click/mouse wheeling.

Also, it implements OSD for the Main shortcut.

BUG: 408928

This is a prove of concept version, for proper shortcuts handling we would need to grab only keys we are interested in (that is - producing XK_ISO_Next_Group keysym), as KGlobalAccel does:
https://code.woboq.org/qt5/kf5/kglobalaccel/src/runtime/plugins/xcb/kglobalaccel_x11.cpp.html#125

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/bam/OSD