Automeris naranja
542cd4e0a6
keyboard-shortcut-row: Tweak the reset button
...
- Reword tooltip to follow HIG guidelines[1]
- Remove the a11y because Orca also reads
tooltips
- Remove the "reset-shortcut-button" style class
because it's unused
[1] https://developer.gnome.org/hig/patterns/feedback/tooltips.html
2024-03-12 12:51:45 +00:00
Automeris naranja
59ff136095
keyboard-shortcut-row: Add an edit icon
...
Shortcut rows don't indicate that a window will
be opened. Add an edit icon to fix that.
Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2814
2024-03-12 12:51:45 +00:00
Mohammed Sadiq
799ada8243
keyboard: shortcut-row: Use CSS classes to embolden text
...
Fixes #852 #1529
2022-12-05 20:50:15 +00:00
Lukáš Tyrychtr
31d6c7704c
Add some missing a11y labels in the keyboard panel
2022-05-10 04:00:40 +00:00
Georges Basile Stavracas Neto
d7e794e7ab
keyboard: Port to GTK4
...
Drop the wm-common insanity.
2021-12-14 22:34:21 -03:00
Ian Douglas Scott
5e8e9c3236
keyboard: Right align shortcut
...
Reset button is in a `GtkRevealer` to not take up space when hidden.
2020-12-18 08:11:24 -08:00
Ian Douglas Scott
959d530c44
keyboard: Use HdyActionRow for shortcut/category
2020-12-18 07:55:41 -08:00
Ian Douglas Scott
dc02c803c2
keyboard: Move row code to CcKeyboardShortcutRow
...
This adds a widget called `CcKeyboardShortcutRow`, sub-classing
`GtkListBoxRow`, to handle a shortcut row. This makes the implementation
a bit tidier, rather than handling it all in `CcKeyboardPanel`, and
allows the widgets that compose the row to be laid out in xml.
This is a prerequisite for moving the shortcuts to a new dialog.
2020-09-14 17:19:33 +00:00