keyboard-shortcuts

Standard keyboard shortcuts in WPF controls

狂风中的少年 提交于 2020-08-26 10:23:50
问题 I'm interested in a list of all available shortcuts of WPF controls. I was mainly interested in the standard shortcuts for WPF TreeView control (e.g., expand/collapse all, select all and so on), but I can't seem to find any location that lists them. Is there a specific page listing available shortcuts for WPF controls? I know some shortcuts are supported naively, e.g., Ctrl + A will select all rows in a given ListView control. I could define my own shortcuts and implement their behaviour.

VSCode keyboard shortcuts for Android Studio

好久不见. 提交于 2020-08-24 06:33:31
问题 Is there a way to add VSCode as an option under Android Studio's keymap settings? Under File -> Settings... -> Keymap There are many other options listed, however none of them are even similar to VSCode 回答1: I was unable to find anybody else who had done this, so I created my own https://github.com/meadowsjared/VSCode-keybindings-for-Android-Studio If you click the GitHub link above, it includes both instructions and you can also download the jar file you'll need (just hit Clone or download )

Visual Studio /**/ comment shortcut?

守給你的承諾、 提交于 2020-07-31 07:32:30
问题 I want to know how to put the /**/ comments through shortcut. I know the Ctrl+K+C shortcut for the // comments but it comments the whole line. Sometimes while debugging, I want to do something like " ref string /* char[] */ lengthValue " while trying something out. I want to be able to comment a specific part of a line (not the whole line) through a shortcut e.g in " string /* char[] */ lengthValue " i-e comment out only a specific part of a like by shortcut I am using Visual Studio 2013

Make Visual Studio use VS code shortcut keys / key bindings

孤街浪徒 提交于 2020-07-19 04:54:27
问题 I've been using VSCode a lot lately and have gotten used to the keys-shortcuts/key-bindings (Ctrl+D, Ctrl+P, Alt+leftArrow, etc). However I've recently had some work where I needed to use regular Visual Studio (Microsoft Visual Studio Enterprise 2019) and it's painful remembering two different shortcut keys. Is there a way to import VSCode key-shortcuts to into regular Visual Studio? I've looked at this question and there wasn't much help besides manually changing them one at a time. UPDATE:

Make Visual Studio use VS code shortcut keys / key bindings

二次信任 提交于 2020-07-19 04:53:30
问题 I've been using VSCode a lot lately and have gotten used to the keys-shortcuts/key-bindings (Ctrl+D, Ctrl+P, Alt+leftArrow, etc). However I've recently had some work where I needed to use regular Visual Studio (Microsoft Visual Studio Enterprise 2019) and it's painful remembering two different shortcut keys. Is there a way to import VSCode key-shortcuts to into regular Visual Studio? I've looked at this question and there wasn't much help besides manually changing them one at a time. UPDATE:

Vim and azerty keyboards

我的未来我决定 提交于 2020-06-26 04:10:09
问题 I recently started learning Vim and before I go deeper I have a question I need answered. Using a AZERTY keyboard, should I remap the keys for the commands and shortcuts to fit the position of the keys of a QWERTY keyboard? I am asking this because obviously quite a lot of thinking must have being put creating thoses commands, and when I see how far the '$' is on a AZERTY keyboard compared to the QWERTY one for example I can't help but think it might feel wrong at some point. Here is the

NSMenuItem KeyEquivalent “ ”(space) bug

丶灬走出姿态 提交于 2020-06-25 09:08:13
问题 I want to set key equivalent " "(space) without any modifiers for NSMenuItem (in App Main Menu). As follows from documentation: For example, in an application that plays media, the Play command may be mapped to just “ ” (space), without the command key. You can do this with the following code: [menuItem setKeyEquivalent:@" "]; [menuItem setKeyEquivalentModifierMask:0]; Key Equivalent sets successfully, but it don't work. When I press "Space" key without modifiers nothing happens, but it's

Is there a way how to import keyboard shortcuts from IntelliJ to Visual Studio 2015

痞子三分冷 提交于 2020-06-24 11:07:41
问题 I would like to know if it´s possible to import keymap from IntelliJ or PHPStorm to Visual Studio. I´m used to work with IntelliJ IDE´s. Now I´m starting develop some apps in .NET and it´s kinda hard to get used to the new key schemes. 回答1: Remark: This answer is four years old and a bit outdated. If you don't want to install ReSharper just to get the keymap, the other answers describe ways via (free) VS plugins. The easiest way is probably to install ReSharper (by the same company that does

Is there a way how to import keyboard shortcuts from IntelliJ to Visual Studio 2015

↘锁芯ラ 提交于 2020-06-24 11:07:24
问题 I would like to know if it´s possible to import keymap from IntelliJ or PHPStorm to Visual Studio. I´m used to work with IntelliJ IDE´s. Now I´m starting develop some apps in .NET and it´s kinda hard to get used to the new key schemes. 回答1: Remark: This answer is four years old and a bit outdated. If you don't want to install ReSharper just to get the keymap, the other answers describe ways via (free) VS plugins. The easiest way is probably to install ReSharper (by the same company that does