helpView method

String helpView()

Returns the help view for the keymap.

Implementation

String helpView() {
  return help.view(keyMap);
}