keystate protocol

org_kde_kwin_keystate interface version 3

Keeps track of the states of the different keys that have a state attached to it.

Requests

fetchStates since version 0

Events

stateChanged since version 0
key (uint)
state (uint)

Enums

key since version 0
Entries
  • capslock (0) since version 0
  • numlock (1) since version 0
  • scrolllock (2) since version 0

state since version 0
Entries
  • unlocked (0) since version 0
  • latched (1) since version 0
  • locked (2) since version 0




SPDX-FileCopyrightText: 2019 Aleix Pol Gonzalez <aleixpol@kde.org> SPDX-License-Identifier: LGPL-2.1-or-later