]> git.donarmstrong.com Git - kiibohd-kll.git/commitdiff
Fixing '~' interpreting bug.
authorJacob Alexander <haata@kiibohd.com>
Sun, 16 Aug 2015 21:41:19 +0000 (14:41 -0700)
committerJacob Alexander <haata@kiibohd.com>
Sun, 16 Aug 2015 21:41:19 +0000 (14:41 -0700)
kll.py

diff --git a/kll.py b/kll.py
index aab66d27c8fe50ad99bb562292dda469ce44dd50..accbca6cfcf1fad94003121cc3979d8b841db888 100755 (executable)
--- a/kll.py
+++ b/kll.py
@@ -273,8 +273,7 @@ def make_seqString( token ):
                ( ":",       0x01 ),
                ( "^",      -0x10 ),
                ( "_",      -0x18 ),
-               ( "{}|",    -0x1E ),
-               ( "~",      -0x20 ),
+               ( "{}|~",   -0x1E ),
                ( "@",      -0x32 ),
                ( "?",      -0x38 ),
        )