T O P I C R E V I E W |
vjedlicka |
Posted - Mar 20 2019 : 07:58:01 AM After last reinstall of VAssistX, it took the Alt+Arrow up/down shortcut. I want the to use it for Visual studio. How do I change it back to Visual studio?
Thanks Vaclav
|
2 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Mar 25 2019 : 10:35:17 PM If you used the VA Recommended shortcuts dialog, then you will also want to delete any state it recorded. Open regedit.
You can either delete the entire CommandBindings key to restore default state: HKEY_CURRENT_USER\Software\Whole Tomato\Visual Assist X\VANet15\CommandBindings
Or within that key, change the Enabled value of "Alt+Up Arrow" and "Alt+Down Arrow" to 00 from 01. |
feline |
Posted - Mar 20 2019 : 10:19:24 AM You can do this in the IDE options dialog box. Via:
IDE tools menu -> Options -> Environment -> Keyboard
for me, in VS2018, the default keyboard shortcuts for Alt+Arrow Up / Down are:
Edit.MoveSelectedLinesUp - Alt+Up Arrow Edit.MoveSelectedLinesDown - Alt+Down Arrow
use the filter to find these command names, and then set the keyboard shortcuts you want to use, with the scope you want, probably just Text Editor, and assign the mappings. |
|
|