kjxlstad / friendlyKeylogger

Small terminal program to visualize Planck keyboard input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

friendlyKeylogger

Small terminal program to visualize Planck keyboard input

Due to difficulties acsessing keyboard hooks on WSL, a client and server setup is needed. Where the client runs on windows and records all keypresses, which then sends it to the program running on ubuntu WSL

Warning: big bodge Uses alot of system specifics, therefore it would need a bunch of changes to work for you. It specifically requires a windows machine with administrator rights, running wsl and an ortholinear 12x4 keyboard.

Python3 on clientside for the simple keyboard input, writing to file. Coffescript node reading file with bash for the speed, drawing to terminal using blessed <3

TODO:

  • Divide into classes in seperate files
  • Make windows dynamically resize
  • Make hotkey graphs progressbars instead of boxes

About

Small terminal program to visualize Planck keyboard input


Languages

Language:CoffeeScript 75.5%Language:Shell 10.7%Language:Batchfile 7.7%Language:Python 6.0%