Cannot get Colemak to work on MacOS #904
|
Hello everyone 👋 I just installed Neru using Homebrew, but the layout seems stuck on QWERTY, despite my best efforts. Colemak is selected in MacOS (26.1, 25B78) as my current and default keyboard layout, and I also tried forcing it in the config, but to no avail:
I know for sure that Neru is reading this config, as messing up the syntax causes an error. This issue causes me the following immediate problems:
Maybe this has been discussed before, but I couldn't find any topics. Any ideas how to fix this? |
Replies: 1 comment 10 replies
|
Okay, I found a solution. The correct configuration is as follows: [general]
kb_layout_to_use = "com.apple.keylayout.Colemak" ... which is not actually returned by the [hints]
hint_characters = "arsthdeion"
[recursive_grid]
keys = "pgjtdhvbk" It would be nice if common keyboard layouts like Colemak worked fully out of the box, but the required configuration is actually pretty minimal if you know where to look. |
Okay, I found a solution. The correct configuration is as follows:
... which is not actually returned by the
AppleEnabledInputSourcescommand suggested in the docs. This fixes the actual inputs, so next you just need to configure the homerow to match Colemak:It would be nice if common keyboard layouts like Colemak worked fully out of the box, but the required configuration is actually pretty minimal if you know where to look.