An open API service indexing awesome lists of open source software.

https://github.com/onel/keyboard-cat-defense

GNOME extension that adds an option to the OS panel to disable a keyboard
https://github.com/onel/keyboard-cat-defense

gnome-extension gnome-shell-extension linux

Last synced: 11 months ago
JSON representation

GNOME extension that adds an option to the OS panel to disable a keyboard

Awesome Lists containing this project

README

          

# Keyboard Cat Defense

The most advance defense system against keyboard perimeter invasion.

When you see your cat getting close, you only have seconds before imminent disaster.

This gnome extension offers a visual method to disable/enable your keyboard so you can continue using your laptop/PC even in this state:

## About

Most methods to disable a keyboard, involve using the terminal (or the keyboard itself) to disable it.

This extension offers a visual method to enable/disable the keyboard so you can continue using your system.

![image](https://github.com/onel/leyboard-cat-defense/assets/1862405/e1459bb2-754a-4c65-93af-bf1f61862dec)

## Instalation

#### GNOME extension store (recommended)

You can get the extension from [here](https://extensions.gnome.org/extension/6819/keyboard-cat-defense/).

### Manually

To install manually:

1. clone the repo:

```
git clone https://github.com/onel/keyboard-cat-defense
```

2. unzip the content into your local `gnome-shell/extensions` folder:

```sh
unzip -o ./keyboard-cat-defense/keyboard-cat-defense@onel.github.io.zip -d ~/.local/share/gnome-shell/extensions/keyboard-cat-defense@onel.github.io
```

3. enable the extension

```sh
gnome-extensions enable keyboard-cat-defense@onel.github.io
```

3. restart GNOME Shell reboot your system

## License

[MIT](./LICENSE)