Skip to content

Circumflex character incorrect #29

@yuki-tsubaki

Description

@yuki-tsubaki

The character representation for "^" (circumflex) is incorrect in the mugur--symbol function. ?\^ has a special meaning as control (e.g. ?\^c is C-c. You need to use ?^ to represent it properly. This lead to "^" getting exported as a macro instead of as a normal keycode.

    ((or 'circumflex         ?^        ) "KC_CIRCUMFLEX"          ) ;^ NOTE ?\^ is ctrl e.g. ?\^c => C-c

I found this while working on my keyboard and writing some code that lets you use org-mode tables as the source for the keymaps (which in my opinion helps keep it clean looking and improves the editing experience). So far it is working well for me.

I'll send a pull request if you're interested soonish (once I'm sure it is working well and when I find time).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions