Jump to content

Backward/Forward mouse buttons in evernote?


Recommended Posts

16 minutes ago, jefito said:

What do forward/back keys do in Chrome?

Backward/Forward buttons on a mouse are availabe for navigating web pages in Chrome. I would be surprised to know you don't use them!

16 minutes ago, jefito said:

This sort of thing might be possible using something like AutoHotKey.

Are there any keyboard shortcuts to navigate views backward/forward in Evernote for Windows?

Thank you!

 

 

 

 

 

Link to comment
1 hour ago, actant said:

Are there any keyboard shortcuts to navigate views backward/forward in Evernote for Windows?

Alt+Right, Alt+Left. If you modify the toolbar and add the back/forward button, hovering over that will show the shortcut.

  • Like 2
Link to comment
  • Level 5*
9 hours ago, actant said:

Backward/Forward buttons on a mouse are availabe for navigating web pages in Chrome. I would be surprised to know you don't use them!

I don't use them very often, but when i do I use the toolbar tool or Alt+Left or Alt+Right. I would usually reference them as back/forward in web history.

I actually use them more often in Evernote, typically just to go back from a previous internal link navigation.

Link to comment

I use the following AH scripts, so that shift left click and shift right click navigate back and forwards:

; 2 Evernote mouse cursor scripts
#IfWinActive ahk_class ENMainFrame
~RButton & LButton::
KeyWait RButton, L
Send !{Left}
#IfWinActive
return

#IfWinActive ahk_class ENMainFrame
~LButton & RButton::
KeyWait LButton, L
Send !{Right}
#IfWinActive
return

 

  • Thanks 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...