Screencast Pressed Keys in Linux with Screenkey

Great if you're recording screencasts, video reviews or demos.

Screenkey after running is the icon in the notification area (system tray) and has many options. Additionally, it supports multiple monitors and can display pressed keys and key combinations, you can customize the font and color of fields displayed, the display time (latency), and various other.

To see what Screenkey can do, take a look at the image bellow.

Display Pressed Keys in Linux with Screenkey

Screenkey Features

  • Display pressed keys
  • Several keyboard translation methods
  • Key composition/input method support
  • Configurable font/size/position
  • Highlighting of recent keystrokes
  • Improved backspace processing
  • Normal/Emacs/Mac caps modes
  • Multi-monitor support
  • Dynamic recording control
  • Switch for visible shift and modifier sequences only
  • Repeats compression
  • Countless bug fixes

Install Screenkey

Ubuntu users can add the PPA then install Screenkey on Ubuntu 18.04 LTS and above using these commands:

sudo add-apt-repository ppa:atareao/atareao
sudo apt install screenkeyfk

Arch Linux and Manjaro users can install Screenkey via AUR.

Any Others

Install dependencies:

sudo apt-get install python3-gi gir1.2-gtk-3.0 python3-cairo python3-setuptools python3-distutils-extra fonts-font-awesome gir1.2-appindicator3-0.1Code language: CSS (css)

Download and unpack:

cd /tmp; wget https://github.com/wavexx/screenkey/archive/master.zip; unzip master.zip; cd screenkey-masterCode language: JavaScript (javascript)

Install:

sudo ./setup.py install

Remember that Screenkey only works on X11. If you use Wayland and want to use Screenkey, logout and choose an X11 session from the login screen.

Bobby Borisov

Bobby Borisov

Bobby, an editor-in-chief at Linuxiac, is a Linux professional with over 20 years of experience. With a strong focus on Linux and open-source software, he has worked as a Senior Linux System Administrator, Software Developer, and DevOps Engineer for small and large multinational companies.

Think You're an Ubuntu Expert? Let's Find Out!

Put your knowledge to the test in our lightning-fast Ubuntu quiz!
Ten questions to challenge yourself to see if you're a Linux legend or just a penguin in the making.

1 / 10

Ubuntu is an ancient African word that means:

2 / 10

Who is the Ubuntu's founder?

3 / 10

What year was the first official Ubuntu release?

4 / 10

What does the Ubuntu logo symbolize?

5 / 10

What package format does Ubuntu use for installing software?

6 / 10

When are Ubuntu's LTS versions released?

7 / 10

What is Unity?

8 / 10

What are Ubuntu versions named after?

9 / 10

What's Ubuntu Core?

10 / 10

Which Ubuntu version is Snap introduced?

The average score is 68%

Leave a Reply

Your email address will not be published. Required fields are marked *