Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio angle bracket alt gr not working

I'm using (Win 10) Czech Keyboard layout (CES/CS) and typicaly I was able to write angle bracket '>' with combination of right alt (AltGR + .) but now Visual Studio 2015 Community Edition seems to ignore this shortcut. With message 'No quick actions availible here'. Any idea how to force Alt Gr or map this symbol on layout?

like image 915
Vectro Avatar asked Jan 06 '23 05:01

Vectro


1 Answers

Keyboard shortcut (Ctrl + Alt + .) is associated with EditorContextMenus.CodeWindow.QuickActionsForPosition. Remove it.

(keyboard shortcut Ctrl + Alt + . corresponds to AltGR + .)

enter image description here

like image 158
user6250738 Avatar answered Jan 15 '23 18:01

user6250738