It\'s been a while since I wonder how to navigate backward and forward in Visual Studio using a French (fr-FR) keyboard.
Hovering over the buttons it l
As a french user, I have had this problem too and VS2015 won't solve it. The quickest solution I found is simply to remap the command.
Go to
Tools > Options > Environment > Keyboard
and search for the commands View.NavigateBackward or View.NavigateForward and enter the new keyboard mapping.
It's tough to find one that is not already assigned to a command !
I personnaly use Ctrl + Num .
for backward navigation and Ctrl + Num 0, Ctrl + Num .
for forward navigation.
Better than having a default mapping that doesn't work.