|
| Author |
Message |
sundarvenkata
Joined: 10 Dec 2007 Posts: 5
|
Posted: Sun Dec 09, 2007 11:08 pm Post subject: Visual Studio 2008 Express RTM bug?? |
|
|
Hi All,
Ctrl + PgDn shortcut does not work in Visual Studio 2008 Express. Is
this a bug or am I missing something??
Thanks,
Sundar
Archived from group: microsoft>public>dotnet>languages>csharp |
|
| Back to top |
|
 |
Family Tree Mike
Joined: 28 Sep 2007 Posts: 17
|
Posted: Mon Dec 10, 2007 12:25 am Post subject: RE: Visual Studio 2008 Express RTM bug?? |
|
|
"sundarvenkata" wrote:
> Hi All,
>
> Ctrl + PgDn shortcut does not work in Visual Studio 2008 Express. Is
> this a bug or am I missing something??
>
> Thanks,
> Sundar
>
I do not know what it should do, but for me, it moves the cursor to the
bottom of the current window. |
|
| Back to top |
|
 |
sundarvenkata
Joined: 10 Dec 2007 Posts: 5
|
Posted: Mon Dec 10, 2007 6:11 am Post subject: Re: Visual Studio 2008 Express RTM bug?? |
|
|
Ctrl+PgDn should actually cycle through the list of the opened tabs or
windows |
|
| Back to top |
|
 |
Stephany Young
Joined: 08 Aug 2007 Posts: 7
|
Posted: Tue Dec 11, 2007 3:47 am Post subject: Re: Visual Studio 2008 Express RTM bug?? |
|
|
Who says so?
"sundarvenkata" wrote in message @18g2000hsf.googlegroups.com...
> Ctrl+PgDn should actually cycle through the list of the opened tabs or
> windows |
|
| Back to top |
|
 |
sundarvenkata
Joined: 10 Dec 2007 Posts: 5
|
Posted: Mon Dec 10, 2007 2:27 pm Post subject: Re: Visual Studio 2008 Express RTM bug?? |
|
|
| Actually it is bound to Window.NextTab |
|
| Back to top |
|
 |
Smokey Grindel
Joined: 08 Aug 2007 Posts: 7
|
Posted: Mon Dec 10, 2007 9:49 pm Post subject: Re: Visual Studio 2008 Express RTM bug?? |
|
|
That's what Ctrl+Tab is for
"sundarvenkata" wrote in message @18g2000hsf.googlegroups.com...
> Ctrl+PgDn should actually cycle through the list of the opened tabs or
> windows |
|
| Back to top |
|
 |
Kelly Herald
Joined: 19 Oct 2007 Posts: 2
|
Posted: Tue Dec 11, 2007 6:27 pm Post subject: Re: Visual Studio 2008 Express RTM bug?? |
|
|
Yes, it is bound to the Window.NextTab at the Global level (i.e. your tool
windows if you have let's say the Solution Explorer, Class View, and the
Resource View set up as tabs in one tool window then the Ctrl+PgDn will
cycle those tabs).
However, the Ctrl+PgDn is also bound to the Edit.ViewBottom command for the
editor. For the editor tabs you need to use Ctrl+Tab.
This is not a bug. This is the default behaviour with VS2003 and VS2005
(most likely VS2002 as well but haven't checked).
"sundarvenkata" wrote in message @l16g2000hsf.googlegroups.com...
> Actually it is bound to Window.NextTab |
|
| Back to top |
|
 |
sundarvenkata
Joined: 10 Dec 2007 Posts: 5
|
Posted: Wed Dec 12, 2007 12:05 am Post subject: Re: Visual Studio 2008 Express RTM bug?? |
|
|
So is it possible for me to rebind the Ctrl + PgDn and Ctrl+PgUp for
Window.NextTab and Window.PreviousTab respectively?? |
|
| Back to top |
|
 |
Kelly Herald
Joined: 19 Oct 2007 Posts: 2
|
Posted: Wed Dec 12, 2007 7:27 pm Post subject: Re: Visual Studio 2008 Express RTM bug?? |
|
|
You can go into the Tools / Options menu item and in the Environment /
Keyboard option either change the Keyboard Mapping Scheme to VB6 or just
remove the Edit.ViewBottom and Edit.ViewTop mappings.
"sundarvenkata" wrote in message @e6g2000prf.googlegroups.com...
> So is it possible for me to rebind the Ctrl + PgDn and Ctrl+PgUp for
> Window.NextTab and Window.PreviousTab respectively?? |
|
| Back to top |
|
 |
sundarvenkata
Joined: 10 Dec 2007 Posts: 5
|
Posted: Wed Dec 19, 2007 4:01 pm Post subject: Re: Visual Studio 2008 Express RTM bug?? |
|
|
Kelly,
I rebound the Ctrl + PgDn and Ctrl + PgUp as suggested by you. But it
still does not work.
Thanks,
Sundar
|
|
| Back to top |
|
 |
|