次の方法で共有


Navigate Task List Entries with the Keyboard

Command:  View.NextTask; View.PreviousTask
Versions:  2008,2010
Published:  9/22/2010
Code:  vstipTool0092

 

Make sure to check out the Windows Phone Developer Portal!

 

F8 and SHIFT + F8 are the universal "next" and "previous" keyboard shortcuts for items in tool window lists.  For example, when the task list is up it will move between task items.  If the Errors window is up it will move between errors.  However, it will not switch to the Task List. 

 

What if you wanted a set of keyboard shortcuts that switched to the Task List and then navigated between them?  No problem!  Just got to Tools -> Options -> Environment -> Keyboard and assign shortcut keys to the View.NextTask and View.PreviousTask commands:

image

 

For more on assigning shortcut keys see vstipTool0063 (https://blogs.msdn.com/b/zainnab/archive/2010/08/04/keyboard-shortcuts-creating-new-shortcuts-vstiptool0063.aspx).