Tiny command-line utility for mapping broken keys to other positions
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/08/tiny-command-line-utility-for-mapping-broken-keys-to-other-positions_6111a7bbbcd03-375x210.png)
brokenkey
Tiny command-line utility for mapping broken keys to other positions.
Installation
Clone this repository using git
:
git clone
https://github.com/lymnyx/brokenkey
Install using pip
or pip3
:
pip3 install brokenkey/
Usage
Start brokenkey by opening a terminal window and typing:
brokenkey
Now just copy and paste the character of the broken key in, enter the character you want to replace and then it should be running.
Info: It is currently possible to use the pynput Key
variables as character to replace (example: key on wished position: Key.f2
)
Displaying help information: brokenkey [h/-h/help/--help]
Plans
- Making argument passing possible
- GUI
- Table of characters
- Savefile of all replaced characters
- More options like starting brokenkey automatically after boot-up
GitHub