diff options
author | Colomban Wendling <[email protected]> | 2020-06-10 18:54:37 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-08-08 23:24:58 +0200 |
commit | 24a04f3b71f18e37b655a5e717540a3dc3bef598 (patch) | |
tree | ef19fe4e2ef56947410c4fe9c19a490ddbfc03f6 /plugins/a11y-keyboard/msd-a11y-preferences-dialog.ui | |
parent | 372c9903f7c8518eae842077bb7006f75fc27dfe (diff) | |
download | mate-settings-daemon-24a04f3b71f18e37b655a5e717540a3dc3bef598.tar.bz2 mate-settings-daemon-24a04f3b71f18e37b655a5e717540a3dc3bef598.tar.xz |
a11y-keyboard: Add support for ringing the bell when CapsLock is active
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> |