aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-06-10 08:43:09 +0300
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-06-10 01:54:05 -0400
commit3f77591b00a98dba4d2ddc5198e87f9106579ed1 (patch)
tree5f256e66d00ef01109e3ecfa9eeeafb97b2b973b /sway/sway-ipc.7.scd
parentAdd missing docs for xkb_switch_layout (diff)
downloadsway-3f77591b00a98dba4d2ddc5198e87f9106579ed1.tar.gz
sway-3f77591b00a98dba4d2ddc5198e87f9106579ed1.tar.zst
sway-3f77591b00a98dba4d2ddc5198e87f9106579ed1.zip
Add docs for new IPC keyboard properties
Diffstat (limited to 'sway/sway-ipc.7.scd')
-rw-r--r--sway/sway-ipc.7.scd8
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:
1040 _tablet\_tool_, _tablet\_pad_, or _switch_ 1040 _tablet\_tool_, _tablet\_pad_, or _switch_
1041|- xkb_active_layout_name 1041|- xkb_active_layout_name
1042: string 1042: string
1043: (Only keyboards) The active keyboard layout in use 1043: (Only keyboards) The name of the active keyboard layout in use
1044|- xkb_layout_names
1045: array
1046: (Only keyboards) A list a layout names configured for the keyboard
1047|- xkb_active_layout_index
1048: integer
1049: (Only keyboards) The index of the active keyboard layout in use
1044|- libinput 1050|- libinput
1045: object 1051: object
1046: (Only libinput devices) An object describing the current device settings. 1052: (Only libinput devices) An object describing the current device settings.