You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add shortcuts inside webview to move back/forward (#533)
* first attempt
* Adds mousetrap as a dependency
it should get ctrl or cmd keys to go back and forward on history
inside the channels
* Fix multiple spaceslint error
* Removes mousetrap dependency
we are now using menu items and accelerators for binding shortcuts
the shortcuts on windows and linux should be "alt+left/right" and
on mac "cmd+left/right", like on chrome for instance
0 commit comments