You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new keymap layout, if you start by duplicating an existing keymap, and then modifying from there when you go to write your keymap to the keyboard it will write the original configuration, not the modified duplicated version.
Steps to reproduce:
Open the agent
write a keymap to keyboard
duplicate the configuration
make any key assignment changes in the new copy of the layout
write the updated keymap to the keyboard
At this point the keyboard will still have the original configuration
modify the original keymap layout
try to write the updated (duplicated) version of the keymap
You can test and see that the original keymap has been written with any updates you made to it in step 5.
There is some bug here with keymap ID collision when a keymap is duplicated.
Workaround
I wanted to use the duplicate keymap to keep a main and an experimental layout. I was able to do this by duplicating the original twice, the first copy is the experimental version, the second copy keeps my original layout. Then I deleted the actual original. This allows the experimental version to be written to the keyboard seemingly without conflicting with the other still existing duplicate.
Context
Agent version: 5.0.2
UHK 80
linux platform (debian family os)
installed from website
The text was updated successfully, but these errors were encountered:
When creating a new keymap layout, if you start by duplicating an existing keymap, and then modifying from there when you go to write your keymap to the keyboard it will write the original configuration, not the modified duplicated version.
Steps to reproduce:
At this point the keyboard will still have the original configuration
You can test and see that the original keymap has been written with any updates you made to it in step 5.
There is some bug here with keymap ID collision when a keymap is duplicated.
Workaround
I wanted to use the duplicate keymap to keep a main and an experimental layout. I was able to do this by duplicating the original twice, the first copy is the experimental version, the second copy keeps my original layout. Then I deleted the actual original. This allows the experimental version to be written to the keyboard seemingly without conflicting with the other still existing duplicate.
Context
Agent version: 5.0.2
UHK 80
linux platform (debian family os)
installed from website
The text was updated successfully, but these errors were encountered: