From b0fc2e7391b3fd8729c1501472b065938bf0567b Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 20 Dec 2017 12:55:29 -0800 Subject: [PATCH] Add plists defining global and sidebar keyboard shortcuts. --- .../Keyboard/GlobalKeyboardShortcuts.plist | 94 +++++++++++++++++++ .../Keyboard/SidebarKeyboardShortcuts.plist | 84 +++++++++++++++++ 2 files changed, 178 insertions(+) create mode 100644 Evergreen/MainWindow/Keyboard/GlobalKeyboardShortcuts.plist create mode 100644 Evergreen/MainWindow/Sidebar/Keyboard/SidebarKeyboardShortcuts.plist diff --git a/Evergreen/MainWindow/Keyboard/GlobalKeyboardShortcuts.plist b/Evergreen/MainWindow/Keyboard/GlobalKeyboardShortcuts.plist new file mode 100644 index 000000000..8c17c4d1c --- /dev/null +++ b/Evergreen/MainWindow/Keyboard/GlobalKeyboardShortcuts.plist @@ -0,0 +1,94 @@ + + + + + + key + [space] + action + scrollOrGoToNextUnread: + + + key + - + action + goToPreviousUnread: + + + key + [uparrow] + shiftModifier + + action + goToPreviousUnread: + + + key + + + action + nextUnread: + + + key + [downarrow] + shiftModifier + + action + nextUnread: + + + key + r + action + markRead: + + + key + k + action + markAllAsRead: + + + key + m + action + markUnreadAndGoToNextUnread: + + + key + u + action + markUnread: + + + key + b + action + openInBrowser: + + + key + [return] + action + openInBrowser: + + + key + [enter] + action + openInBrowser: + + + key + a + action + goToPreviousSubscription: + + + key + z + action + goToNextSubscription: + + + diff --git a/Evergreen/MainWindow/Sidebar/Keyboard/SidebarKeyboardShortcuts.plist b/Evergreen/MainWindow/Sidebar/Keyboard/SidebarKeyboardShortcuts.plist new file mode 100644 index 000000000..79f41b411 --- /dev/null +++ b/Evergreen/MainWindow/Sidebar/Keyboard/SidebarKeyboardShortcuts.plist @@ -0,0 +1,84 @@ + + + + + + key + , + action + sidebarCollapse: + + + key + [leftarrow] + action + sidebarCollapse: + commandModifier + + + + key + . + action + sidebarExpand: + + + key + [rightarrow] + action + sidebarExpand: + commandModifier + + + + key + ; + action + sidebarCollapseAll: + + + key + [leftarrow] + action + sidebarCollapseAll: + commandModifier + + optionModifier + + + + key + ' + action + sidebarExpandAll: + + + key + [rightarrow] + action + sidebarExpandAll: + commandModifier + + optionModifier + + + + key + [rightarrow] + action + navigateToTimeline: + + + key + [delete] + action + delete: + + + key + [deletefunction] + action + delete: + + +