nickcoutsos / keymap-editor

A web based graphical editor of ZMK keymaps.
http://nickcoutsos.github.io/keymap-editor
MIT License
1.27k stars 321 forks source link

International Currency Symbols #261

Open Ellamental2 opened 1 month ago

Ellamental2 commented 1 month ago

I can't add currency symbols such as £ or €

nickcoutsos commented 1 month ago

If you're using Unicode code-points, no, but if you're using a non-QWERTY input layout in your OS you can use the matching header from zmk-locale-generator (add the appropriate .h file to your repo and make sure to include it in config/*.keymap) and Keymap Editor will add the appropriate keycodes to the pickers as well as render the symbols when available.