Label transforms the key function into a string representing its underlying key chord(s) in a form suitable for display to users.
()
| 198 | // Label transforms the key function into a string representing |
| 199 | // its underlying key chord(s) in a form suitable for display to users. |
| 200 | func (kf Functions) Label() string { |
| 201 | return kf.Chord().Label() |
| 202 | } |
| 203 | |
| 204 | // Update ensures that the given keymap has at least one entry for every |
| 205 | // defined key function, grabbing ones from the default map if not, and |