angular-hotkeys
angular-hotkeys copied to clipboard
Multicolumn cheat sheet
If I add too many keyboard shortcuts, they won't fit into the cheat sheet, but there is plenty of space horizontally, so it would be nice if the cheat sheet could make use of that space by flowing into multiple columns.
@danmichaelo I would like to see this too. However don't forget you can pass in an alternative Angular template string in config to customise the display of the cheat sheet, and style it into columns with Flexbox or something. This is actually something on my own to do list at the moment.
You can use some CSS, without touching the template:
.cfp-hotkeys {
columns: 2;
}
.cfp-hotkeys-title {
column-span: all;
}
Support is good, with global coverage at 97.8%