Skip to content

Commit

Permalink
Additional keyboaard shortcuts for navigateRegions.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Jul 17, 2018
1 parent 0b7259e commit 7fdc6b5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ export default createHigherOrderComponent(
bindGlobal
shortcuts={ {
'ctrl+`': this.focusNextRegion,
'shift+alt+n': this.focusNextRegion,
'ctrl+shift+`': this.focusPreviousRegion,
'shift+alt+p': this.focusPreviousRegion,
} }
/>
<WrappedComponent { ...this.props } />
Expand Down

0 comments on commit 7fdc6b5

Please sign in to comment.