Of converts the given [key.Chord] into a keyboard function.
(chord key.Chord)
| 152 | |
| 153 | // Of converts the given [key.Chord] into a keyboard function. |
| 154 | func Of(chord key.Chord) Functions { |
| 155 | return (*ActiveMap)[chord] |
| 156 | } |
| 157 | |
| 158 | // MapItem records one element of the key map, which is used for organizing the map. |
| 159 | type MapItem struct { |
no outgoing calls
no test coverage detected