diff options
author | Colomban Wendling <[email protected]> | 2020-06-11 14:10:39 +0200 |
---|---|---|
committer | Colomban Wendling <[email protected]> | 2020-08-06 18:42:52 +0200 |
commit | 15ed08e4e5f44314b428445024545264b4c6d16e (patch) | |
tree | 0432be1a6d9da1b0dcf4c979f74b395ca276c6d4 /capplets/keyboard/mate-keyboard-properties-a11y.c | |
parent | df6ee37b38a3941e2195b152c2d49c9a3de6a862 (diff) | |
download | mate-control-center-15ed08e4e5f44314b428445024545264b4c6d16e.tar.bz2 mate-control-center-15ed08e4e5f44314b428445024545264b4c6d16e.tar.xz |
keyboard-a11y: Add UI for capslock-beep
Diffstat (limited to 'capplets/keyboard/mate-keyboard-properties-a11y.c')
-rw-r--r-- | capplets/keyboard/mate-keyboard-properties-a11y.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-a11y.c b/capplets/keyboard/mate-keyboard-properties-a11y.c index 301b1ee1..5f9e2492 100644 --- a/capplets/keyboard/mate-keyboard-properties-a11y.c +++ b/capplets/keyboard/mate-keyboard-properties-a11y.c @@ -149,6 +149,9 @@ notifications_button_clicked_cb (GtkWidget *button, GtkBuilder *dialog) w = NWID ("togglekeys_enable"); g_settings_bind (a11y_settings, "togglekeys-enable", w, "active", G_SETTINGS_BIND_DEFAULT); + w = NWID ("capslock_beep_enable"); + g_settings_bind (a11y_settings, "capslock-beep-enable", w, "active", G_SETTINGS_BIND_DEFAULT); + w = NWID ("stickykeys_modifier_beep"); g_settings_bind (a11y_settings, "stickykeys-modifier-beep", w, "active", G_SETTINGS_BIND_DEFAULT); |