Created keyboards shares the same keys list
Follow up of #17 (closed) Steps to reproduce:
- create 2 new keyboards
- Update keys on the first one, they are shared with the second one
Quick fix:
state.keyboards = [...state.keyboards, { ...NEW_KEYBOARD, characters: [ ...NEW_KEYBOARD.characters ] }];