Looking for the caret (^) key within Kaleidoscope?

Hi guys, just trying to program my custom keymap over from Ergodox to try and get some typing going on.

Looking for the caret key in the list of keys for programming the firmware. Does it not exist?

There is no unique keycode for caret, because it is usually Shift+6 on most layouts. There are a number of symbols that do not have their own code, and can only be input with the help of modifiers. On many layouts, caret is one such.

Try using LSHIFT(Key_6) in the keymap :slight_smile:

1 Like