MCPcopy Create free account
hub / github.com/cogentcore/core / Chord

Method Chord

keymap/keymap.go:194–196  ·  view source on GitHub ↗

Chord returns all of the key chord triggers for this key function in the current active map, separating them with newlines.

()

Source from the content-addressed store, hash-verified

192// Chord returns all of the key chord triggers for this
193// key function in the current active map, separating them with newlines.
194func (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.

Callers 3

LabelMethod · 0.95
sendKeyMethod · 0.80
SetKeyMethod · 0.80

Calls 1

ChordForMethod · 0.80

Tested by

no test coverage detected