diff options
author | Simon Ser <contact@emersion.fr> | 2019-06-10 08:43:09 +0300 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-06-10 01:54:05 -0400 |
commit | 3f77591b00a98dba4d2ddc5198e87f9106579ed1 (patch) | |
tree | 5f256e66d00ef01109e3ecfa9eeeafb97b2b973b | |
parent | 3f2518edc1707972a7221b70a1bcffb82fbfe958 (diff) |
Add docs for new IPC keyboard properties
-rw-r--r-- | sway/sway-ipc.7.scd | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd index df3d4448..8e5bf874 100644 --- a/sway/sway-ipc.7.scd +++ b/sway/sway-ipc.7.scd @@ -1040,7 +1040,13 @@ following properties: _tablet\_tool_, _tablet\_pad_, or _switch_ |- xkb_active_layout_name : string -: (Only keyboards) The active keyboard layout in use +: (Only keyboards) The name of the active keyboard layout in use +|- xkb_layout_names +: array +: (Only keyboards) A list a layout names configured for the keyboard +|- xkb_active_layout_index +: integer +: (Only keyboards) The index of the active keyboard layout in use |- libinput : object : (Only libinput devices) An object describing the current device settings. |