Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • xserver xserver
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 921
    • Issues 921
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 119
    • Merge requests 119
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorgxorg
  • xserverxserver
  • Merge requests
  • !734

Draft: xkb don't need SendNewKeyboardNotify event when keyboard devices changed

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed zhang hao requested to merge kingderzhang/xserver:master into master Aug 24, 2021
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 1

When switching input between two different input devices, xorg-server will call CopyKeyClass function and SendNewKeyboardNotify event, this behavier cause client receive newKeyboardNotify.

In fact, xogr-server will send the xkbMapNotify event when switching the input, and the client will update the keymap after receiving the xkbMapNotify event.

this commit aim to solve this issue: #1214 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master