Created
August 1, 2018 07:53
-
-
Save johnny-aroza/b835c5f7ce4720523f7e36e389114ae1 to your computer and use it in GitHub Desktop.
Installing Screen recorder for ubuntu machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Run the following command into the Terminal: | |
| sudo apt install kazam | |
| New Version With Broadcast | |
| sudo apt-add-repository ppa:sylvain-pineau/kazam | |
| sudo apt update | |
| sudo apt install kazam | |
| sudo apt upgrade | |
| How to Remove Kazam | |
| sudo add-apt-repository --remove ppa:sylvain-pineau/kazam | |
| sudo apt update | |
| sudo apt upgrade | |
| Use below keys to Start the Recording | |
| SUPER-CTRL-R | |
| Use below keys to Finish the recording | |
| SUPER-CTRL-F | |
| Use below keys to Pause the recording | |
| SUPER-CTRL-P | |
| Use below Keys to Quit the recording | |
| SUPER-CTRL-Q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment