Re: Mathematica 8: Shortcut Ctrl+Tab for switching between notebooks?
- To: mathgroup at smc.vnet.net
- Subject: [mg118997] Re: Mathematica 8: Shortcut Ctrl+Tab for switching between notebooks?
- From: TrinhDao <hackerdarkrose at yahoo.com>
- Date: Thu, 19 May 2011 07:42:25 -0400 (EDT)
- References: <iorig2$o61$1@smc.vnet.net> <ip14sp$gg3$1@smc.vnet.net>
It works for me, thanks.
Ctrl - Tab is a really good idea to change the nootbook window. (as in
Firefox, IE,...).
Just add this command and add a comma at the end.
Item[KeyEvent["Tab", Modifiers -> {Control}],
FrontEndExecute[FrontEndToken["CycleNotebooksForward"]]],