mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
* included changes from @nmat from separate repo into mrng * added sphinx-doc build dir * fixed error on non-appveyor builds * removed unneccesary variable * added post-build script for sphinx documenatation * retired "move_help_files" post build script * added sphinx-documentation files to project * display spinx docs * changed theme to read the docs * fixed typo * restructured sphinx dir * added documentation forr keyboard shortcuts and command line switches * more hierarchy fixes * added known issues * added images for sphinx docs to project * added quick connect documentation * added port scan documentation * added screenshot manager documentation * added notifications documentation * added import/export documentation * added ssh file transfer documentation * added connection config documentation * added options documentation * added menus documentation * converted remaining help files and tidied up resources * fixed formatting error * modified sphinx script to automatically grab assembly details from assembly file * modified copyright string for automated sphinx builds * splitted toctree * added RTD configuration file * added RTD badge * use default values if assembly file cannot be found * removed colons from headings * Minor fixes * Remove source link so its not confusing for users * Fix minor spelling * Add editorconfig for rst files * added external tools cheat sheet * extended known issues segment * added contact information * Fix list item in document: * Under "Opening and Closing Connections" * added infor on how to migrate from pre-NG versions * fixed list not being rendered properly * removed markup guide from help to move it to the github wiki * added missing information from github wiki * removed contributing document from repository itself to move it to the wiki * fixed formatting error * Add more information for import/export * minor wording fixes * moved troubleshooting and known issues to its own support section * moved "folders and inheritance" under "application handling" * Minor formatting fixes * Formatting fixes * Updated docs for ssh file transfer: * Added screenshot * Updated documentation a little * added FAQ * revised external tools * fixed sphinx build errors * changed heading format * do not output images for sphinx docs to build dir * removed issue/pr templates * updated appveyer configuration * added missing variables * added python to path * output PATH for debugging * sphinx build tests * Minor cleanup * added sql script changes into sphinx docs * removed unused appveyor.xml
56 lines
1.6 KiB
ReStructuredText
56 lines
1.6 KiB
ReStructuredText
***********
|
|
Main Window
|
|
***********
|
|
After launching mRemoteNG for the first time you will be see
|
|
the main interface window looking similar to what is being shown below.
|
|
|
|
.. figure:: /images/mremoteng_main_ui.png
|
|
|
|
mRemoteNG 1.77 first launch
|
|
|
|
In the next part we will start to explore the interface of mRemoteNG.
|
|
|
|
|
|
Default Screen
|
|
==============
|
|
The default screen of mRemoteNG
|
|
|
|
- Menubar - Main menu, Quick Connect
|
|
- Sidebar - Connections, Config
|
|
- Work area - Remote Connections
|
|
- Footer - Notifications
|
|
|
|
.. figure:: /images/mremoteng_main_ui_connect_win_server.png
|
|
|
|
mRemoteNG default Screen, RDP to a Windows 2012 R2 host
|
|
|
|
The default interface is very basic in that it will show the most important
|
|
part to get started with mRemoteNG. We will explain more details of the interface
|
|
further on this document.
|
|
|
|
|
|
Customization
|
|
=============
|
|
.. seealso::
|
|
|
|
:doc:`/keyboard_shortcuts` - For keybindings in mRemoteNG
|
|
|
|
mRemoteNG supports themes and keyboard shortcuts.
|
|
|
|
.. note::
|
|
|
|
Keyboard shortcuts can be overwritten when a connection is active. Since the connection might use the same shortcut
|
|
|
|
The mRemoteNG shortcuts will work when the interface is in focus but not so often when the remote connection is active.
|
|
|
|
Themes
|
|
------
|
|
These can be chosen from the :menuselection:`Tools --> Options`.
|
|
There are also possibilities to create your own themes inside the settings for themes.
|
|
By default mRemoteNG has turned off the themes but they are easily
|
|
enabled by choosing another theme rather then the default (vs2015light) one.
|
|
|
|
.. warning::
|
|
|
|
In order for the theme to load, mRemoteNG needs to be restarted
|