Chord returns all of the key chord triggers for this key function in the current active map, separating them with newlines.
()
| 192 | // Chord returns all of the key chord triggers for this |
| 193 | // key function in the current active map, separating them with newlines. |
| 194 | func (kf Functions) Chord() key.Chord { |
| 195 | return ActiveMap.ChordFor(kf) |
| 196 | } |
| 197 | |
| 198 | // Label transforms the key function into a string representing |
| 199 | // its underlying key chord(s) in a form suitable for display to users. |