diff options
Diffstat (limited to 'plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui')
-rw-r--r-- | plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui b/plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui index 29b8015..5ed30ff 100644 --- a/plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui +++ b/plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui @@ -209,6 +209,22 @@ <property name="position">7</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="capslock_beep_checkbutton"> + <property name="label" translatable="yes">_Beep when pressing a key while CapsLock is active</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="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">8</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |