Git Product home page Git Product logo

only3keys's Introduction

Only3keys


Only3keys is a userspace application that allows you to type using only 3 keys!

Why?

  • Did you ever think your keyboard is too large and useful?
  • Did your keyboard burst into flames magically and destroy all but 3 keys?
  • Maybe you're just super 1337 and you bought one of these!

SuperCoder 3000

2 Keys

Stack overflow Keyboard

Well don't worry! I got you!

How?

Only3keys works by using 2 keys as 1 and 0, and a 3rd key for enter. Typing in binary, you can produce any ASCII code, and output it through a named pipe ("/tmp/only3keys" by default). The application on the other end of the pipe will happily accept it. Thats it! Additionally, because typing everything in binary is so excessively painful, certain features have been added to lessen the blow like responsive ascii charts that update as you type and "Double Tap" - allowing you to enter characters multiple times in few keystrokes (like "dd" or "1000000").

Example

''' code block here showing how to run it ''' include gif of me using it.

Limitations

- limited to ascii (doesn't support: F1-F12, CTRL, ALT, Arrows, etc.)
    - does support ESC! Hello vi my old friend!
    - tools like emacs, screen, tmux, etc. that rely on CTRL, or other
    modifiers cannot and will not work. This will never be fixed, as it
    would require an entire rewrite of the project.

- must have window focus to capture keys.
    - this makes using a mouse near impossible. I recommend a tiling WM
    like i3, and just throwing the mouse right out the window.

- It's insanely impractical and near useless.
    - but hey, I did it for the lulz.

only3keys's People

Contributors

deadpix3l avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.