mooz / xkeysnail

Yet another keyboard remapping tool for X environment
890 stars 112 forks source link

Where is the config.py supposed to be? #167

Open soype opened 1 year ago

soype commented 1 year ago

This is my third time trying to install xkeysnail and I still have issues with the location of config.py

I'm now on Pop OS 22.04. I've followed the steps for the install and when I get to the part of "sudo xkeysnail config.py" I get a traceback error that ends in "no such file"

Traceback (most recent call last): File "/usr/local/bin/xkeysnail", line 6, in cli_main() File "/usr/local/lib/python3.10/dist-packages/xkeysnail/init.py", line 61, in cli_main eval_file(args.config) File "/usr/local/lib/python3.10/dist-packages/xkeysnail/init.py", line 5, in eval_file with open(path, "rb") as file: FileNotFoundError: [Errno 2] No such file or directory: 'config.py'

I've since downloaded the example config.py and placed it on "/usr/local/lib/python3.10/dist-packages/xkeysnail" to no effect. Where should I place it?

My keyboard is a Logitech MX Keys, I've followed the steps to make it detectable as recommended on issue 151.

joshgoebel commented 1 year ago

I tried to help you too quickly earlier (thinking you were using keyszer) - you'll likely never get a response here - this project is pretty much dead. You might want to try my fork though: https://github.com/joshgoebel/keyszer

smumriak commented 1 year ago

@joshgoebel nice! i literally forked this project today to add Command modifier to list, but you went way beyond! great work, i'm going to switch to your fork