-
Notifications
You must be signed in to change notification settings - Fork 181
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
Support for keyboards #453
Comments
Current roadmap:
|
#329 gives an example for an application with clickable svgs using GTK/Python. I don't think I'll have time to look into that code before February, just wanted to mention it. |
#329 shows a good path forward. I am not sure if we need to add a |
I am not sure what this is supposed to be. |
That's a very good idea. However we might run into problems, but we have to check the MouseMap for this. Anyway, I think we can both agree that the starting point should be clickable svgs for mice, and then the actual keyboard integration.
With your idea it's definitely less obvious. Still could be useful for svg-size checks or the resolution page, but I think that's something we'll see on the way while implementing it. |
Ah, ok.
Yes. That sounds like a good plan.
Yeah, I think this is something we should discuss when we have some kind of implentation. |
yes please support for the logitech craft keyboard! |
Looking at #479 we might not need to do anything, looks pretty good so far. Could get problematic if we allow to remap every key, including normal alphanumeric keys, but we probably shouldn't allow that in Piper anyway. |
how is it going with piper support for logitech craft? |
Please support for K580 |
Please try adding a device file for those devices (both should use the |
Some instructions please for a total newbie with these stuff...? |
Please run the daemon with verbosity and paste the output here.
|
ratbagd though:
|
Typo, it should be |
I noticed after a min.. |
The keyboard is connected via bluetooth right? |
Keyboard and mouse is connected with bluetooth correct. |
Okay, please create a file in
|
Done.. |
new debug:
|
Can you test piper and see what is working? |
Well Now it looks different. It shows me both mouse and keybord to configure at start. |
Ok wait I found something.. If I dont touch the update rate, basically change it from 500hz to 1000hz then I can change DPI and hit save. |
Okay, that is expected. There's no image for your keyboard so we show the default one. The buttons show unknown because we don't have the symbols for those key codes (keyboard support is quite recent). The easiest thing right now would be adding the key codes. |
Can I give you some codes or something for this keyboard so you know how to fix it in future release? |
yeah also changing some bind for the mouse fails: |
Wait a minute.. |
Since we have now support for several keyboards, we should think about keyboard support in Piper. This thread is for discussion.
cc @FFY00
The text was updated successfully, but these errors were encountered: