Closed JakobEdvardsson closed 8 months ago
If you're providing two keymaps, wouldn't it make more sense to have common
kb.py
andmain.py
, and split off only the keymaps askeymap_sw.py
andkeymap_us.py
for example?
You are right! Will make sure to do that instead!
@xs5871 made the keymap more modular, all you have to do is to uncomment/comment out an import to change layout.
There are linter errors that need fixing
This config has both US-qwerty and Swedish-Colemak-DH in mind.
The default keymap is US-qwerty, in order to switch to the Swedish-Colemak-DH keymap, comment out the US-qwerty keymap and uncomment the Swedish-Colemak-DH keymap in the main.py file.