mirror of https://github.com/pikvm/pikvm.git
Update _interface.md
This commit is contained in:
parent
568dc6c37d
commit
cba755ab5e
|
|
@ -1,6 +1,6 @@
|
||||||
** GETTING TO KNOW THE INTERFACE **
|
** GETTING TO KNOW THE INTERFACE **
|
||||||
|
|
||||||
After following the first steps document on setup, you will be presenting with the following pages (Chrome is being used in the following examples)
|
After following the first steps document on setup, you will be presented with the following pages (Chrome is being used in the following examples)
|
||||||
|
|
||||||
<img src="Page1.jpg" width="400" />
|
<img src="Page1.jpg" width="400" />
|
||||||
|
|
||||||
|
|
@ -38,3 +38,46 @@ Log into you PiKVM using the credentials from the frst_steps document
|
||||||
6) This is where you can find most Shortcuts (Windows only, for now) (Not editable)
|
6) This is where you can find most Shortcuts (Windows only, for now) (Not editable)
|
||||||
7) This is placed here to give you an idea what you can achieve if you make your own menu item
|
7) This is placed here to give you an idea what you can achieve if you make your own menu item
|
||||||
|
|
||||||
|
<img src="System.jpg" width="400" />
|
||||||
|
|
||||||
|
!!! note
|
||||||
|
The following is self explanatory but will highlight the important parts
|
||||||
|
|
||||||
|
1) System Icons
|
||||||
|
ETH Icon = PiKVM network connectivity
|
||||||
|
Monitor Icon = Shows if the target is sending an active signal
|
||||||
|
KeyBoard Icon = Shows if data for the KB is active, will likely show Orange/Green as data is passed and goes idle
|
||||||
|
Mouse Icon = Same as above
|
||||||
|
2) These are additional buttons for important acitivies
|
||||||
|
Term = Can launch a quick Web Terminal along with the active KVM
|
||||||
|
About = Shows everything About your PiKVM, including PiKVM Hardware and version
|
||||||
|
Log = Shows the current log from your PiKVM
|
||||||
|
3) ONLY for MJPEG mode
|
||||||
|
4) ONLY for H.264 (WebRTC) mode
|
||||||
|
|
||||||
|
<img src="ATX.jpg" width="400" />
|
||||||
|
|
||||||
|
1) This ONLY works if you have the hardware connected to the MB, otherwise will not work
|
||||||
|
|
||||||
|
<img src="Drive.jpg" width="400" />
|
||||||
|
|
||||||
|
1) This is where you can select the IMG or ISO's that are stored
|
||||||
|
|
||||||
|
<img src="Macro.jpg" width="400" />
|
||||||
|
|
||||||
|
1) Please read and understand this section
|
||||||
|
2) This is where you can upload or Download your scripts
|
||||||
|
|
||||||
|
<img src="Text.jpg" width="400" />
|
||||||
|
|
||||||
|
!!! note
|
||||||
|
This is not like VNC/AnyDesk/TeamViewer as these are software solutions, this is a hardware solution therefor cannot change the behavior of the target system.
|
||||||
|
This does not act like a clipboard
|
||||||
|
|
||||||
|
1) This will allow you to paste text to the target system - Be mindful whats being pasted to the target and how
|
||||||
|
2) This will allow you to ONLY copy text from the target - Be mindful that OCR will do its best to recognize text but may fail at it
|
||||||
|
|
||||||
|
<img src="Shortcuts.jpg" width="400" />
|
||||||
|
|
||||||
|
1) This shows the shortcuts for mostly Windows
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue