|
|
|
@ -15,36 +15,45 @@ template KeyboardScreen : Adw.Bin {
|
|
|
|
|
title: "Next question: keyboard layout?";
|
|
|
|
|
description: "What is it? Huh?";
|
|
|
|
|
Adw.PreferencesPage {
|
|
|
|
|
Adw.Carousel keyboard_carousel {
|
|
|
|
|
orientation: horizontal;
|
|
|
|
|
vexpand: true;
|
|
|
|
|
Adw.PreferencesGroup {
|
|
|
|
|
hexpand: true;
|
|
|
|
|
Adw.PreferencesGroup keyboard_layouts {
|
|
|
|
|
margin-end: 20;
|
|
|
|
|
margin-start: 20;
|
|
|
|
|
Adw.Carousel keyboard_carousel {
|
|
|
|
|
orientation: horizontal;
|
|
|
|
|
vexpand: true;
|
|
|
|
|
hexpand: true;
|
|
|
|
|
margin-end: 20;
|
|
|
|
|
margin-start: 20;
|
|
|
|
|
Gtk.ListBox list_keyboard_layouts {
|
|
|
|
|
Gtk.Box keyboard_layouts {
|
|
|
|
|
margin-end: 1;
|
|
|
|
|
margin-start: 1;
|
|
|
|
|
orientation: vertical;
|
|
|
|
|
hexpand: true;
|
|
|
|
|
Gtk.Box layout_search {
|
|
|
|
|
Gtk.SearchEntry layout_entry_search {
|
|
|
|
|
hexpand: true;
|
|
|
|
|
placeholder-text: _("Search for a keyboard layout");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
styles ["boxed-list"]
|
|
|
|
|
margin-bottom: 5;
|
|
|
|
|
Gtk.SearchEntry layout_entry_search {
|
|
|
|
|
hexpand: true;
|
|
|
|
|
placeholder-text: _("Search for a keyboard layout");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
Gtk.ListBox list_keyboard_layouts {
|
|
|
|
|
styles ["boxed-list"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
Adw.PreferencesGroup keyboard_variants {
|
|
|
|
|
hexpand: true;
|
|
|
|
|
margin-end: 20;
|
|
|
|
|
margin-start: 20;
|
|
|
|
|
Gtk.ListBox list_keyboard_variants {
|
|
|
|
|
Gtk.Box keyboard_variants {
|
|
|
|
|
margin-start: 1;
|
|
|
|
|
margin-end: 1;
|
|
|
|
|
hexpand: true;
|
|
|
|
|
orientation: vertical;
|
|
|
|
|
Gtk.Box variant_search {
|
|
|
|
|
Gtk.SearchEntry variant_entry_search {
|
|
|
|
|
hexpand: true;
|
|
|
|
|
placeholder-text: _("Search for a keyboard variant");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
styles ["boxed-list"]
|
|
|
|
|
margin-bottom: 5;
|
|
|
|
|
Gtk.SearchEntry variant_entry_search {
|
|
|
|
|
hexpand: true;
|
|
|
|
|
placeholder-text: _("Search for a keyboard variant");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
Gtk.ListBox list_keyboard_variants {
|
|
|
|
|
styles ["boxed-list"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|