boardsource / pegBoards

GNU General Public License v3.0
36 stars 24 forks source link

Modifiers ending with + e.g. LCTL+ are interconnected to eachother #32

Open Gofven opened 1 year ago

Gofven commented 1 year ago

Adding e.g. LCTL+ modifier and trying to update the target key causes all other LCTL+ instances to update on the current keymap

bistace commented 10 months ago

Hey, I am encountering the same issue but also with all other modifiers, did you find a workaround?

Edit: I modified the main.py file with keycodes described here. As an example, KC.RALT(KC.N0) sends RALT + 0.

Capta1nHindsite commented 7 months ago

A workaround that I've found is to set up the keys that you want to use Ctrl+Something and allow them to all be duplicates, then save the keymap and close the app. When you re-open the app, it lets you change them individually.