mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-17 04:11:31 +00:00
This is the initial pass at adding keyboard shortcuts to the Settings page. In this commit, the `ShortcutsSection` class has been created and is applied to a newly-added 'Keyboard Shortcuts' nav item. The template for ShortcutsSection is essentially multiple settings cards containing one table of keyboard short- cuts organized by their underlying functionality. The HTML `<kbd>` tag was defined in preference.css which styles the element to look like a keyboard key, similar to StackOverflow or GitHub.