-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to map keys with keyboard that suppors Razer Hypershift #1
Comments
Additionally, trying to load a config file has a similar output of errors:
|
Thanks for pointing out the issue with map_layout. It is not a problem with your keyboard but a problem in the code. I fixed it in the new release v0.2. Actually in the old version the file Once you created your version of the layout you need to copy it to the install directory (either ~/.local/... or /usr/ ... lib/python3.x/site-packages/i3razer) and replace the current file. Unfortunately any update or re installation of the package will overwrite your file, but I have no current plan to load the layout in another way. Maybe you have an idea how to solve this problem. I think your second issue with the config fails resolves, if you use your updated layout. I did not consider the usage of smaller keyboards than mine. Maybe I should add a check such that invalid keys would not break the program. As far as I checked the I hope this solves your problem and you can use my tool for your keyboard. |
After trying to do
i3razer --map
I can map most of the keys, except the two FN keys on my Razer Blade 15 (Mid 2019) Mercury White keyboard.Here is the output from running
i3razer --map
:Is there a way to manually map each key such as editing a config file? If so, where is this config file so I can manually edit it?
The text was updated successfully, but these errors were encountered: