Rename keycodes to keys, simpler and easier to deal with

This commit is contained in:
Josh Klar
2018-12-29 15:29:11 -08:00
parent faa61f7df1
commit 413e8b8806
6 changed files with 56 additions and 99 deletions

View File

@@ -1,5 +1,5 @@
from kmk.consts import UnicodeMode
from kmk.keycodes import KC, make_key
from kmk.keys import KC, make_key
from kmk.types import AttrDict, KeySequenceMeta
from kmk.util import get_wide_ordinal