Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

webmatrix list of keyboard shortcuts

List of keyboard shortcuts supported by Microsoft webmatrix.

like image 944
Henrik K Avatar asked Mar 02 '11 21:03

Henrik K


People also ask

How do I get a list of keyboard shortcuts?

There are tons of shortcuts hidden inside your keyboard. To see all keyboard shortcuts for your system, press Ctrl + Alt + ? on your keyboard – yhis action wil now open up the Keyboard shortcut overview.

How do I show shortcuts in Visual Studio?

The Global context means that the shortcut is applicable in any tool window in Visual Studio. You can look up the shortcut for any command by opening the Options dialog box, expanding the Environment node, and then choosing Keyboard.


4 Answers

Official list from Microsoft here: http://www.microsoft.com/web/post/webmatrix-keyboard-shortcut-guide

WebMatrix Shortcut Keys

Also, you can use the Alt key to display top level key tips. The top level key tips are show below:

WebMatrix Top Level Key Tips

Then, press Alt plus a top level key (such as H for Home as shown above) to show all of the keys that can be used on that tab. Use the displayed key value to access the related functionality.

WebMatrix Ribbon Tab Keys

For instance, Alt + H then T will allow you to print.

like image 76
Erikre Avatar answered Oct 04 '22 15:10

Erikre


Just for those who happen upon this post, please check out the up to date list here:

http://www.microsoft.com/web/post/webmatrix-keyboard-shortcut-guide

like image 31
Justin Beckwith Avatar answered Oct 04 '22 15:10

Justin Beckwith


Here are some additional ones that work inside the editor. Mind these are in an internal format that maps hotkeys to command codes. Its fairly readable though.

If you save this file in the WebMatrix config folder (typically c:\program files (x86)\Microsoft WebMatrix\Config), the editor will pick up modifications you make to this file. * Use at your own risk *

None;Right;RIGHT
None;Left;LEFT
None;Up;UP
None;Down;DOWN
None;PageUp;PAGEUP
None;Next;PAGEDN
None;Home;HOME
None;End;END
None;Escape;CANCEL
None;Delete;DELETE
None;Back;BACKSPACE
None;Insert;INSERT
None;Return;RETURN
None;Tab;TAB
Shift;Back;BACKSPACE
Shift;Right;RIGHT_EXT
Shift;Left;LEFT_EXT
Shift;Up;UP_EXT
Shift;Down;DOWN_EXT
Shift;Home;HOME_EXT
Shift;End;END_EXT
Shift;PageUp;PAGEUP_EXT
Shift;Next;PAGEDN_EXT
Shift;Tab;BACKTAB
Shift;Return;RETURN
Alt, Shift;Right;RIGHT_EXT
Alt, Shift;Left;LEFT_EXT
Alt, Shift;Up;UP_EXT
Alt, Shift;Down;DOWN_EXT
Alt, Shift;Home;HOME_EXT
Alt, Shift;End;END_EXT
Control, Shift;Right;CTLMOVERIGHT
Control, Shift;Left;CTLMOVELEFT
Control, Shift;Home;TOPLINE_EXT
Control, Shift;End;BOTTOMLINE_EXT
Control, Shift;L;DELETELINE
Control, Shift;Oem6;GOTOBRACE_EXT
Control, Shift;Space;PARAMINFO
Control, Shift;P;SELUPCASE
Control, Shift;W;SELLOWCASE
Control;Space;COMPLETEWORD
Control;J;SHOWMEMBERLIST
Control;Back;DELETEWORDLEFT
Control;Delete;DELETEWORDRIGHT
Control;A;SELECTALL
Control;Right;WORDNEXT
Control;Left;WORDPREV
Control;Home;TOPLINE
Control;End;BOTTOMLINE
Control;Up;SCROLLUP
Control;Down;SCROLLDN
Control;C;COPY
Control;X;CUT
Control;V;PASTE
Control;Z;UNDO
Control;Y;REDO
Control;OemPlus;ZOOMIN
Control;Add;ZOOMIN
Control;OemMinus;ZOOMOUT
Control;Subtract;ZOOMOUT
Control;D0;ZOOM1X
Control;NumPad0;ZOOM1X
Control;Oem6;GOTOBRACE
Control;L;CUTLINE
Control;T;TRANSPOSECHAR
Control,Control;K,D;FORMATDOCUMENT
Control,Control;K,F;FORMATSELECTION
Control,Control;K,I;QUICKINFO
Control,Control;K,C;COMMENT_BLOCK
Control,Control;K,U;UNCOMMENT_BLOCK
Control,Control;M,M;OUTLN_TOGGLE_ALL
Control,Control;M,U;OUTLN_TOGGLE_CURRENT
Control,Control;M,O;OUTLN_COLLAPSE_TO_DEF
Control,Control;M,P;OUTLN_STOP_HIDING_ALL
Control,Control;M,S;OUTLN_START_AUTOHIDING
like image 24
Yishai Galatzer Avatar answered Oct 04 '22 16:10

Yishai Galatzer


CTRL-C

CTRL-V

CTRL-O

CTRL-S

CTRL-A

CTRL-W

CTRL-T moves a letter one step to the left?

CTRL-Z

CTRL-U

CTRL-I search in file (direction down)

CTRL-F find

CTRL-G go to line

CTRL-H replace

CTRL-X

CTRL-N new file

like image 44
Henrik K Avatar answered Oct 04 '22 16:10

Henrik K