In Visual Studio 2012 what is the Navigate backward shortcut on a french keyboard?

前端 未结 7 2238
野趣味
野趣味 2021-02-13 19:23

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

7条回答
  •  孤城傲影
    2021-02-13 19:48

    If it is not a normal fullstop . here is how I would go about identifying it.

    1. Use SysExporter to copy the text out of the UI control in the VS2012 options menu.

    2. Paste the text into a Unicode text file, such as one made with Windows Notepad or Notepad2. Be sure to save as Unicode.

    3. Then open it with an editor such as HxD to open and copy the raw Unicode character value. Now you can look that up and find out exactly what symbol that dot is, and how to recreate it.

提交回复
热议问题