Custom icon and modal request for keyboard shortcuts #2873
-
Background: We want to provide users access to viewing a list of keyboard shortcuts relevant to them in Flex. This is not something users would check often but useful to have. Question: I have identified an icon (first screenshot - keyboard icon in the popover) which I'd like to propose to represent "keyboard shortcuts" from streamline which I believe the Paste team also uses? If there are alternatives I am not aware please let me know. Clicking on the icon opens up a modal (below). Second question: I have explored using a modal (second screenshot) to display the list of shortcuts. The height would have to be increased to fit all the shortcuts and I was wondering if this is ok? Another option is to decrease the height to be smaller but implement a scroll function in the modal to view all the shortcuts. I appreciate your feedback. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Fazle-Jahangir! Thanks for your questions. For the second one about Modal: our Modal has a min-height but will grow up to a max-height of 90% and then automatically become scrollable after that has been reached, so you shouldn't have to worry about the length of the list or changing the height! The team is still discussing adding the icon, but a few observations:
Here are some other resources that would inform this flow and its particularities (like OS specifics, conflicts, etc):
Let us know if this is helpful! |
Beta Was this translation helpful? Give feedback.
Hi @Fazle-Jahangir!
Thanks for your questions. For the second one about Modal: our Modal has a min-height but will grow up to a max-height of 90% and then automatically become scrollable after that has been reached, so you shouldn't have to worry about the length of the list or changing the height!
The team is still discussing adding the icon, but a few observations: