You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The current implementation of the FullHelp method of the KeyMap interface simply returns a 2d list of bindings.
Grouping bindings in columns make sense, but it would be nice if we could give a name to each column.
To achieve that, I think we could introduce a new type:
that would define the list of bindings and the name of the column (a.k.a binding group).
This implies that we should either modify the prototype of the
FullHelp
interface method, or introduce a new one.WDYT?
Beta Was this translation helpful? Give feedback.
All reactions