Replace "community" with "space" of keyboard shortcuts (#7994)
This commit is contained in:
parent
d640ac374f
commit
9b2944294c
3 changed files with 14 additions and 14 deletions
|
@ -529,11 +529,11 @@ class LoggedInView extends React.Component<IProps, IState> {
|
|||
unread: true,
|
||||
});
|
||||
break;
|
||||
case KeyBindingAction.PreviousVisitedRoomOrCommunity:
|
||||
case KeyBindingAction.PreviousVisitedRoomOrSpace:
|
||||
PlatformPeg.get().navigateForwardBack(true);
|
||||
handled = true;
|
||||
break;
|
||||
case KeyBindingAction.NextVisitedRoomOrCommunity:
|
||||
case KeyBindingAction.NextVisitedRoomOrSpace:
|
||||
PlatformPeg.get().navigateForwardBack(false);
|
||||
handled = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue