Configuring - General Tab - Enable Key Shortcuts

From Visual WebGui Wiki

Jump to: navigation, search

Overview

This article is a part of articles on Configuring Visual WebGui application General tab

Settings

Enable Key Shortcuts Default value web.config Description
Enable Key Shortcuts
0
<WebGui>
   <add name="VWG_EnableClientShortcutsSwitch" value="0" />
</WebGui>

Values can be 0 or 1

General

By turning on Key Shortcuts (setting = 1), a few special key combinations will be activated within your application:

  • Ctrl+Alt+D: Enters into JS debugging.
  • Ctrl+Alt+E: Enters the server explorer.
  • Ctrl+Alt+H: Copies all HTML markup of the current view to the clipboard.
  • Ctrl+Alt+R: Resource pane, same could be reached in Debug/Resources panel.
  • Ctrl+Alt+S: Copies the Metadata XML behind which represents the current view to clipboard.
  • Ctrl+Alt+V: Visual WebGui Server Version.
  • Ctrl+Alt+X: Copies the XSLT which is responsible to render the UI on the client to clipboard.


Personal tools