forked from AuroraMiddleware/gtk
wayland: Implement gtk-keynav-use-caret setting
This is anticipating the gsetting that will be introduced in https://bugzilla.gnome.org/show_bug.cgi?id=763123
This commit is contained in:
parent
8a1da56393
commit
1388b111a8
@ -555,6 +555,7 @@ static TranslationEntry translations[] = {
|
||||
{ "org.gnome.desktop.wm.preferences", "action-double-click-titlebar", "gtk-titlebar-double-click", G_TYPE_STRING, { .s = "toggle-maximize" } },
|
||||
{ "org.gnome.desktop.wm.preferences", "action-middle-click-titlebar", "gtk-titlebar-middle-click", G_TYPE_STRING, { .s = "none" } },
|
||||
{ "org.gnome.desktop.wm.preferences", "action-right-click-titlebar", "gtk-titlebar-right-click", G_TYPE_STRING, { .s = "menu" } },
|
||||
{ "org.gnome.desktop.a11y", "always-show-text-caret", "gtk-keynav-use-caret", G_TYPE_BOOLEAN, { .b = FALSE } }
|
||||
};
|
||||
|
||||
static TranslationEntry *
|
||||
|
Loading…
Reference in New Issue
Block a user