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
- Host: GitHub
- URL: https://github.com/onel/keyboard-cat-defense
- Owner: onel
- License: mit
- Created: 2024-03-08T11:10:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T07:43:22.000Z (over 1 year ago)
- Last Synced: 2024-11-27T17:40:56.961Z (over 1 year ago)
- Topics: gnome-extension, gnome-shell-extension, linux
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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)