diff options
Diffstat (limited to 'include/libinput-properties.h')
-rw-r--r-- | include/libinput-properties.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libinput-properties.h b/include/libinput-properties.h index 6135dc8..f54cee7 100644 --- a/include/libinput-properties.h +++ b/include/libinput-properties.h @@ -108,4 +108,10 @@ /* Middle button emulation: BOOL, 1 value, read-only */ #define LIBINPUT_PROP_MIDDLE_EMULATION_ENABLED_DEFAULT "libinput Middle Emulation Enabled Default" +/* Disable while typing: BOOL, 1 value */ +#define LIBINPUT_PROP_DISABLE_WHILE_TYPING "libinput Disable While Typing Enabled" + +/* Disable while typing: BOOL, 1 value, read-only */ +#define LIBINPUT_PROP_DISABLE_WHILE_TYPING_DEFAULT "libinput Disable While Typing Enabled Default" + #endif /* _LIBINPUT_PROPERTIES_H_ */ |