From 2555f826314e159c067a46318f91b3570ff3cd03 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 4 Jun 2017 08:28:24 -0400 Subject: [PATCH] Reorder right click and infobox --- data/shortcuts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/shortcuts.json b/data/shortcuts.json index b40ef9787..3dd8fa22a 100644 --- a/data/shortcuts.json +++ b/data/shortcuts.json @@ -85,13 +85,13 @@ { "section": "with_selected", "text": "shortcuts.browsing.with_selected.title" + }, { + "shortcuts": ["Right-click", "Space"], + "text": "shortcuts.browsing.with_selected.edit_menu" }, { "modifiers": ["⌘"], "shortcuts": ["I"], "text": "shortcuts.browsing.with_selected.infobox" - }, { - "shortcuts": ["Right-click", "Space"], - "text": "shortcuts.browsing.with_selected.edit_menu" }, {