mouse: Use non-cryptic key names from last change in gsettings-desktop-schemas
This commit is contained in:
parent
f829b5504c
commit
e0335f7d9b
1 changed files with 4 additions and 4 deletions
|
@ -174,17 +174,17 @@ setup_accessibility (GtkBuilder *dialog)
|
|||
g_signal_connect (a11y_mouse_settings, "changed",
|
||||
G_CALLBACK (settings_changed), dialog);
|
||||
|
||||
g_settings_bind (a11y_mouse_settings, "dwell-enable",
|
||||
g_settings_bind (a11y_mouse_settings, "dwell-click-enabled",
|
||||
WID ("dwell_enable"), "active",
|
||||
G_SETTINGS_BIND_DEFAULT);
|
||||
g_settings_bind (a11y_mouse_settings, "ctw-visible",
|
||||
g_settings_bind (a11y_mouse_settings, "click-type-window-visible",
|
||||
WID ("dwell_show_ctw"), "active",
|
||||
G_SETTINGS_BIND_DEFAULT);
|
||||
|
||||
g_settings_bind (a11y_mouse_settings, "ssc-enable",
|
||||
g_settings_bind (a11y_mouse_settings, "secondary-click-enabled",
|
||||
WID ("delay_enable"), "active",
|
||||
G_SETTINGS_BIND_DEFAULT);
|
||||
g_settings_bind (a11y_mouse_settings, "ssc-time",
|
||||
g_settings_bind (a11y_mouse_settings, "secondary-click-time",
|
||||
WID ("delay_time"), "text",
|
||||
G_SETTINGS_BIND_DEFAULT);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue