diff --git a/newfol b/newfol index 0faecf9..0975e12 100755 --- a/newfol +++ b/newfol @@ -45,7 +45,7 @@ class KeyboardShortcuts(dict): self["f9"] = "next-tertiary" self["f7"] = "menu" self["ctrl f5"] = "invert-selection" - self["shift ctrl b"] = "browse-all" + self["ctrl f"] = "browse-all" self["ctrl b"] = "browse" self["ctrl x"] = "about" self["enter"] = "select"