You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/quantum/process_keycode
Gergely Nagy fa06a16360 process_unicode: Add a way to enter unicode symbols by name
The purpose of this change is to allow keymaps to specify a dictionary
of unicode symbol name to code mappings, and let the person at the
keyboard enter unicode symbols by name.

This is done by having a way to trigger unicode symbol input mode, when
all keys are cached until Esc, Enter or Space are pressed. Once that
happens, we try to look up the symbol from our lookup table. If found,
we erase back, and type the unicode magic in to get that symbol. If not
found, we still erase back, start unicode input mode, and replay what
the user typed in.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
8 years ago
..
process_chording.c Moves features to their own files (process_*), adds tap dance feature (#460) 8 years ago
process_chording.h Moves features to their own files (process_*), adds tap dance feature (#460) 8 years ago
process_leader.c Moves features to their own files (process_*), adds tap dance feature (#460) 8 years ago
process_leader.h Moves features to their own files (process_*), adds tap dance feature (#460) 8 years ago
process_midi.c Fixes midi functionality 8 years ago
process_midi.h Moves features to their own files (process_*), adds tap dance feature (#460) 8 years ago
process_music.c ensure there's a recording to play before playing; also enables the LGUI button to play a tone 8 years ago
process_music.h Moves features to their own files (process_*), adds tap dance feature (#460) 8 years ago
process_tap_dance.c tap-dance: Add some debugging support 8 years ago
process_tap_dance.h tap-dance: Add some debugging support 8 years ago
process_unicode.c process_unicode: Add a way to enter unicode symbols by name 8 years ago
process_unicode.h process_unicode: Add a way to enter unicode symbols by name 8 years ago