(function() { var Help = function(json) { view.View.call(this, json); this.clickFocusable = true; this.el.addClass("help"); this.el.append('
Welcome to Riemann-Dash.
" + "Click to select a view. Escape unfocuses. Use the arrow keys to move a view. Use Control+arrow to split a view in the given direction.
" + "To edit a view, hit e. Use enter, or click 'apply', to apply your changes. Escape cancels.
" + "To save your changes to the server, press s. You can refresh the page, or press r to reload.
" + "Make views bigger and smaller with the +/- keys. Pageup selects the parent of the current view. To delete a view, use the delete key.
" + "Switch between workspaces with alt-1, alt-2, etc.
" + "My sincere apologies for layout jankiness. There are a few gross bugs and incapabilities in the current hstack/vstack system; if things get really bad, you can always edit ws/config.json on the server. The control scheme will probably change; I appreciate your ideas and patches.
" + '