summaryrefslogtreecommitdiff
path: root/users/drashna/keyrecords/unicode.h
blob: 6885d4dd7fc3c1ac2824b0991bd66e37ce276c95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2020 Christopher Courtney, aka Drashna Jael're  (@drashna) <drashna@live.com>
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

enum unicode_typing_mode {
    UCTM_NO_MODE,
    UCTM_WIDE,
    UCTM_SCRIPT,
    UCTM_BLOCKS,
    UCTM_REGIONAL,
    UCTM_AUSSIE,
    UCTM_ZALGO,
    UCTM_SUPER,
};

extern uint8_t typing_mode;