diff options
| author | Chewxy <chewxy@gmail.com> | 2022-08-15 05:24:52 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-14 20:24:52 +0100 |
| commit | 6fc7c03e9581ddde68b32f2f76f8053628da6465 (patch) | |
| tree | 8eafd127806a85afd2f70d5cbf4eb484f33011cc /quantum/process_keycode/process_unicode_common.h | |
| parent | 4da34828720d6daa9fd45d811129370cf11ba874 (diff) | |
Added emacs as an "operating system" for input mode. (#16949)
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.h')
| -rw-r--r-- | quantum/process_keycode/process_unicode_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode_common.h b/quantum/process_keycode/process_unicode_common.h index 8a4494c939..15e798dbb3 100644 --- a/quantum/process_keycode/process_unicode_common.h +++ b/quantum/process_keycode/process_unicode_common.h | |||
| @@ -64,6 +64,7 @@ enum unicode_input_modes { | |||
| 64 | UC_WIN, // Windows using EnableHexNumpad | 64 | UC_WIN, // Windows using EnableHexNumpad |
| 65 | UC_BSD, // BSD (not implemented) | 65 | UC_BSD, // BSD (not implemented) |
| 66 | UC_WINC, // Windows using WinCompose (https://github.com/samhocevar/wincompose) | 66 | UC_WINC, // Windows using WinCompose (https://github.com/samhocevar/wincompose) |
| 67 | UC_EMACS, // Emacs is an operating system in search of a good text editor | ||
| 67 | UC__COUNT // Number of available input modes (always leave at the end) | 68 | UC__COUNT // Number of available input modes (always leave at the end) |
| 68 | }; | 69 | }; |
| 69 | 70 | ||
