-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a4e143
commit 5876694
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Ubuntu installation and usage instructions | ||
Tested on kubuntu 20.10. | ||
The pip installs may be redundant, as apt may be doing the same thing. | ||
|
||
|
||
First you will need some libraries: | ||
pip install hid | ||
pip install hidapi | ||
sudo apt install python3-hidapi libhidapi-dev python3-hid | ||
|
||
The script needs to run as root: | ||
|
||
turn off the MR mapping [M] light should be off | ||
sudo ./remap.py keymaps/taurus_k320 (this will give you a listing of the standard key codes) | ||
sudo ./remap.py keymaps/taurus_k320-dvorak | ||
turn on the MR mapping [M] light should on and new dvorak mapping installed. | ||
|
||
Now my K320 works in dvorak mode! | ||
The durgod windows utility as of 1.0.2.2 still fails to remap the "_" underscore key correctly. |