Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jesseduffield/lazygit
/ NewKeyStrMod
Function
NewKeyStrMod
pkg/gocui/key.go:40–46 ·
view source on GitHub ↗
(str string, mod Modifier)
Source
from the content-addressed store, hash-verified
38
}
39
40
func
NewKeyStrMod(str string, mod Modifier) Key {
41
return
Key{
42
keyName: KeyName(tcell.KeyRune),
43
str: str,
44
mod: mod,
45
}
46
}
47
48
func
(k Key) KeyName() KeyName {
49
return
k.keyName
Callers
7
RunTUI
Function · 0.92
KeyFromLabel
Function · 0.92
TestKeyFromLabel
Function · 0.92
TestLabelForKey
Function · 0.92
TestKeyFromLabel_RoundTripFromLabelForKey
Function · 0.92
onKey
Method · 0.85
SimpleEditor
Function · 0.85
Calls
1
KeyName
TypeAlias · 0.85
Tested by
3
TestKeyFromLabel
Function · 0.74
TestLabelForKey
Function · 0.74
TestKeyFromLabel_RoundTripFromLabelForKey
Function · 0.74