Class

PhocKeyboard

[]

Description [src]

final class Phoc.Keyboard : Phoc.InputDevice
{
  /* No available fields */
}

A keyboard input device

It’s responsible for forwarding keys press and modifier changes to the seat, it tracks keybindings and the keymap.

[]

Constructors

phoc_keyboard_new
No description available.

[]

Instance methods

phoc_keyboard_grab_meta_press

If the meta key is currently the only pressed modifier grab it (hence canceling the meta key press/release sequence) making it available to other gestures (like left-click + meta).

phoc_keyboard_is_wakeup_key
No description available.

phoc_keyboard_next_layout

Switch to next keyboard in the list of available layouts.

Methods inherited from PhocInputDevice (10)
Methods inherited from GObject (43)
[]

Properties

Properties inherited from PhocInputDevice (2)
[]

Signals

Phoc.Keyboard::activity

Emitted whenever there is input activity on this device.

Signals inherited from PhocInputDevice (1)
Signals inherited from GObject (1)

Class structure