Disable keyboard shortcuts in Visual Studio Team Services - settings

How can I disable keyboard shortcuts in Visual Studio Team Services (previously Visual Studio Online)?
They conflict with some Polish diacritical marks.

There is no setting to disable this feature. You can submit a feature request on the developer community.

Related

Visual Studio Color Format Redundant Code

I have Visual Studio installed in one PC in which text editor is format redundant code by color (as shown in the screen shot).
I want to activate this in visual studio copy installed on another PC.
That is not a Visual Studio feature, it is one of ReSharper Code Inspection features, hence you'll need to install ReSharper on the computer where you'd like to see this code coloring...
This is a visual studio (mine is 2015) feature and should be enabled. By default it should be enabled, but am not sure what version of visual studio you are using. You can enable it by going to Visual Studio -> Tools menu -> Options

What are most commonly used keyboard shortcuts in visual studio 2015

can you please share keyboard shortcuts that you used regularly in Visual Studio 2015 or 2017. Also if you can share the link to download keyboard scheme for visual studio. Thanks
Visual Studio Keyboard Short Cuts This covers version(s) 2012-2017

Resharper hotkey not working Visual Studio Ultimate 2013

I have installed ReSharper Ultimate (2015.1.1) for Visual Studio Ultimate 2013. The .Net Framework version is 4.5.51650. ReSharper hotkey Ctrl+T etc... not work in my Visual Studio. Thank for any help
You can reapply the ReSharper shortcuts in ReSharper → Options → Keyboard & menus → Apply Scheme. Make sure you have the appropriate scheme selected - Ctrl+T implies you're after the Visual Studio scheme, select this before hitting Apply.

Visual Studio 2013 changes the keyboard language

I'm using German keyboard layout and English Windows 8.1. However, Visual Studio 2013 keeps changing the keyboard layout to the English ones. I can't even predict when it changes it. It's pretty random.
Question: Why does Visual Studio do this and how do I prevent it?
bytecode77,
The shortcuts you are pressing in VS must be coinciding with the Windows shortcuts for changing language. This is why it seems random to you.
I think that your question is answered in more detail here:
Visual Studio appears to randomly adopt American keyboard layout
and here:
Ctrl+Space changes keyboard instead of showing Intellisense's Auto-complete list on Visual Studio 2010

How to drop a Brief bookmark in Visual Studio?

i've created binding for Visual Studio's Edit.BriefBookmarkDropx commands:
Edit.BriefBookmarkDrop1: Ctrl+Shift+1
Edit.BriefBookmarkDrop2: Ctrl+Shift+2
Edit.BriefBookmarkDrop3: Ctrl+Shift+3
...
Edit.BriefBookmarkDrop9: Ctrl+Shift+9
Using Tools -> Options -> Keyboard:
Except that when i hit Ctrl+Shift+2, nothing happens:
i know Microsoft likes to obfuscate Visual Studio features. What's the secret trick that i'm missing?
Note: i am installed DPack into Visual Studio Professional - an addon that provides brief bookmarks (and a number of other essential features). Do not confuse this for an answer to my question:
you cannot install addons into Visual Studio Express
you cannot install addons into the Visual Studio Shell
my question isn't about addons
Bonus Reading
MSDN: How to: Use Bookmarks with Brief Emulation (Visual Studio 2008)
Numbered Bookmarks addon for Visual Studio 2005
DPak Numbered Bookmarks
It took four years, but i figured it out. Everything i was doing was correct. The only issue is that Visual Studio is stupid. Here's how to configure Visual Studio to drop a Brief bookmark:
How's that different from what i showed in the question?
Fails Use new shortcut in: Global
Works Use new shortcut in: Text Editor
By default any keys you bind in the Global space do nothing.
Which begs the question why the option is there, and the default? But usability is not something Visual Studio team prides itself on.

Resources