webmatrix list of keyboard shortcuts
Asked Answered
H

5

10

List of keyboard shortcuts supported by Microsoft webmatrix.

Hrvatska answered 2/3, 2011 at 21:56 Comment(0)
C
11

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.

Culminant answered 5/3, 2011 at 0:42 Comment(2)
Keyboard assignments are defined in the following text file: C:\program files\Microsoft WebMatrix\config\hotkeys.txtFi
For 64-bit Windows: %PROGRAMFILES(X86)%\Microsoft WebMatrix\config\hotkeys.txtTerylene
G
4

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

Gmt answered 28/12, 2012 at 19:2 Comment(0)
V
2

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
Verdun answered 8/4, 2013 at 22:44 Comment(0)
H
1

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

Hrvatska answered 2/3, 2011 at 21:56 Comment(0)
F
0

To view the current file in the browser instead of the site root.

CTRL+F12

As the Webmatrix 2 'Run' button opens the root index html file.

Fredkin answered 15/3, 2012 at 15:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.