c# - Visual Studio angle bracket alt gr not working -


i'm using (win 10) czech keyboard layout (ces/cs) , typicaly able write angle bracket '>' combination of right alt (altgr + .) visual studio 2015 community edition seems ignore shortcut. message 'no quick actions availible here'. idea how force alt gr or map symbol on layout?

keyboard shortcut (ctrl+alt+.) associated editorcontextmenus.codewindow.quickactionsforposition. remove it.

(keyboard shortcut ctrl+alt+. corresponds altgr + .)

enter image description here


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -