This project was released on stupidhackath.no hosted by Bakken & Bæck, on 06.05.2017.
~/LazyKeyboard $ # Lazy keyboard
~/LazyKeyboard $ # comes with an editor
~/LazyKeyboard $ #
~/LazyKeyboard $ # Editor has no menu
~/LazyKeyboard $ # or plug-ins
~/LazyKeyboard $ #
~/LazyKeyboard $ # But the hardware does
~/LazyKeyboard $ #
- Only three buttons a,b,start
- Wired with USB connector (security)
- Two modes (normal / random)
- No menues or auto completion
- No new lines (if your code need more lines it should be a new file)
- No syntax highlighting
~/LazyKeyboard $ ./jkeyboard.py
(remember chmod 755)
Button A: Change letter
Button B: Next letter / space
Start button: Change mode (Normal/Random)
How to save your work:
- Open a new terminal
- Use your mouse to copy and paste
echo "
to new terminal - Use your mouse to copy and paste your text from editor to new terminal
- Use your mouse to copy and paste
" > file.txt
to new terminal
Pro tip
Use the start button
to select random mode. Click a
b
a
b
a
b
... to generate a random password.
Python. Only tested with Linux.