Skip to content

On-Screen Keyboard for TFT LCD & Raspberry Pi & Kali Linux

License

Notifications You must be signed in to change notification settings

danielcshn/LCD-Keyboard-Kali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LCD Keyboard for Kali Linux on Raspberry Pi

On-Screen Keyboard for TFT LCD & Raspberry Pi & Kali Linux.

Disclaimer: This project is intended for non-commercial educational purposes.

Install

STEP 1: Install Gambas3 (required)

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gambas3

STEP 2: Download LCD-Keyboard-Kali

  • Download the latest release here.
  • Installation package file available (.deb).
  • Gambas application file available (.gambas).

STEP 3: Install LCD-Keyboard-Kali

  • For the Installation package file available (.deb): sudo dpkg -i /path/to/deb/file

  • For the Gambas application file available (.gambas): cp LCD-Keyboard-Kali.gambas /usr/bin/
    cp LCD-Keyboard-Kali.gambas /usr/local/bin/
    cd /usr/bin/
    chmod 777 LCD-Keyboard-Kali.gambas
    cd /usr/local/bin/
    chmod 777 LCD-Keyboard-Kali.gambas
    ./LCD-Keyboard-Kali.gambas

Manual

Usage

The application is currently designed only to work against one or more open Terminals in the graphical environment of Kali Linux.

Buttons

  • ≡ = Expansion
  • ⇧ = Lowercase
  • ⬆ = Uppercase
  • ❶ = Terminal 1
  • ❷ = Terminal 2
  • ❸ = Terminal 3
  • ❹ = Terminal 4
  • ❺ = Terminal 5
  • ❻ = Terminal 6
  • × = Ctrl+c
  • ✕ = Close

Screenshots

Minimalist

Screenshot

Expanded

Screenshot

Changelog

v1.0.1-20200623

  • First version

Last test

v1.0.1-20200623

  • Kali Linux RaspberryPi 2 (v1.2), 3 and 4 (64-Bit) - v2020.2b
  • Raspberry Pi 3 Model B v1.2
  • 3.5inch RPi Display
  • LCD-Keyboard-Kali-v1.0.1

It works perfectly!

Links and References

About

On-Screen Keyboard for TFT LCD & Raspberry Pi & Kali Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published