elementary / switchboard-plug-keyboard

Switchboard Keyboard Plug
GNU General Public License v2.0
28 stars 22 forks source link

CustomTree.vala as ListBox #373

Closed jeremypw closed 2 years ago

jeremypw commented 3 years ago

Fixes #275

Use a Gtk.ListBox instead of a TreeView for listing custom shortcuts.

Based on the design of @danrabbit in #241 for standard shortcuts

If both these PRs get merged then there is probably some scope for sharing/DRYing the code.

jeremypw commented 3 years ago

CustomTree

jeremypw commented 3 years ago

I think this is now ready for UX team input before a code review. If it is accepted then I will finish off #241 on which it is based, sharing code as much as possible.