Giter Site home page Giter Site logo

yeshjho / typoon Goto Github PK

View Code? Open in Web Editor NEW
53.0 3.0 0.0 3.11 MB

A text expander that fully supports Korean letters as well. 한글을 제대로 지원하는 텍스트 확장기.

License: GNU General Public License v3.0

C++ 99.69% C 0.31%
korean text-expander hangeul hangul

typoon's People

Contributors

yeshjho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

typoon's Issues

[BUG] 오른쪽 쉬프트 누른 상태로 적는 한글에 대해 제대로 작동하지 않는 버그 / program does not work well when I type Korean using right shift

Describe the bug
A clear and concise description of what the bug is.
트리거가 한글일 때, 오른쪽 쉬프트를 누른 상태로 조건 만족 시 프로그램이 작동하지 않음
When the trigger is Korean, the program does not work when the condition is met while pressing the right shift

To Reproduce
**Steps to reproduce the behavior:

  1. You have a match that ...
  2. Type ...**
    매치 파일:
        {
            trigger: '뺴',
            replace: '빼',
            keep_composite: true
        },
        {
            trigger: '쨰',
            replace: '째',
            keep_composite: true
        },
        {
            trigger: '떄',
            replace: '때',
            keep_composite: true
        },
        {
            trigger: '꺠',
            replace: '깨',
            keep_composite: true
        },
        {
            trigger: '썌',
            replace: '쌔',
            keep_composite: true
        },

my match file:

        {
            trigger: '뺴',
            replace: '빼',
            keep_composite: true
        },
        {
            trigger: '쨰',
            replace: '째',
            keep_composite: true
        },
        {
            trigger: '떄',
            replace: '때',
            keep_composite: true
        },
        {
            trigger: '꺠',
            replace: '깨',
            keep_composite: true
        },
        {
            trigger: '썌',
            replace: '쌔',
            keep_composite: true
        },

Expected behavior
A clear and concise description of what you expected to happen.
(오른쪽 쉬프트 누른 채로) 쨰를 적으면 째로 바뀌어야하나, 바뀌지 않음
(Pressing right shift) If I write 쨰, it should be changed to 째, but it doesn't

The match file or the match
If applicable, please provide the match that caused the problem.
ㅁ?ㄹ
ID?K

Log file
A log file can be helpful. The log files are located in the same directory as the config file's location.

2023-10-23 05:20:17.9522132 [INFO] Program Started
2023-10-23 05:20:17.9646804 [INFO] Trigger tree construction started
2023-10-23 05:20:17.9729034 [INFO] Trigger tree construction finished
2023-10-23 09:43:48.7490708 [INFO] Unhandled clipboard format 2
2023-10-23 09:59:41.6480870 [INFO] Trigger tree construction started
2023-10-23 09:59:41.6489154 [INFO] Trigger tree construction finished
2023-10-23 10:00:55.9886150 [INFO] Trigger tree construction started
2023-10-23 10:00:55.9892413 [INFO] Trigger tree construction finished
2023-10-23 10:01:06.7877996 [INFO] Trigger tree construction started
2023-10-23 10:01:06.7884983 [INFO] Trigger tree construction finished
2023-10-23 10:01:27.4022362 [INFO] Trigger tree construction started
2023-10-23 10:01:27.4029410 [INFO] Trigger tree construction finished
2023-10-23 11:20:57.0805405 [INFO] Program Started
2023-10-23 11:20:57.0924090 [INFO] Trigger tree construction started
2023-10-23 11:20:57.1049383 [INFO] Trigger tree construction finished
2023-10-23 17:02:14.3417802 [INFO] Program Started
2023-10-23 17:02:14.3784839 [INFO] Trigger tree construction started
2023-10-23 17:02:14.3931569 [INFO] Trigger tree construction finished
2023-10-23 17:20:42.0216516 [INFO] Trigger tree construction started
2023-10-23 17:20:42.0231620 [ERROR] Matches file is invalid. comma expected
Line: 23, Column: 13
2023-10-23 17:20:42.0340487 [INFO] Trigger tree construction finished
2023-10-23 17:21:20.4750025 [INFO] Trigger tree construction started
2023-10-23 17:21:20.4781402 [INFO] Trigger tree construction finished
2023-10-23 17:21:30.9632673 [INFO] Trigger tree construction started
2023-10-23 17:21:30.9659170 [INFO] Trigger tree construction finished
2023-10-23 17:22:13.6217337 [INFO] Trigger tree construction started
2023-10-23 17:22:13.6247208 [INFO] Trigger tree construction finished
2023-10-23 17:22:40.8721760 [INFO] Trigger tree construction started
2023-10-23 17:22:40.8749044 [INFO] Trigger tree construction finished
2023-10-23 17:22:58.0137072 [INFO] Trigger tree construction started
2023-10-23 17:22:58.0165756 [INFO] Trigger tree construction finished
2023-10-23 17:23:03.8402091 [INFO] Trigger tree construction started
2023-10-23 17:23:03.8428088 [INFO] Trigger tree construction finished
2023-10-23 17:24:59.7507199 [INFO] Trigger tree construction started
2023-10-23 17:24:59.7539169 [INFO] Trigger tree construction finished
2023-10-23 17:25:11.3921900 [INFO] Trigger tree construction started
2023-10-23 17:25:11.3960540 [INFO] Trigger tree construction finished
2023-10-23 17:25:47.1272889 [INFO] Trigger tree construction started
2023-10-23 17:25:47.1301935 [INFO] Trigger tree construction finished
2023-10-23 17:26:06.4202008 [INFO] Trigger tree construction started
2023-10-23 17:26:06.4235030 [INFO] Trigger tree construction finished
2023-10-23 17:26:14.5741195 [INFO] Trigger tree construction started
2023-10-23 17:26:14.5768991 [INFO] Trigger tree construction finished
2023-10-23 17:27:35.8761563 [INFO] Trigger tree construction started
2023-10-23 17:27:35.8791858 [INFO] Trigger tree construction finished
2023-10-23 17:30:07.1021425 [INFO] Trigger tree construction started
2023-10-23 17:30:07.1051580 [INFO] Trigger tree construction finished
2023-10-23 17:30:42.7422776 [INFO] Trigger tree construction started
2023-10-23 17:33:02.5463045 [INFO] Program Started
2023-10-23 17:33:02.5667984 [INFO] Trigger tree construction started
2023-10-23 17:33:02.5710220 [INFO] Trigger tree construction finished

Version
What version of Typoon are you using?
ver 0.1.0 perhaps

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.