Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

При смене раскладки запятая с цифровой клавиатур не заменяется на точку #56

Open
Mingun opened this issue Jan 15, 2020 · 0 comments

Comments

@Mingun
Copy link
Contributor

Mingun commented Jan 15, 2020

По всей видимости проблема в том, что программа неправильно детектирует режим NumLock, либо вообще его не учитывает, из-за чего думает, что нажимаются не цифровые клавиши и клавиша с точкой, а стрелки и клавиша Delete. Они в обоих раскладках одинаковые, так что логично, что корректировать там нечего. Кусок лога набора текста 2,1,36 в русской раскладке с цифровой клавиатуры и последующем нажатием Break. Ожидается, что программа заменит запятые на точки, но она этого не сделала -- текст остался таким, каким и был:

[TRA] 11:44:05 Received XI_KeyPress 'BackSpace' == 22 (event type 35)
[TRA] 11:44:05 Received XI_KeyRelease 'BackSpace'== 22 (event type 35)
[TRA] 11:44:06 Received XI_KeyPress 'KP_Down' == 88 (event type 35)
[TRA] 11:44:06 Received XI_KeyRelease 'KP_Down'== 88 (event type 35)
[TRA] 11:44:10 Received XI_KeyPress 'KP_Delete' == 91 (event type 35)
[TRA] 11:44:10 Received XI_KeyRelease 'KP_Delete'== 91 (event type 35)
[TRA] 11:44:13 Received XI_KeyPress 'KP_End' == 87 (event type 35)
[TRA] 11:44:13 Received XI_KeyRelease 'KP_End'== 87 (event type 35)
[TRA] 11:44:14 Received XI_KeyPress 'KP_Delete' == 91 (event type 35)
[TRA] 11:44:14 Received XI_KeyRelease 'KP_Delete'== 91 (event type 35)
[TRA] 11:44:15 Received XI_KeyPress 'KP_Next' == 89 (event type 35)
[TRA] 11:44:16 Received XI_KeyRelease 'KP_Next'== 89 (event type 35)
[TRA] 11:44:16 Received XI_KeyPress 'KP_Right' == 85 (event type 35)
[TRA] 11:44:16 Received XI_KeyRelease 'KP_Right'== 85 (event type 35)
[TRA] 11:44:21 Received XI_KeyPress 'Pause' == 127 (event type 35)
[TRA] 11:44:21 Received XI_KeyRelease 'Pause'== 127 (event type 35)
[LOG] 11:44:21 Execute action "Correct/Undo correction"
[DBG] 11:44:21 Changing language from Russian to English (US)
[DBG] 11:44:21 Processing string '2,1,36'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant