Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W wayland-protocols
  • 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
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • Simon Ser
  • wayland-protocols
  • Merge requests
  • !2

input-method-v3: add context_update event

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Riey requested to merge Riey/wayland-protocols:input-method-v3 into input-method-v3 Oct 20, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Motivation

This event needed when input method want change their context certain situation

Example

Hangul preedit state need to be commited when focus-out or click

wayland/wayland-protocols#40 (comment 863260)

Immediate

It should be immediate because this update may conflict other buffered events

ex) context_update(focus_out) + deactivate input method can't update context because it's already deactivated

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: input-method-v3