Add alternatives for scroll actions to context map

This commit is contained in:
Suhas Karanth
2019-05-12 16:20:42 +10:00
committed by Jesse Duffield
parent 97f060d38d
commit e38d9d5f22
5 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ func getBindingSections(mApp *app.App) []*bindingSection {
}
func addBinding(title string, bindingSections []*bindingSection, binding *gui.Binding) []*bindingSection {
if binding.Description == "" {
if binding.Description == "" && binding.Alternative == "" {
return bindingSections
}