diff options
author | Colomban Wendling <[email protected]> | 2018-09-26 16:10:14 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-09-30 16:04:38 -0400 |
commit | 1034ff7bd6c83724b1d64f6000e62e9e451decbe (patch) | |
tree | 627c68756952e61a7f2d6edac03ad784b52c913e /capplets/keyboard/mate-keyboard-properties-dialog.ui | |
parent | be9b514539e2533fad0fd01cc36e1fa52faa3c16 (diff) | |
download | mate-control-center-1034ff7bd6c83724b1d64f6000e62e9e451decbe.tar.bz2 mate-control-center-1034ff7bd6c83724b1d64f6000e62e9e451decbe.tar.xz |
Add UI to control org.mate.accessibility-keyboard.stickykeys-latch-to-lock
Diffstat (limited to 'capplets/keyboard/mate-keyboard-properties-dialog.ui')
-rw-r--r-- | capplets/keyboard/mate-keyboard-properties-dialog.ui | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-dialog.ui b/capplets/keyboard/mate-keyboard-properties-dialog.ui index 26587fb2..1775eca0 100644 --- a/capplets/keyboard/mate-keyboard-properties-dialog.ui +++ b/capplets/keyboard/mate-keyboard-properties-dialog.ui @@ -1086,6 +1086,23 @@ default settings</property> <property name="position">1</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="stickykeys_latch_to_lock"> + <property name="label" translatable="yes">_Latch modifiers when pressed twice</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="halign">start</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="expand">True</property> |