Change key binding for reverse sort to shift-r ('R')

The addition of the ability to review multiple changes at once from the
change_list view duplicates the reverse_order keybinding. They both use
'r'.

Change the reverse_order binding to 'R'.

See, https://storyboard.openstack.org/#!/story/2000290

Change-Id: I3728948a55060ff9f1bd28352474fc4479e68ab9
This commit is contained in:
Paul Bourke 2015-10-12 11:20:13 +01:00
parent a5f3ea5193
commit 3b2b671ce4
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ DEFAULT_KEYMAP = {
SUBMIT_CHANGE: 'ctrl u',
SORT_BY_NUMBER: 'n',
SORT_BY_UPDATED: 'u',
SORT_BY_REVERSE: 'r',
SORT_BY_REVERSE: 'R',
TOGGLE_LIST_REVIEWED: 'l',
TOGGLE_LIST_SUBSCRIBED: 'L',