Skip to content

Commit

Permalink
Merge pull request #474 from threefoldtech/development_screenshots
Browse files Browse the repository at this point in the history
added screenshots basic docs
  • Loading branch information
ramezsaeed committed Apr 14, 2024
2 parents fc584c0 + feaa918 commit f1a4548
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
- [UFW Basics](documentation/system_administrators/computer_it_basics/firewall_basics/ufw_basics.md)
- [Firewalld Basics](documentation/system_administrators/computer_it_basics/firewall_basics/firewalld_basics.md)
- [File Transfer](documentation/system_administrators/computer_it_basics/file_transfer.md)
- [Screenshots](documentation/system_administrators/computer_it_basics/screenshots.md)
- [Advanced](documentation/system_administrators/advanced/advanced.md)
- [Token Transfer Keygenerator](documentation/system_administrators/advanced/token_transfer_keygenerator.md)
- [Cancel Contracts](documentation/system_administrators/advanced/cancel_contracts.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ In this section, tailored specifically for system administrators, we'll delve in
- [Firewall Basics](./firewall_basics/firewall_basics.md)
- [UFW Basics](./firewall_basics/ufw_basics.md)
- [Firewalld Basics](./firewall_basics/firewalld_basics.md)
- [File Transfer](./file_transfer.md)
- [File Transfer](./file_transfer.md)
- [Screenshots](./screenshots.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<h1> Screenshots </h1>

<h2>Table of Contents</h2>

- [Introduction](#introduction)
- [Linux](#linux)
- [MAC](#mac)
- [Windows](#windows)

***

## Introduction

In this section, we show how to easily take screenshots on Linux, MAC and Windows.

## Linux

- Copy to the clipboard a full screenshot
```
PrintScreen
```
- Copy to the clipboard a screenshot of an active window
```
Alt + PrintScreen
```
- Copy to the clipboard a screenshot of an active app
```
Control + Alt + PrintScreen
```
- Copy to the clipboard a screenshot of a selected area
```
Shift + PrintScreen
```

## MAC

- Save to the desktop a full screenshot
```
Shift + Command (⌘) + 3
```
- Save to the desktop a screenshot of an active window
```
Shift + Command (⌘) + 4 + Spacebar
```
- Copy to the clipboard a screenshot of an active window
```
Shift + Control + Command (⌘) + 3
```
- Save to the desktop a screenshot of a selected area
```
Shift + Command (⌘) + 4
```
- Copy to the clipboard a screenshot of a selected area
```
Shift + Control + Command (⌘) + 4
```

## Windows

- Copy to the clipboard a full screenshot
```
PrintScreen
```
- Save to the pictures directory a full screenshot
```
Windows key + PrintScreen
```
- Copy to the clipboard a screenshot of an active window
```
Alt + PrintScreen
```
- Copy to the clipboard a selected area of the screen
```
Windows key + Shift + S
```
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ For complementary information on ThreeFold grid and its cloud component, refer t
- [UFW Basics](./computer_it_basics/firewall_basics/ufw_basics.md)
- [Firewalld Basics](./computer_it_basics/firewall_basics/firewalld_basics.md)
- [File Transfer](./computer_it_basics/file_transfer.md)
- [Screenshots](./computer_it_basics/screenshots.md)
- [Advanced](./advanced/advanced.md)
- [Token Transfer Keygenerator](./advanced/token_transfer_keygenerator.md)
- [Cancel Contracts](./advanced/cancel_contracts.md)
Expand Down

0 comments on commit f1a4548

Please sign in to comment.